mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* [Docs] Translate the docs of hook design * Apply suggestions from code review Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com> Co-authored-by: Qian Zhao <112053249+C1rN09@users.noreply.github.com>
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/enordocs/zh_cncd docs/en # or docs/zh_cn -
Build documentation
make html -
Open
_build/html/index.htmlwith browser