From 7ccb674323396452ab2a3b55788de55a48d15a43 Mon Sep 17 00:00:00 2001 From: Thibaut Lacroix <57836508+tfmlaX@users.noreply.github.com> Date: Thu, 16 May 2024 11:23:10 +0200 Subject: [PATCH] Update index.md --- 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 93d790f..35b71ca 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/sbm.md", "examples/puredephasing.md", "theory.md", "methods.md", "dev.md"] Depth = 3 ```