For a better readability and flow, reorganised and renamed various sections in developer documentation. Change-Id: I23ac014701e0ca0984e23ff07192cfdf4d8fd4dd
972 B
972 B
Building the Documentation
The documentation is generated with Sphinx using the tox command. To create HTML docs and man pages:
$ tox -e docsThe results are in the doc/build/html and
doc/build/man directories respectively.