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 serveThen open http://127.0.0.1:2333 in your browser.
- To build a offline html doc:
teedoc buildThen you will find HTML docs in out directory.