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-rtd-theme
And then run jupyter book to build the code
jupyter-book build --all docs