Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.54 KB

File metadata and controls

57 lines (31 loc) · 1.54 KB

Eris

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


Deployment

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.

Setup

The Eris documentation site is built using Material for Mkdocs.

In a suitable virtual environment, install mkdocs-material,

pip install mkdocs-material

Building Locally

Build and serve the site locally with,

mkdocs serve

This makes the site accessible from http://127.0.0.1:8000/eris/.

If you only want to check the site builds correctly run,

mkdocs build

Updating the Site

The 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,