diff --git a/AGENTS.md b/AGENTS.md index 7bac580..0cd8e69 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,3 +45,8 @@ Event-driven backtesting engine with cross-framework parity validation. ```python from ml4t.backtest import Engine, Strategy, BacktestConfig, run_backtest ``` + +## Documentation + +- `docs/book-guide/index.md` maps book notebook -> concept -> `ml4t.backtest` API -> docs page. + Start there for chapter-to-API cross-reference instead of grepping source.