Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 501 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 501 Bytes

MaixPy documentation

Visit online doc: https://wiki.sipeed.com/maixpy/

Preview locally

  • 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.