MaixPy_DOC
MaixPy_DOC copied to clipboard
Documentation of MaixPy
MaixPy and MaixPy3 doc
moved to https://github.com/sipeed/sipeed_wiki/tree/main/docs/soft/maixpy
visit: maixpy.sipeed.com
build locally
- Install teedoc
pip3 install teedoc --upgrade
- Get site source files
git clone https://github.com/sipeed/maixpy_doc
- Install plugins
cd maixpy_doc
teedoc install
- build and serve
teedoc build
teedoc serve
then visit http://127.0.0.1:2333