Copyright (c) 2023-2024 IIASA; released under the Creative Commons CC0 1.0 License
This is a Sphinx project for documentation of the IAMC timeseries format and for software projects developed by the Energy, Climate, and Environment Program (ECE). The website is deployed at https://docs.ece.iiasa.ac.at/ hosted by ReadTheDocs.
Install the requirements for building the docs.
pip install -r requirements.txt
Run Sphinx to build the docs!
make html
The rendered html pages will be located in _build/index.html
.