From 7b3b996096ba75fb0f346dd2d5e2321e31c00bc0 Mon Sep 17 00:00:00 2001 From: Mike McKiernan Date: Wed, 27 May 2026 14:17:41 -0400 Subject: [PATCH] docs(fix): Fix TOC for training recipes - Fixes the "document is referenced in multiple toctrees:" messages. - Collapses all the recipe pages under one toctree instead of one for intros and others for details. This was the intention in #185. Signed-off-by: Mike McKiernan --- docs/index.md | 39 ---------------------------------- docs/nemotron/super3/README.md | 4 ---- 2 files changed, 43 deletions(-) diff --git a/docs/index.md b/docs/index.md index f613c980e..7a9cb501b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -278,45 +278,6 @@ Llama Nemotron Embed nemotron/artifacts.md ``` -```{toctree} -:caption: Nano3 Stages -:hidden: - -nemotron/nano3/pretrain.md -nemotron/nano3/sft.md -nemotron/nano3/rl.md -nemotron/nano3/evaluate.md -nemotron/nano3/import.md -``` - -```{toctree} -:caption: Omni3 Stages -:hidden: - -nemotron/omni3/README.md -nemotron/omni3/sft.md -nemotron/omni3/rl.md -nemotron/omni3/rl/data-prep.md -nemotron/omni3/architecture.md -nemotron/omni3/inference.md -``` - -```{toctree} -:caption: Super3 Stages -:hidden: - -nemotron/super3/README.md -nemotron/super3/pretrain.md -nemotron/super3/sft.md -nemotron/super3/rl/index.md -nemotron/super3/rl/rlvr.md -nemotron/super3/rl/swe.md -nemotron/super3/rl/rlhf.md -nemotron/super3/rl/data-prep.md -nemotron/super3/evaluate.md -nemotron/super3/quantization.md -``` - ```{toctree} :caption: Nemotron Kit :hidden: diff --git a/docs/nemotron/super3/README.md b/docs/nemotron/super3/README.md index 24f92da87..9b2319c1a 100644 --- a/docs/nemotron/super3/README.md +++ b/docs/nemotron/super3/README.md @@ -271,10 +271,6 @@ wandb login pretrain.md sft.md rl/index.md -rl/rlvr.md -rl/swe.md -rl/rlhf.md -rl/data-prep.md evaluate.md quantization.md ```