Skip to content

Files

Latest commit

 

History

History
32 lines (24 loc) · 630 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (24 loc) · 630 Bytes

Contribution guide

Thanks for wanting to help out!

Please follow the code of conduct.

Development environment set-up

pip install -e .

Testing

Run the example from the README and make sure the output looks correct.

Building documentation

make -C docs

View with a static file server, eg (hosting at http://127.0.0.1:8042/):

python3 -m http.server -d docs/build/html/ -b 127.0.0.1 8042

Building package

pip install build
pyproject-build

Submitting changes

Make sure the above test is successful, then make a pull-request on GitHub.