Building the docs
June 6, 2023 ยท View on GitHub
We use Sphinx and restructured text (rst) for building the documentation pages. Detailed documentation of the package is built from mark-up docstrings in the source code.
Dependencies
To install the pyam package and all dependencies, run the following (in the top-level directory of this repository).
pip install --editable .[docs,tutorials,optional_plotting]
Writing in Restructured Text
There are a number of guides to get started, for example on sourceforge.
Building the documentation pages
On *nix, from the command line, run::
make html
On Windows, from the command line, run::
./make.bat
The rendered html pages will be located in docs/_build/index.html.