Visit online doc: https://wiki.sipeed.com/maixpy/
- Install doc build tool
teedoc
:
pip install teedoc -U
- Install plugins used by this doc:
cd MaixPy/docs
teedoc install
- Start local preview server:
teedoc serve
Then open http://127.0.0.1:2333
in your browser.
- To build a offline html doc:
teedoc build
Then you will find HTML docs in out
directory.