This project should be published to PyPI (the standard Python package index).
- Build the distribution:
make build - Publish using twine:
twine upload dist/*
Docs can be generated using make build_docs.
To host them via GitHub Pages:
- Generate docs:
make build_docs - Push the
docs/folder to thegh-pagesbranch.