##### List of reference material Author: Matthew Yu Last Modified: March 8th, 2019 [Baby's First steps with Sphinx](http://www.sphinx-doc.org/en/1.6/tutorial.html#autodoc) Note that the tutorial is somewhat vague [Directives - generic blocks of explicit markup](http://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html) Reference Usage [Autodoc tutorial](https://codeandchaos.wordpress.com/2012/07/30/sphinx-autodoc-tutorial-for-dummies/) Python specific [Cpp Domain Reference](https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html) Specifically useful for writing documentation Cpp on Sphinx - IMPORTANT!!! [Cpp Domain Reference 2](https://media.readthedocs.org/pdf/sphinx/1.7/sphinx.pdf) [RST Reference Document](http://docutils.sourceforge.net/docs/user/rst/quickref.html#escaping) [ReadTheDocsIO Hosting Guide](https://docs.readthedocs.io/en/latest/intro/getting-started-with-sphinx.html#quick-start) [Sphinx with Github Pages](https://daler.github.io/sphinxdoc-test/includeme.html)