We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9fb06e + c2c36c0 commit 6a3fe18Copy full SHA for 6a3fe18
index.md
@@ -1,8 +1,27 @@
1
-# Recipes
+# Executable Tutorials Repo setup best practices
2
+
3
4
+## Example Tutorials
5
6
```{toctree}
-:maxdepth: 1
-:glob:
7
+---
8
+maxdepth: 1
9
+glob:
10
+caption: User tutorials
11
12
13
tutorials/**/*
14
15
+```
16
17
18
+## Contributing documentation
19
20
+```{toctree}
21
22
23
+caption: Contributing
24
25
26
contributing
27
```
0 commit comments