From 8a39107461349bb3d7d12db242b241005a31fbcd Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Fri, 23 Jan 2026 13:17:57 -0500 Subject: [PATCH] docs(toc): add Developer Testing to TITO CLI Reference section Add testing.md to both web and PDF table of contents. --- tinytorch/site/_toc.yml | 2 ++ tinytorch/site/_toc_pdf.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tinytorch/site/_toc.yml b/tinytorch/site/_toc.yml index 4c15a4176..361d72722 100644 --- a/tinytorch/site/_toc.yml +++ b/tinytorch/site/_toc.yml @@ -91,6 +91,8 @@ parts: title: "Milestone System" - file: tito/data title: "Progress & Data" + - file: tito/testing + title: "Developer Testing" - file: tito/troubleshooting title: "Troubleshooting" diff --git a/tinytorch/site/_toc_pdf.yml b/tinytorch/site/_toc_pdf.yml index fa9015746..8b2813966 100644 --- a/tinytorch/site/_toc_pdf.yml +++ b/tinytorch/site/_toc_pdf.yml @@ -109,6 +109,8 @@ parts: title: "Milestone System" - file: tito/data title: "Progress & Data" + - file: tito/testing + title: "Developer Testing" - file: tito/troubleshooting title: "Troubleshooting"