Browse Source

修改了文件名

tags/v0.4.10
ChenXin 6 years ago
parent
commit
fb143ff2ad
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docs/source/fastNLP.modules.decoder.crf.rst
  2. +1
    -1
      docs/source/fastNLP.modules.decoder.mlp.rst
  3. +2
    -2
      docs/source/fastNLP.modules.decoder.rst

docs/source/fastNLP.modules.decoder.CRF.rst → docs/source/fastNLP.modules.decoder.crf.rst View File

@@ -1,7 +1,7 @@
fastNLP.modules.decoder.CRF
===========================

.. automodule:: fastNLP.modules.decoder.CRF
.. automodule:: fastNLP.modules.decoder.crf
:members:
:undoc-members:
:show-inheritance:

docs/source/fastNLP.modules.decoder.MLP.rst → docs/source/fastNLP.modules.decoder.mlp.rst View File

@@ -1,7 +1,7 @@
fastNLP.modules.decoder.MLP
===========================

.. automodule:: fastNLP.modules.decoder.MLP
.. automodule:: fastNLP.modules.decoder.mlp
:members:
:undoc-members:
:show-inheritance:

+ 2
- 2
docs/source/fastNLP.modules.decoder.rst View File

@@ -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


Loading…
Cancel
Save