Building Documentation#
To build the documentation for this project, use the following steps:
Prepare your environment by following the instructions in Preparing Your Development Environment.
Build the HTML documentation using the makedocs command:
Building the documentation#$ makedocs
Find the generated documentation in the
docs/build/html
directory.