File size: 945 Bytes
158b61b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
Contents
--------
.. toctree::
:caption: Getting Started
:maxdepth: 2
main.md
quickstart.md
CONTRIBUTING.md
ref.rst
.. toctree::
:caption: FAQ
:maxdepth: 2
FAQ.md
.. toctree::
:caption: Examples
:maxdepth: 2
examples/Library.md
examples/Translation.md
examples/Summarization.md
examples/LanguageModelGeneration.md
examples/GGNN.md
.. toctree::
:caption: Scripts
:maxdepth: 2
options/build_vocab.rst
options/train.rst
options/translate.rst
options/server.rst
.. toctree::
:caption: API
:maxdepth: 2
onmt.rst
onmt.modules.rst
onmt.translation.rst
onmt.translate.translation_server.rst
onmt.inputters.rst
.. toctree::
:caption: Legacy
:maxdepth: 2
legacy/FAQ.md
legacy/im2text.md
legacy/speech2text.md
legacy/vid2text.rst
|