6567b93c30 | ||
---|---|---|
.. | ||
en | ||
resource/_static | ||
zh_cn | ||
README.md | ||
requirements.txt |
README.md
Build Documentation
-
Clone mindcv
git clone https://github.com/mindspore-lab/mindcv.git cd mindcv
-
Install the building dependencies of documentation
pip install -r docs/requirements.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