documentation generator Sphinx docs for Sensorgnome software and hardware for read the docs.
https://sensorgnome.readthedocs.io/
- Optionally, create a virtualenv.
- run
pip install -r requirements.txt
To build the documentation locally to test: run make html and then open the result from _build/html.
If you'd like to contribute to the docs, please fork this repo, make your changes and open a pull request so that we can review and then get your changes into the project.
You can also open an issue if something is unclear, to request missing documentation, etc.
Documentation is written using Restructured Text. A useful cheatsheet: https://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
Uses sphinx-contrib/youtube to embed YouTube videos in sphinx output.