* refine evaluation docs * fix link * Update docs/zh_cn/design/evaluation.md Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by: RangiLyu <lyuchqi@gmail.com> * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by: RangiLyu <lyuchqi@gmail.com> * resolve comments * Apply suggestions from code review * Update docs/zh_cn/tutorials/evaluation.md Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by: RangiLyu <lyuchqi@gmail.com> Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> |
||
---|---|---|
.. | ||
en | ||
resources/config | ||
zh_cn | ||
README.md |
README.md
Build Documentation
-
Clone MMEngine
git clone https://github.com/open-mmlab/mmengine.git cd mmegnine
-
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