docs: better separation of the ToC

This commit is contained in:
Hynek Schlawack 2024-07-15 11:26:45 +02:00
parent 9ebd31c894
commit 8e759ce878
No known key found for this signature in database
1 changed files with 19 additions and 1 deletions

View File

@ -58,19 +58,37 @@ If you need any help while getting started, feel free to use the `python-attrs`
```{toctree}
:maxdepth: 2
:caption: Getting Started
overview
why
examples
```
```{toctree}
:maxdepth: 2
:caption: Explanations
types
init
comparison
hashing
```
```{toctree}
:maxdepth: 2
:caption: Reference
api
api-attr
glossary
```
```{toctree}
:maxdepth: 2
:caption: Advanced
extending
how-does-it-work
glossary
```
```{toctree}