From fb143ff2add1a7ddd6c31fbc4eb3a68d95d423cb Mon Sep 17 00:00:00 2001 From: ChenXin Date: Thu, 16 May 2019 21:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...odules.decoder.CRF.rst => fastNLP.modules.decoder.crf.rst} | 2 +- ...odules.decoder.MLP.rst => fastNLP.modules.decoder.mlp.rst} | 2 +- docs/source/fastNLP.modules.decoder.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename docs/source/{fastNLP.modules.decoder.CRF.rst => fastNLP.modules.decoder.crf.rst} (72%) rename docs/source/{fastNLP.modules.decoder.MLP.rst => fastNLP.modules.decoder.mlp.rst} (72%) diff --git a/docs/source/fastNLP.modules.decoder.CRF.rst b/docs/source/fastNLP.modules.decoder.crf.rst similarity index 72% rename from docs/source/fastNLP.modules.decoder.CRF.rst rename to docs/source/fastNLP.modules.decoder.crf.rst index fc643fef..6d5b0d5b 100644 --- a/docs/source/fastNLP.modules.decoder.CRF.rst +++ b/docs/source/fastNLP.modules.decoder.crf.rst @@ -1,7 +1,7 @@ fastNLP.modules.decoder.CRF =========================== -.. automodule:: fastNLP.modules.decoder.CRF +.. automodule:: fastNLP.modules.decoder.crf :members: :undoc-members: :show-inheritance: diff --git a/docs/source/fastNLP.modules.decoder.MLP.rst b/docs/source/fastNLP.modules.decoder.mlp.rst similarity index 72% rename from docs/source/fastNLP.modules.decoder.MLP.rst rename to docs/source/fastNLP.modules.decoder.mlp.rst index feb5c228..7d661ebf 100644 --- a/docs/source/fastNLP.modules.decoder.MLP.rst +++ b/docs/source/fastNLP.modules.decoder.mlp.rst @@ -1,7 +1,7 @@ fastNLP.modules.decoder.MLP =========================== -.. automodule:: fastNLP.modules.decoder.MLP +.. automodule:: fastNLP.modules.decoder.mlp :members: :undoc-members: :show-inheritance: diff --git a/docs/source/fastNLP.modules.decoder.rst b/docs/source/fastNLP.modules.decoder.rst index 1c28740b..e42a9f39 100644 --- a/docs/source/fastNLP.modules.decoder.rst +++ b/docs/source/fastNLP.modules.decoder.rst @@ -12,7 +12,7 @@ fastNLP.modules.decoder .. toctree:: :titlesonly: - fastNLP.modules.decoder.CRF - fastNLP.modules.decoder.MLP + fastNLP.modules.decoder.crf + fastNLP.modules.decoder.mlp fastNLP.modules.decoder.utils