Documentation
This commit is contained in:
parent
2cac75fc9c
commit
3b18b0a66c
4 changed files with 44 additions and 11 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue