Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 461 Bytes

grid-blackout-model

Code to model grid-blackouts based on a few inputs such as blackout frequency, blackout average duration

Get started

No code yet

Docs

To build the docs simply go to the docs folder

cd docs

Install the requirements

pip install -r docs_requirements.txt

and run

make html

The output will then be located in docs/_build/html and can be opened with your favorite browser

Code linting

TODO precommit hooks