The documentation is written in reStructuredText. Once you are finished making changes, you must build the documentation. To build the LedFx documentation follow the steps outlined below:
Note
Alternatively, you may run make livehtml
in place of make html
to open a browser and view your changes in
realtime.
$ cd ~/ledfx/docs
$ pip install -r requirements-docs.txt
$ make html
$ cd ~/ledfx/docs
$ pip install -r requirements-docs.txt
$ make html
$ source ~/ledfx-venv/bin/activate
$ cd ~/ledfx/docs
$ pip install -r requirements-docs.txt
$ make html