mirror of
https://github.com/open-mmlab/mmrazor.git
synced 2025-06-03 15:02:54 +08:00
* fix name of mmcv-full to mmcv * [doc] move the location of nas/kd/pruning; fix lint errors * optimize docs and fix pre-commit error * [Doc&Fix] add note for installation; fix the requirements * update docs Co-authored-by: humu789 <humu@pjlab.org.cn>
55 lines
946 B
ReStructuredText
55 lines
946 B
ReStructuredText
.. mmrazor documentation master file, created by
|
|
sphinx-quickstart on Mon Aug 29 15:21:38 2022.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to mmrazor's documentation!
|
|
===================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Get Started:
|
|
|
|
get_started/overview.md
|
|
get_started/installation.md
|
|
get_started/model_zoo.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: User Guides:
|
|
|
|
user_guides/index.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Advanced Guides
|
|
|
|
advanced_guides/index.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Notes
|
|
|
|
notes/contribution_guide.md
|
|
notes/faq.md
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: APIs Reference
|
|
|
|
api.rst
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Switch Language
|
|
|
|
switch_language.md
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|