diff --git a/index.md b/index.md index 18eff3f..486a2b0 100644 --- a/index.md +++ b/index.md @@ -1,8 +1,27 @@ -# Recipes +# Executable Tutorials Repo setup best practices + + +## Example Tutorials ```{toctree} -:maxdepth: 1 -:glob: +--- +maxdepth: 1 +glob: +caption: User tutorials +--- + tutorials/**/* + +``` + + +## Contributing documentation + +```{toctree} +--- +maxdepth: 1 +caption: Contributing +--- + contributing ```