Unverified Commit fd6eab69 authored by Zaida Zhou's avatar Zaida Zhou Committed by GitHub
Browse files

[Docs] Add mmcv itself in the docs list (#1441)

* Add mmcv itself in the docs list

* modify link of docs
parent c522b47e
...@@ -111,47 +111,52 @@ html_theme_options = { ...@@ -111,47 +111,52 @@ html_theme_options = {
}, },
{ {
'name': 'name':
'Projects', 'Docs',
'children': [ 'children': [
{
'name': 'MMCV',
'url': 'https://mmcv.readthedocs.io/en/latest/',
},
{ {
'name': 'MMAction2', 'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2', 'url': 'https://mmaction2.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMClassification', 'name': 'MMClassification',
'url': 'https://github.com/open-mmlab/mmclassification', 'url':
'https://mmclassification.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMDetection', 'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection', 'url': 'https://mmdetection.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMDetection3D', 'name': 'MMDetection3D',
'url': 'https://github.com/open-mmlab/mmdetection3d', 'url': 'https://mmdetection3d.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMEditing', 'name': 'MMEditing',
'url': 'https://github.com/open-mmlab/mmediting', 'url': 'https://mmediting.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMGeneration', 'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration', 'url': 'https://mmgeneration.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMOCR', 'name': 'MMOCR',
'url': 'https://github.com/open-mmlab/mmocr', 'url': 'https://mmocr.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMPose', 'name': 'MMPose',
'url': 'https://github.com/open-mmlab/mmpose', 'url': 'https://mmpose.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMSegmentation', 'name': 'MMSegmentation',
'url': 'https://github.com/open-mmlab/mmsegmentation', 'url': 'https://mmsegmentation.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMTracking', 'name': 'MMTracking',
'url': 'https://github.com/open-mmlab/mmtracking', 'url': 'https://mmtracking.readthedocs.io/en/latest/',
}, },
] ]
}, },
......
...@@ -111,11 +111,15 @@ html_theme_options = { ...@@ -111,11 +111,15 @@ html_theme_options = {
}, },
{ {
'name': 'name':
'算法库', '文档',
'children': [ 'children': [
{
'name': 'MMCV',
'url': 'https://mmcv.readthedocs.io/zh_CN/latest/',
},
{ {
'name': 'MMAction2', 'name': 'MMAction2',
'url': 'https://github.com/open-mmlab/mmaction2', 'url': 'https://mmaction2.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMClassification', 'name': 'MMClassification',
...@@ -123,35 +127,38 @@ html_theme_options = { ...@@ -123,35 +127,38 @@ html_theme_options = {
}, },
{ {
'name': 'MMDetection', 'name': 'MMDetection',
'url': 'https://github.com/open-mmlab/mmdetection', 'url':
'https://mmclassification.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMDetection3D', 'name': 'MMDetection3D',
'url': 'https://github.com/open-mmlab/mmdetection3d', 'url':
'https://mmdetection3d.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMEditing', 'name': 'MMEditing',
'url': 'https://github.com/open-mmlab/mmediting', 'url': 'https://mmediting.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMGeneration', 'name': 'MMGeneration',
'url': 'https://github.com/open-mmlab/mmgeneration', 'url': 'https://mmgeneration.readthedocs.io/en/latest/',
}, },
{ {
'name': 'MMOCR', 'name': 'MMOCR',
'url': 'https://github.com/open-mmlab/mmocr', 'url': 'https://mmocr.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMPose', 'name': 'MMPose',
'url': 'https://github.com/open-mmlab/mmpose', 'url': 'https://mmpose.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMSegmentation', 'name': 'MMSegmentation',
'url': 'https://github.com/open-mmlab/mmsegmentation', 'url':
'https://mmsegmentation.readthedocs.io/zh_CN/latest/',
}, },
{ {
'name': 'MMTracking', 'name': 'MMTracking',
'url': 'https://github.com/open-mmlab/mmtracking', 'url': 'https://mmtracking.readthedocs.io/zh_CN/latest/',
}, },
] ]
}, },
......
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