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

microvm/microvm-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.