Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.