docs directory : All source files for documentation go here.
docs
readthedocs.yml : configuration file for readthedocs to build using conda
readthedocs.yml
source directory : contains all content source files in .rst, .md, or .ipynb
source
.rst
.md
.ipynb
makefile : used by Sphinx to build the docs
makefile
environment.yml : conda build instructions
environment.yml
conf.py : Sphinx configuration file
conf.py
index.rst of contents.rst : Sphinx master table of contents file
index.rst
contents.rst
_static directory : contains images, drawings, icons
_static
_templates directory: overrides theme templates and layouts
_templates
build directory : html files generated by Sphinx (do not check this directory into GitHub)
build