Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.14 KB

HSF website helpers

pre-commit.ci status Documentation Status Black License PR welcome

A collection of small scripts to update yaml/markdown files for hsf.github.io.

For an overview of the scripts, see the documentation.

Installation

Clone the repository and run

pip3 install -e .

in the directory.

Development setup

Make sure to install the pre-commit hooks:

pre-commit install