Skip to content

Commit d6115da

Browse files
committed
DOC: make the index page nicer
1 parent b9fb06e commit d6115da

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

index.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
1-
# Recipes
1+
# Executable Tutorials
2+
3+
4+
## Example recipes
25

36
```{toctree}
4-
:maxdepth: 1
5-
:glob:
7+
---
8+
maxdepth: 1
9+
glob:
10+
caption: User tutorials
11+
---
12+
613
tutorials/**/*
14+
15+
```
16+
17+
18+
## Contributing documentation
19+
20+
```{toctree}
21+
---
22+
maxdepth: 1
23+
caption: Contributing
24+
---
25+
726
contributing
827
```

0 commit comments

Comments
 (0)