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
MMCV
Commits
fd6eab69
Unverified
Commit
fd6eab69
authored
Nov 02, 2021
by
Zaida Zhou
Committed by
GitHub
Nov 02, 2021
Browse files
[Docs] Add mmcv itself in the docs list (#1441)
* Add mmcv itself in the docs list * modify link of docs
parent
c522b47e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
21 deletions
+33
-21
docs/conf.py
docs/conf.py
+16
-11
docs_zh_CN/conf.py
docs_zh_CN/conf.py
+17
-10
No files found.
docs/conf.py
View file @
fd6eab69
...
...
@@ -111,47 +111,52 @@ html_theme_options = {
},
{
'name'
:
'
Project
s'
,
'
Doc
s'
,
'children'
:
[
{
'name'
:
'MMCV'
,
'url'
:
'https://mmcv.readthedocs.io/en/latest/'
,
},
{
'name'
:
'MMAction2'
,
'url'
:
'https://
github.com/open-mmlab/mmaction2
'
,
'url'
:
'https://
mmaction2.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMClassification'
,
'url'
:
'https://github.com/open-mmlab/mmclassification'
,
'url'
:
'https://mmclassification.readthedocs.io/en/latest/'
,
},
{
'name'
:
'MMDetection'
,
'url'
:
'https://
github.com/open-mmlab/mmdetection
'
,
'url'
:
'https://
mmdetection.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMDetection3D'
,
'url'
:
'https://
github.com/open-mmlab/mmdetection3d
'
,
'url'
:
'https://
mmdetection3d.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMEditing'
,
'url'
:
'https://
github.com/open-mmlab/mmediting
'
,
'url'
:
'https://
mmediting.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMGeneration'
,
'url'
:
'https://
github.com/open-mmlab/mmgeneration
'
,
'url'
:
'https://
mmgeneration.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMOCR'
,
'url'
:
'https://
github.com/open-mmlab/mmocr
'
,
'url'
:
'https://
mmocr.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMPose'
,
'url'
:
'https://
github.com/open-mmlab/mmpose
'
,
'url'
:
'https://
mmpose.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMSegmentation'
,
'url'
:
'https://
github.com/open-mmlab/mmsegmentation
'
,
'url'
:
'https://
mmsegmentation.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMTracking'
,
'url'
:
'https://
github.com/open-mmlab/mmtracking
'
,
'url'
:
'https://
mmtracking.readthedocs.io/en/latest/
'
,
},
]
},
...
...
docs_zh_CN/conf.py
View file @
fd6eab69
...
...
@@ -111,11 +111,15 @@ html_theme_options = {
},
{
'name'
:
'
算法库
'
,
'
文档
'
,
'children'
:
[
{
'name'
:
'MMCV'
,
'url'
:
'https://mmcv.readthedocs.io/zh_CN/latest/'
,
},
{
'name'
:
'MMAction2'
,
'url'
:
'https://
github.com/open-mmlab/mmaction2
'
,
'url'
:
'https://
mmaction2.readthedocs.io/zh_CN/latest/
'
,
},
{
'name'
:
'MMClassification'
,
...
...
@@ -123,35 +127,38 @@ html_theme_options = {
},
{
'name'
:
'MMDetection'
,
'url'
:
'https://github.com/open-mmlab/mmdetection'
,
'url'
:
'https://mmclassification.readthedocs.io/zh_CN/latest/'
,
},
{
'name'
:
'MMDetection3D'
,
'url'
:
'https://github.com/open-mmlab/mmdetection3d'
,
'url'
:
'https://mmdetection3d.readthedocs.io/zh_CN/latest/'
,
},
{
'name'
:
'MMEditing'
,
'url'
:
'https://
github.com/open-mmlab/mmediting
'
,
'url'
:
'https://
mmediting.readthedocs.io/zh_CN/latest/
'
,
},
{
'name'
:
'MMGeneration'
,
'url'
:
'https://
github.com/open-mmlab/mmgeneration
'
,
'url'
:
'https://
mmgeneration.readthedocs.io/en/latest/
'
,
},
{
'name'
:
'MMOCR'
,
'url'
:
'https://
github.com/open-mmlab/mmocr
'
,
'url'
:
'https://
mmocr.readthedocs.io/zh_CN/latest/
'
,
},
{
'name'
:
'MMPose'
,
'url'
:
'https://
github.com/open-mmlab/mmpose
'
,
'url'
:
'https://
mmpose.readthedocs.io/zh_CN/latest/
'
,
},
{
'name'
:
'MMSegmentation'
,
'url'
:
'https://github.com/open-mmlab/mmsegmentation'
,
'url'
:
'https://mmsegmentation.readthedocs.io/zh_CN/latest/'
,
},
{
'name'
:
'MMTracking'
,
'url'
:
'https://
github.com/open-mmlab/mmtracking
'
,
'url'
:
'https://
mmtracking.readthedocs.io/zh_CN/latest/
'
,
},
]
},
...
...
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