22 lines
528 B
Markdown
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)
|