Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
4afbce3b
Unverified
Commit
4afbce3b
authored
Dec 14, 2021
by
ChaimZhu
Committed by
GitHub
Dec 14, 2021
Browse files
use shared menu from theme (#1111)
parent
2f7c428f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
169 deletions
+30
-169
docs/conf.py
docs/conf.py
+15
-98
docs_zh-CN/conf.py
docs_zh-CN/conf.py
+15
-71
No files found.
docs/conf.py
View file @
4afbce3b
...
@@ -95,113 +95,30 @@ html_theme_options = {
...
@@ -95,113 +95,30 @@ html_theme_options = {
},
},
{
{
'name'
:
'name'
:
'Projects'
,
'Upstream'
,
'children'
:
[{
'name'
:
'MMCV'
,
'url'
:
'https://mmcv.readthedocs.io/en/latest/'
,
'description'
:
'Foundational library for computer vision'
},
{
'name'
:
'MMDetection'
,
'url'
:
'https://mmdetection.readthedocs.io/en/latest/'
,
'description'
:
'Object detection toolbox and benchmark'
},
{
'name'
:
'MMAction2'
,
'url'
:
'https://mmaction2.readthedocs.io/en/latest/'
,
'description'
:
'Action understanding toolbox and benchmark'
},
{
'name'
:
'MMClassification'
,
'url'
:
'https://mmclassification.readthedocs.io/en/latest/'
,
'description'
:
'Image classification toolbox and benchmark'
},
{
'name'
:
'MMSegmentation'
,
'url'
:
'https://mmsegmentation.readthedocs.io/en/latest/'
,
'description'
:
'Semantic segmentation toolbox and benchmark'
},
{
'name'
:
'MMEditing'
,
'url'
:
'https://mmediting.readthedocs.io/en/latest/'
,
'description'
:
'Image and video editing toolbox'
},
{
'name'
:
'MMOCR'
,
'url'
:
'https://mmocr.readthedocs.io/en/latest/'
,
'description'
:
'Text detection, recognition and understanding toolbox'
},
{
'name'
:
'MMPose'
,
'url'
:
'https://mmpose.readthedocs.io/en/latest/'
,
'description'
:
'Pose estimation toolbox and benchmark'
},
{
'name'
:
'MMTracking'
,
'url'
:
'https://mmtracking.readthedocs.io/en/latest/'
,
'description'
:
'Video perception toolbox and benchmark'
},
{
'name'
:
'MMGeneration'
,
'url'
:
'https://mmgeneration.readthedocs.io/en/latest/'
,
'description'
:
'Generative model toolbox'
},
{
'name'
:
'MMFlow'
,
'url'
:
'https://mmflow.readthedocs.io/en/latest/'
,
'description'
:
'Optical flow toolbox and benchmark'
},
{
'name'
:
'MMFewShot'
,
'url'
:
'https://mmfewshot.readthedocs.io/en/latest/'
,
'description'
:
'FewShot learning toolbox and benchmark'
},
{
'name'
:
'MMHuman3D'
,
'url'
:
'https://mmhuman3d.readthedocs.io/en/latest/'
,
'description'
:
'3D human parametric model toolbox and benchmark.'
}]
},
{
'name'
:
'OpenMMLab'
,
'children'
:
[
'children'
:
[
{
{
'name'
:
'Homepage'
,
'name'
:
'MMCV'
,
'url'
:
'https://openmmlab.com/'
'url'
:
'https://github.com/open-mmlab/mmcv'
,
},
'description'
:
'Foundational library for computer vision'
{
'name'
:
'GitHub'
,
'url'
:
'https://github.com/open-mmlab/'
},
{
'name'
:
'Twitter'
,
'url'
:
'https://twitter.com/OpenMMLab'
},
},
{
{
'name'
:
'Zhihu'
,
'name'
:
'MMDetection'
,
'url'
:
'https://zhihu.com/people/openmmlab'
'url'
:
'https://github.com/open-mmlab/mmdetection'
,
'description'
:
'Object detection toolbox and benchmark'
},
},
]
]
},
},
]
],
# Specify the language of shared menu
'menu_lang'
:
'en'
}
}
language
=
'en'
master_doc
=
'index'
# Add any paths that contain custom static files (such as style sheets) here,
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
...
...
docs_zh-CN/conf.py
View file @
4afbce3b
...
@@ -95,86 +95,30 @@ html_theme_options = {
...
@@ -95,86 +95,30 @@ html_theme_options = {
},
},
{
{
'name'
:
'name'
:
'算法库'
,
'上游库'
,
'children'
:
[{
'name'
:
'MMCV'
,
'url'
:
'https://mmcv.readthedocs.io/zh_CN/latest/'
,
'description'
:
'计算机视觉基础库'
},
{
'name'
:
'MMDetection'
,
'url'
:
'https://mmdetection.readthedocs.io/zh_CN/latest/'
,
'description'
:
'检测工具箱与测试基准'
},
{
'name'
:
'MMAction2'
,
'url'
:
'https://mmaction2.readthedocs.io/zh_CN/latest/'
,
'description'
:
'视频理解工具箱与测试基准'
},
{
'name'
:
'MMClassification'
,
'url'
:
'https://mmclassification.readthedocs.io/zh_CN/latest/'
,
'description'
:
'图像分类工具箱与测试基准'
},
{
'name'
:
'MMSegmentation'
,
'url'
:
'https://mmsegmentation.readthedocs.io/zh_CN/latest/'
,
'description'
:
'语义分割工具箱与测试基准'
},
{
'name'
:
'MMEditing'
,
'url'
:
'https://mmediting.readthedocs.io/zh_CN/latest/'
,
'description'
:
'图像视频编辑工具箱'
},
{
'name'
:
'MMOCR'
,
'url'
:
'https://mmocr.readthedocs.io/zh_CN/latest/'
,
'description'
:
'全流程文字检测识别理解工具包'
},
{
'name'
:
'MMPose'
,
'url'
:
'https://mmpose.readthedocs.io/zh_CN/latest/'
,
'description'
:
'姿态估计工具箱与测试基准'
},
{
'name'
:
'MMTracking'
,
'url'
:
'https://mmtracking.readthedocs.io/zh_CN/latest/'
,
'description'
:
'一体化视频目标感知平台'
},
{
'name'
:
'MMGeneration'
,
'url'
:
'https://mmgeneration.readthedocs.io/zh_CN/latest/'
,
'description'
:
'生成模型工具箱'
},
{
'name'
:
'MMFlow'
,
'url'
:
'https://mmflow.readthedocs.io/zh_CN/latest/'
,
'description'
:
'光流估计工具箱与测试基准'
},
{
'name'
:
'MMFewShot'
,
'url'
:
'https://mmfewshot.readthedocs.io/zh_CN/latest/'
,
'description'
:
'少样本学习工具箱与测试基准'
},
{
'name'
:
'MMHuman3D'
,
'url'
:
'https://mmhuman3d.readthedocs.io/en/latest/'
,
'description'
:
'OpenMMLab 人体参数化模型工具箱与测试基准.'
}]
},
{
'name'
:
'OpenMMLab'
,
'children'
:
[
'children'
:
[
{
{
'name'
:
'官网'
,
'name'
:
'MMCV'
,
'url'
:
'https://openmmlab.com/'
'url'
:
'https://github.com/open-mmlab/mmcv'
,
},
'description'
:
'基础视觉库'
{
'name'
:
'GitHub'
,
'url'
:
'https://github.com/open-mmlab/'
},
{
'name'
:
'推特'
,
'url'
:
'https://twitter.com/OpenMMLab'
},
},
{
{
'name'
:
'知乎'
,
'name'
:
'MMDetection'
,
'url'
:
'https://zhihu.com/people/openmmlab'
'url'
:
'https://github.com/open-mmlab/mmdetection'
,
'description'
:
'目标检测工具箱'
},
},
]
]
},
},
]
],
# Specify the language of shared menu
'menu_lang'
:
'cn'
,
}
}
language
=
'zh_CN'
master_doc
=
'index'
# Add any paths that contain custom static files (such as style sheets) here,
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
# so a file named "default.css" will overwrite the builtin "default.css".
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment