mirror of
https://github.com/open-mmlab/mim.git
synced 2025-06-03 14:59:11 +08:00
[Docs] Use shared menu (#93)
* [Docs] Use shared menu * fix typo * delete logo
This commit is contained in:
parent
7d25759ead
commit
6b9be66bdb
BIN
docs/_static/image/mim-logo.png
vendored
BIN
docs/_static/image/mim-logo.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 48 KiB |
96
docs/conf.py
96
docs/conf.py
@ -72,105 +72,17 @@ html_theme_options = {
|
||||
'menu': [
|
||||
{
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/mmcv'
|
||||
'url': 'https://github.com/open-mmlab/mim'
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'Docs',
|
||||
'children': [
|
||||
{
|
||||
'name': 'MMCV',
|
||||
'url': 'https://mmcv.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MIM',
|
||||
'url': 'https://openmim.readthedocs.io/en/latest/'
|
||||
},
|
||||
{
|
||||
'name': 'MMAction2',
|
||||
'url': 'https://mmaction2.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMClassification',
|
||||
'url':
|
||||
'https://mmclassification.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection',
|
||||
'url': 'https://mmdetection.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMDetection3D',
|
||||
'url': 'https://mmdetection3d.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMEditing',
|
||||
'url': 'https://mmediting.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMGeneration',
|
||||
'url': 'https://mmgeneration.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMOCR',
|
||||
'url': 'https://mmocr.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMPose',
|
||||
'url': 'https://mmpose.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMSegmentation',
|
||||
'url': 'https://mmsegmentation.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMTracking',
|
||||
'url': 'https://mmtracking.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFlow',
|
||||
'url': 'https://mmflow.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMFewShot',
|
||||
'url': 'https://mmfewshot.readthedocs.io/en/latest/',
|
||||
},
|
||||
{
|
||||
'name': 'MMHuman3D',
|
||||
'url': 'https://mmhuman3d.readthedocs.io/en/latest/',
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
'name':
|
||||
'OpenMMLab',
|
||||
'children': [
|
||||
{
|
||||
'name': 'Homepage',
|
||||
'url': 'https://openmmlab.com/'
|
||||
},
|
||||
{
|
||||
'name': 'GitHub',
|
||||
'url': 'https://github.com/open-mmlab/'
|
||||
},
|
||||
{
|
||||
'name': 'Twitter',
|
||||
'url': 'https://twitter.com/OpenMMLab'
|
||||
},
|
||||
{
|
||||
'name': 'Zhihu',
|
||||
'url': 'https://zhihu.com/people/openmmlab'
|
||||
},
|
||||
]
|
||||
},
|
||||
]
|
||||
],
|
||||
# Specify the language of shared menu
|
||||
'menu_lang': 'en',
|
||||
}
|
||||
|
||||
# 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,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
html_css_files = ['css/readthedocs.css']
|
||||
|
||||
# -- Extension configuration -------------------------------------------------
|
||||
# Ignore >>> when copying code
|
||||
|
Loading…
x
Reference in New Issue
Block a user