Building Documentation#

To build the documentation for this project, use the following steps:

  1. Prepare your environment by following the instructions in Preparing Your Development Environment.

  2. Build the HTML documentation using the makedocs command:

    Building the documentation#
    $ makedocs
    
  3. Find the generated documentation in the docs/build/html directory.