Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.2 KB

Documentation of data formats and software packages

Copyright (c) 2023-2024 IIASA; released under the Creative Commons CC0 1.0 License

Code style: black

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.

Building the docs

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.