Docs overhaul
Complete docs overhaul with new style and many bug fixes related to style themes. I will also be adding a wiki pages on what
To see the new docs do:
- Run from the root project folder: pytest ketos/ --doctest-modules
- Cd into the docs folder
- run: make HTML
- open the main index file locally to see the results
Sphinx will auto generate 'stub files' for all submodules in a folder called generated. This folder was included in the .gitignore file and should not be pushed into the repository.