Cheat Sheet:
https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html

How to do sections:
https://documentation-style-guide-sphinx.readthedocs.io/en/latest/style-guide.html#headings
https://devguide.python.org/documenting/#sections

How to compile:
make html

Install:
	conda install -c anaconda sphinx
	conda install -c conda-forge nbsphinx recommonmark
	
Select conda env vscode:
	1. Ctrl+Shift+P
	2. python: Select Interpreter	
