mmcv/docs/index.rst
Wenwei Zhang f81cf0f702
[Docs]: Add ops definition (#1434)
* [Improve] improve checkpoint loading log (#1446)

* add first version

* remove syncbn

* remove unused ops

* update input names

* remove empty line

* update index.rst

* resolve comments

* fix type

* Update mmcv_ops_definition.md

Co-authored-by: WangJiaZhen <47851024+teamwong111@users.noreply.github.com>
Co-authored-by: maningsheng <mnsheng@yeah.net>
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
2021-11-10 19:07:12 +08:00

69 lines
1.2 KiB
ReStructuredText

Welcome to MMCV's documentation!
================================
You can switch between Chinese and English documents in the lower-left corner of the layout.
.. toctree::
:maxdepth: 2
:caption: Get Started
get_started/introduction.md
get_started/installation.md
get_started/build.md
.. toctree::
:maxdepth: 2
:caption: Understand MMCV
understand_mmcv/config.md
understand_mmcv/registry.md
understand_mmcv/runner.md
understand_mmcv/io.md
understand_mmcv/data_process.md
understand_mmcv/visualization.md
understand_mmcv/cnn.md
understand_mmcv/ops.md
understand_mmcv/utils.md
.. toctree::
:maxdepth: 2
:caption: Deployment
deployment/onnx.md
deployment/onnxruntime_op.md
deployment/onnxruntime_custom_ops.md
deployment/tensorrt_plugin.md
deployment/tensorrt_custom_ops.md
deployment/mmcv_ops_definition.md
.. toctree::
:maxdepth: 2
:caption: Compatibility
compatibility.md
.. toctree::
:maxdepth: 2
:caption: FAQ
faq.md
.. toctree::
:maxdepth: 2
:caption: Community
community/contributing.md
community/pr.md
.. toctree::
:maxdepth: 2
:caption: API Reference
api.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`