Building the Documentation

The Documentation is written in .reStructuredText text files and built using Sphinx.

  1. To install Sphinx, run the following command:

    $ python -m pip install -U sphinx
    
  2. Navigate to the project working directory, then to the /docs/ folder

  3. To build the documentation, run the command:

    $ make html
    

HTML pages will be in the /_build/ directory.

  1. To view the built documentation locally in your Browser, open the /_build/html/index.html in the Browser.