Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode
Back to top

Contribution

Development

All packages are installed with uv and listed pyproject.toml. An existing environment can be update with conda env update:

uv sync [--active]

Documentation

This documentation is written in Sphinx with Furo; the documentation build dependencies can be installed with uv:

> uv sync [--active] --group docs

Makefile has recipes to compile and build the documentation into HTML:

> cd docs
> make clean html