A collection of small scripts to update yaml/markdown files for hsf.github.io.
For an overview of the scripts, see the documentation.
Clone the repository and run
pip3 install -e .
in the directory.
Make sure to install the pre-commit hooks:
pre-commit install