.. _installation_documentation: Documentation Generation ======================== You can generate this documentation in your environment. For that purpose, you need the `Sphinx `_ package. .. code-block:: bash (virtualenv3)$ pip install -e ".[documentation]" Now, in your source directory, type: .. code-block:: bash (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.