Contributing#

Installing development dependencies#

pip install -e ".[dev]"

Formatting committed code#

Commits must validate a pre-commit routine launched by a git hook. To enable this hook locally, run

pre-commit install

Building the docs#

cd doc
make clean && make html