This repository has been archived on 2025-06-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
compLIB/README.md
Konstantin Lampalzer 3b18b0a66c
Documentation
2021-01-16 23:41:39 +01:00

22 lines
528 B
Markdown

# compLIB
## TODOs
### LED control is not implemented
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)
[reStructured Text](https://pythonhosted.org/an_example_pypi_project/sphinx.html#restructured-text-rest-resources)