From d6115daa71c2257b768d0ff2c81eb93dc4a9ea97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 12 May 2025 16:52:56 -0700 Subject: [PATCH 1/2] DOC: make the index page nicer --- index.md | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index 18eff3f..8092018 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,27 @@ -# Recipes +# Executable Tutorials + + +## Example recipes ```{toctree} -:maxdepth: 1 -:glob: +--- +maxdepth: 1 +glob: +caption: User tutorials +--- + tutorials/**/* + +``` + + +## Contributing documentation + +```{toctree} +--- +maxdepth: 1 +caption: Contributing +--- + contributing ``` From c2c36c076a85b3cf60da9a3e98a5c7b935234d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Mon, 12 May 2025 17:31:37 -0700 Subject: [PATCH 2/2] DOC: more headings tweaking --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index 8092018..486a2b0 100644 --- a/index.md +++ b/index.md @@ -1,7 +1,7 @@ -# Executable Tutorials +# Executable Tutorials Repo setup best practices -## Example recipes +## Example Tutorials ```{toctree} ---