Documentation

This official documentation is maintained in GitHub. The docs folder contains the documentation sources in reStructuredText format or markdown. And you can generate the docs locally with:

uv run sphinx-autobuild docs/ docs/_build/html

Output is written at docs/_build/html/index.html.