The documentation is available at githubpages. The 🔗 API documentation is generated using pdoc3.
To manually generate the documentation, first, install the heavytail package with the doc dependencies using uv
:
$ uv pip install -e .[docs]
Then
$ uv run pdoc --html -c latex_math=True --output-dir docs --force heavytail