diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 39ce7b697..b8ab0a77d 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -96,8 +96,15 @@ following content. .. code-block:: text - docs ├── build ├── make.bat ├── Makefile └── source ├── conf.py ├── - index.rst ├── _static └── _templates + docs + ├── build + ├── make.bat + ├── Makefile + └── source + ├── conf.py + ├── index.rst + ├── _static + └── _templates The purpose of each of these files is: