This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
删除了注释教程
tags/v0.4.10
ChenXin
6 years ago
parent
799d4dbc68
commit
bb01904fc8
1 changed files
with
0 additions
and
35 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-35
fastNLP/api/api.py
+ 0
- 35
fastNLP/api/api.py
View File
@@ -1,40 +1,5 @@
"""
api.api的介绍文档
直接缩进会把上面的文字变成标题
空行缩进的写法比较合理
比较合理
*这里是斜体内容*
**这里是粗体内容**
数学公式块
.. math::
E = mc^2
.. note::
注解型提示。
.. warning::
警告型提示。
.. seealso::
`参考与超链接 <https://willqvq.github.io/doc_guide/%E6%B3%A8%E9%87%8A%E6%8C%87%E5%AF%BC>`_
普通代码块需要空一行, Example::
from fitlog import fitlog
fitlog.commit()
普通下标和上标:
H\ :sub:`2`\ O
E = mc\ :sup:`2`
"""
import warnings
Write
Preview
Loading…
Cancel
Save