Add a "Topic Guide" section to the documentation

This section will contain pages that describe a single topic (like
"Authentication", "Caching", etc).
This commit is contained in:
Pradyun Gedam 2021-05-28 13:03:57 +01:00
parent 5ee933aab8
commit 7d42fb61ae
2 changed files with 13 additions and 0 deletions

View File

@ -13,6 +13,7 @@ install packages from the [Python Package Index][pypi] and other indexes.
getting-started
installation
user_guide
topics/index
cli/index
```

12
docs/html/topics/index.md Normal file
View File

@ -0,0 +1,12 @@
# Topic Guides
These pages provide detailed information on individual topics.
```{note}
This section of the documentation is currently being fleshed out. See
{issue}`9475` for more details.
```
```{toctree}
:maxdepth: 1
```