This folder contains the files that auto-generate the tutorial website using sphinx.
You can build the tutorial yourself if you wish.
pip install sphinx
pip install sphinx-rtd-theme
./make html
Then, you can view the documentation at build\html\index.html in your web browser.