From ed3233bfbc0edfd03cf76a1ae79413c43ecf8d7d Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Fri, 14 Aug 2026 17:18:15 -0400 Subject: [PATCH] docs: point AGENTS.md at the book-guide chapter-to-API cross-reference An agent building course content from this library had no pointer to docs/book-guide/index.md, the existing chapter-notebook-to-API mapping. --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 7bac5805..0cd8e694 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.