# API Reference This folder is intended for the API reference. .. toctree:: :maxdepth: 2 actuaflow method_reference Generated pages are in this folder: - `actuaflow.rst` (package overview) - `method_reference.rst` (explicit module-level method index) Use: ``` sphinx-apidoc -o docs/api actuaflow ``` Then rebuild with `make html` or `make.bat html` from project root.