Skip to content

Commit 6a3fe18

Browse files
authored
Merge pull request #31 from bsipocz/DOC_make_index_nicer
DOC: make the index page nicer
2 parents b9fb06e + c2c36c0 commit 6a3fe18

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 Repo setup best practices
2+
3+
4+
## Example Tutorials
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)