Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Fix index.rst for Chinese docs #873

Merged
merged 2 commits into from
Aug 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Welcome to MMDetection3D's documentation!
api.rst

.. toctree::
:caption: 语言切换
:caption: Switch Language

switch_language.md

Expand Down
24 changes: 19 additions & 5 deletions docs_zh-CN/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,29 @@ Welcome to MMDetection3D's documentation!
:caption: 开始你的第一步

getting_started.md
demo.md
model_zoo.md
data_preparation.md

.. toctree::
:maxdepth: 2
:caption: 快速启动

0_demo.md
1_exist_data_model.md
2_new_data_model.md

.. toctree::
:maxdepth: 2
:caption: 支持的任务

supported_tasks/index.rst

.. toctree::
:maxdepth: 2
:caption: 数据集介绍

datasets/index.rst

.. toctree::
:maxdepth: 2
:caption: 教程
Expand All @@ -33,17 +45,19 @@ Welcome to MMDetection3D's documentation!
:maxdepth: 2
:caption: 说明
Tai-Wang marked this conversation as resolved.
Show resolved Hide resolved

benchmarks.md
faq.md
compatibility.md

.. toctree::
:caption: 语言切换
:caption: 接口文档(英文)

switch_language.md
api.rst

.. toctree::
:caption: 接口文档(英文)
:caption: 语言切换
yezhen17 marked this conversation as resolved.
Show resolved Hide resolved

api.rst
switch_language.md

Indices and tables
==================
Expand Down
1 change: 0 additions & 1 deletion docs_zh-CN/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
data_pipeline.md
customize_models.md
customize_runtime.md
waymo.md