Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 392 Bytes

File metadata and controls

25 lines (18 loc) · 392 Bytes

Contributing

Any type of contributions are welcome!

TODO: CLA?

Testing

Run poetry run pytest.

Build Documentation

Run the following commands to build project documentation in doc/build/html directory.

Windows

cd doc
poetry run make.bat html

build-doc-win.bat can also be used to publish GitHub Pages from docs.

Linux

cd doc
poetry run make html