Skip to content

Commit

Permalink
[Doc] add mmcv in docs (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbei authored Nov 1, 2021
1 parent eb0d08f commit 04e1bc9
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,47 +97,52 @@ def get_version():
},
{
'name':
'Projects',
'Docs',
'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/',
},
]
},
Expand Down

0 comments on commit 04e1bc9

Please sign in to comment.