Unverified Commit 319b0e36 authored by Yezhen Cong's avatar Yezhen Cong Committed by GitHub
Browse files

[Fix] Fix `index.rst` for Chinese docs (#873)

* Fix index.rst for zh docs

* Change switch language
parent 9a2ffe4c
...@@ -55,7 +55,7 @@ Welcome to MMDetection3D's documentation! ...@@ -55,7 +55,7 @@ Welcome to MMDetection3D's documentation!
api.rst api.rst
.. toctree:: .. toctree::
:caption: 语言切换 :caption: Switch Language
switch_language.md switch_language.md
......
...@@ -6,6 +6,7 @@ Welcome to MMDetection3D's documentation! ...@@ -6,6 +6,7 @@ Welcome to MMDetection3D's documentation!
:caption: 开始你的第一步 :caption: 开始你的第一步
getting_started.md getting_started.md
demo.md
model_zoo.md model_zoo.md
data_preparation.md data_preparation.md
...@@ -13,10 +14,21 @@ Welcome to MMDetection3D's documentation! ...@@ -13,10 +14,21 @@ Welcome to MMDetection3D's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: 快速启动 :caption: 快速启动
0_demo.md
1_exist_data_model.md 1_exist_data_model.md
2_new_data_model.md 2_new_data_model.md
.. toctree::
:maxdepth: 2
:caption: 支持的任务
supported_tasks/index.rst
.. toctree::
:maxdepth: 2
:caption: 数据集介绍
datasets/index.rst
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: 教程 :caption: 教程
...@@ -33,17 +45,19 @@ Welcome to MMDetection3D's documentation! ...@@ -33,17 +45,19 @@ Welcome to MMDetection3D's documentation!
:maxdepth: 2 :maxdepth: 2
:caption: 说明 :caption: 说明
benchmarks.md
faq.md faq.md
compatibility.md
.. toctree:: .. toctree::
:caption: 语言切换 :caption: 接口文档(英文)
switch_language.md api.rst
.. toctree:: .. toctree::
:caption: 接口文档(英文) :caption: 语言切换
api.rst switch_language.md
Indices and tables Indices and tables
================== ==================
......
...@@ -6,4 +6,3 @@ ...@@ -6,4 +6,3 @@
data_pipeline.md data_pipeline.md
customize_models.md customize_models.md
customize_runtime.md customize_runtime.md
waymo.md
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment