Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 388 Bytes

This is a tutorial of Mu, a micro virtual machine.

It is hosted on readthedocs.org. http://mu-tutorial.readthedocs.io/

It is written in reStructuredText with Sphinx.

To install sphinx: pip3 install sphinx.

To preview while editing, install sphinx-autobuild: pip3 install sphinx-autobuild. Then execute the buildandpreview.sh script in the docs directory.