Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 403 Bytes

说明

该存储库是盛思科教的系列产品开发、使用教程托管文档 https://labplus.readthedocs.io

编译

本地编译方法:

pip install Sphinx sphinx-rtd-theme
git clone https://github.com/labplus-cn/labplus-docs.git
cd docs
make html

如果成功,构建的HTML文件将位于其中docs/_build 。