mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
1. add build_doc linter script 2. add sphinx-docs support 3. add development doc and api doc 4. change version to 0.1.0 for the first internal release version Link: https://code.aone.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/8775307
44 lines
708 B
ReStructuredText
44 lines
708 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
|
|
|
|
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`
|