Unverified Commit 30ad1aae authored by Tai-Wang's avatar Tai-Wang Committed by GitHub
Browse files

Refactor the structure of documentation (#1113)

* Merge English and Chinese doc into the same folder

* Add logo image back

* Add logo image back
parent 334d63ff
...@@ -17,7 +17,7 @@ import sys ...@@ -17,7 +17,7 @@ import sys
from m2r import MdInclude from m2r import MdInclude
from recommonmark.transform import AutoStructify from recommonmark.transform import AutoStructify
sys.path.insert(0, os.path.abspath('..')) sys.path.insert(0, os.path.abspath('../../'))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
...@@ -25,7 +25,7 @@ project = 'MMDetection3D' ...@@ -25,7 +25,7 @@ project = 'MMDetection3D'
copyright = '2020-2023, OpenMMLab' copyright = '2020-2023, OpenMMLab'
author = 'MMDetection3D Authors' author = 'MMDetection3D Authors'
version_file = '../mmdet3d/version.py' version_file = '../../mmdet3d/version.py'
def get_version(): def get_version():
......
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