Documentation

This commit is contained in:
Konstantin Lampalzer 2021-01-16 23:41:39 +01:00
parent 2cac75fc9c
commit 3b18b0a66c
No known key found for this signature in database
GPG key ID: 9A60A522835A2AD9
4 changed files with 44 additions and 11 deletions

View file

@ -7,6 +7,15 @@
Need dependencies:
https://github.com/Freenove/Freenove_RPI_WS281x_Python
# Dependencies
## Building documentation
```
pip install sphinx-rtd-theme
```
* [Sphinx](https://www.sphinx-doc.org/en/master/usage/installation.html)
# Writing docs
[Inline documentation example](https://pythonhosted.org/an_example_pypi_project/sphinx.html#full-code-example)