As a part of reorganisation of developer docs, removed the best practices documentation and made the subsections in it as overall sections. More renaming and reorganisation will be addressed in the following patches. Change-Id: I21bf8fe3855fd1d441ec3dba342babc90516714d
945 B
945 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.