Documentation Generation

You can generate this documentation in your environment. For that purpose, you need the Sphinx package.

(virtualenv3)$ pip install -e ".[documentation]"

Now, in your source directory, type:

(virtualenv3)$ make -C Documentation/ html

Then, visit it with your favorite browser at Documentation/__build/html/index.html.

Type make -C Documentation/ for more information.