How to contribute

Contents

How to contribute#

To contribute to this repository, bplease refer to our Rule of Participation as well as our Code of Conduct documents.

Writing docs#

Our docs are written using JupyterBook. To contribute to the docs, install the python dependencies

pip install jupyter-book sphinx-exercise sphinx-autobuild

And then run a small sphinx server with live-reload functionality

cd docs
sphinx-autobuild . _build/html -b html