Eris is a collection of multi-commodity energy modelling tools.
This repo contains the source for a documentation site, serving as a landing page for Eris and linking through to the individual tools and libraries that make up the Eris suite.
Hosted at: https://bsgip.github.io/eris
The documentation is built and deployed automatically by a GitHub Action on pushes to main.
The documenation is hosted on this GitHub pages site, https://bsgip.github.io/eris.
The Eris documentation site is built using Material for Mkdocs.
In a suitable virtual environment, install mkdocs-material,
pip install mkdocs-materialBuild and serve the site locally with,
mkdocs serveThis makes the site accessible from http://127.0.0.1:8000/eris/.
If you only want to check the site builds correctly run,
mkdocs buildThe site is a collection of markdown files in the docs/ directory.
The site is configured through the mkdocs.yml file.
The following sites might be helpful when updating the site or changing the site's configuration,
