From bb01904fc8de29047abc8eff1b1fbc67029df0c8 Mon Sep 17 00:00:00 2001 From: ChenXin Date: Sun, 28 Apr 2019 18:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=95=99=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastNLP/api/api.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/fastNLP/api/api.py b/fastNLP/api/api.py index c4c21832..88f1755a 100644 --- a/fastNLP/api/api.py +++ b/fastNLP/api/api.py @@ -1,40 +1,5 @@ """ api.api的介绍文档 - 直接缩进会把上面的文字变成标题 - -空行缩进的写法比较合理 - - 比较合理 - -*这里是斜体内容* - -**这里是粗体内容** - -数学公式块 - -.. math:: - E = mc^2 - -.. note:: - 注解型提示。 - -.. warning:: - 警告型提示。 - -.. seealso:: - `参考与超链接 `_ - -普通代码块需要空一行, Example:: - - from fitlog import fitlog - fitlog.commit() - -普通下标和上标: - -H\ :sub:`2`\ O - -E = mc\ :sup:`2` - """ import warnings