# ActuaFlow Documentation ActuaFlow is a compact actuarial pricing toolkit for insurance pricing teams. It provides easy access to frequency-severity modeling, diagnostics, and rating tools. ```{toctree} :maxdepth: 2 getting_started.md api/index.md guide/index.md changelog.rst ``` ## Quick build Install the docs dependencies (recommended): ``` pip install -e .[docs] pip install sphinx-rtd-theme myst-parser ``` Build HTML (Linux/macOS): ``` make html ``` Build HTML (Windows): ``` make.bat html ```