From 77ba961197b2c20824d34dfa5ff7dbcd877f2014 Mon Sep 17 00:00:00 2001 From: Thibaut Lacroix <57836508+tfmlaX@users.noreply.github.com> Date: Thu, 16 May 2024 11:31:17 +0200 Subject: [PATCH] Update toc --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 35b71ca..63189df 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -20,7 +20,7 @@ The package may be installed by typing the following into a Julia REPL ## Table of Contents ```@contents -Pages = ["index.md", "user-guide.md", "examples/sbm.md", "examples/puredephasing.md", "theory.md", "methods.md", "dev.md"] +Pages = ["index.md", "user-guide.md", "Examples" => ["examples/sbm.md", "examples/puredephasing.md", "examples/timedep.md", "examples/anderson-model.md", "examples/bath-observables.md"], "theory.md", "methods.md", "dev.md"] Depth = 3 ```