Building the Documentation
The Documentation is written in .reStructuredText text files and built using Sphinx.
To install Sphinx, run the following command:
$ python -m pip install -U sphinx
Navigate to the project working directory, then to the
/docs/folderTo build the documentation, run the command:
$ make html
HTML pages will be in the /_build/ directory.
To view the built documentation locally in your Browser, open the
/_build/html/index.htmlin the Browser.