The documentation is available at githubpages. The 🔗 API documentation is generated using pdoc3.
To manually generate the documentation, first, install the penfolioop 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 penfolioop
$ uv run jupyter nbconvert --to html --execute --allow-errors docs/*.ipynb