Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 350 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 350 Bytes

掌控板(mPython)编程手册

该存储库是掌控板的编程文档 https://mpython.readthedocs.io

编译

本地编译方法:

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

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