From 7400d841f25282c1036e927ea9ed42c61d7a6a99 Mon Sep 17 00:00:00 2001 From: Stefan Jansen Date: Fri, 14 Aug 2026 17:18:31 -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 | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index fba324e..490901c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,6 +10,7 @@ Market data acquisition and storage library for ML4T 3rd Edition. | `tests/` | Test suite | | `examples/` | Usage examples | | `docs/` | MkDocs documentation | +| `docs/book-guide/index.md` | Chapter-to-API cross-reference: which book notebook uses which class/function | ## Key Modules