mmcv/docs/zh_cn/index.rst
Ma Zerun 8b47579e7c [Docs] Add data transform docs. (#1723)
* Add data transfrom docs

* Convert all Chinese paragraph in oneline to prevent some rendering bug
in Chrome/Edge. (It looks well in Firefox :/)

* Update docs

* Update docs

* Imporve docs according to comments

* Imporve docs according comments
2022-07-19 19:18:15 +08:00

70 lines
1.2 KiB
ReStructuredText

欢迎来到 MMCV 的中文文档!
=============================
您可以在页面左下角切换中英文文档。
.. toctree::
:maxdepth: 2
:caption: 介绍与安装
get_started/introduction.md
get_started/installation.md
get_started/build.md
.. toctree::
:maxdepth: 2
:caption: 深入理解 MMCV
understand_mmcv/config.md
understand_mmcv/registry.md
understand_mmcv/runner.md
understand_mmcv/io.md
understand_mmcv/data_process.md
understand_mmcv/data_transform.md
understand_mmcv/visualization.md
understand_mmcv/cnn.md
understand_mmcv/ops.md
understand_mmcv/utils.md
.. toctree::
:maxdepth: 2
:caption: 部署
deployment/onnx.md
deployment/onnxruntime_op.md
deployment/onnxruntime_custom_ops.md
deployment/tensorrt_plugin.md
deployment/tensorrt_custom_ops.md
.. toctree::
:maxdepth: 2
:caption: 兼容性
compatibility.md
.. toctree::
:maxdepth: 2
:caption: 常见问题
faq.md
.. toctree::
:maxdepth: 2
:caption: 社区
community/contributing.md
community/pr.md
.. toctree::
:maxdepth: 2
:caption: API 文档
api.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`