WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

HSF/website-helpers

Repository files navigation

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