mirror of https://github.com/open-mmlab/mmyolo.git
* [Docs] Fixed the wrong url. * Update docs/zh_cn/get_started/article.md Co-authored-by: Range King <RangeKingHZ@gmail.com> * Fixed the pre-commit problem. --------- Co-authored-by: Range King <RangeKingHZ@gmail.com> |
||
---|---|---|
.. | ||
en | ||
zh_cn | ||
README.md |
README.md
Build Documentation
-
Clone MMYOLO
git clone https://github.com/open-mmlab/mmyolo.git cd mmyolo
-
Install the building dependencies of documentation
pip install -r requirements/docs.txt
-
Change directory to
docs/en
ordocs/zh_cn
cd docs/en # or docs/zh_cn
-
Build documentation
make html
-
Open
_build/html/index.html
with browser