From a434cebd3e0c738d54d66e2e7f715c3b02f4b6d1 Mon Sep 17 00:00:00 2001 From: Grain Team Date: Tue, 21 Apr 2026 03:11:46 -0700 Subject: [PATCH] Fix mutex deadlock in UnknownRatioNode::GetOutputTimeMs. PiperOrigin-RevId: 903113338 --- docs/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1637184f4..b13a0826a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,7 +64,7 @@ GCS Amazon S3 ``` -``` {toctree} +```{toctree} :maxdepth: 1 :hidden: :caption: Dataset @@ -72,6 +72,7 @@ Basics Advanced usage Transformations <./grain.dataset> Performance debugging +Performance autotuning ``` ``` {toctree} @@ -91,10 +92,10 @@ grain changelog ``` -``` {toctree} +```{toctree} :maxdepth: 1 :hidden: :caption: For contributors behind_the_scenes CONTRIBUTING -``` \ No newline at end of file +```