Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Sphinx Documentation

This folder contains the files that auto-generate the tutorial website using sphinx.

You can build the tutorial yourself if you wish.

Install Prerequisites

pip install sphinx
pip install sphinx-rtd-theme

Build the Tutorial

./make html

Then, you can view the documentation at build\html\index.html in your web browser.