Files
modelscope/docs/source/index.rst
wenmeng.zwm 25a2028b54 [to #41401401] modelhub and Trainer support
* add trainer interface
 * add trainer script
 * add model init support for pipelineadd pipeline tutorial and fix bugs 
 * add text classification evaluation to maas lib 
 * add quickstart and prepare env doc
 * relax requirements for torch and sentencepiece
 * merge release/0.1 and fix conflict
 * modelhub support for model and pipeline

 Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8868339
2022-05-30 11:53:53 +08:00

45 lines
726 B
ReStructuredText

.. maas_lib documentation file,
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
MaasLib DOCUMENTATION
=======================================
MaasLib doc
.. toctree::
:maxdepth: 2
:caption: USER GUIDE
quick_start.md
develop.md
.. toctree::
:maxdepth: 2
:caption: Tutorials
tutorials/index
.. toctree::
:maxdepth: 2
:caption: Changelog
change_log.md
.. toctree::
:maxdepth: 10
:caption: API Doc
api/maas_lib.preprocessors
api/maas_lib.models
api/maas_lib.pipelines
api/maas_lib.fileio
api/maas_lib.utils
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`