From 8e759ce878018ccf636ee956cf23376147b74319 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Mon, 15 Jul 2024 11:26:45 +0200 Subject: [PATCH] docs: better separation of the ToC --- docs/index.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f35904bc..7b9b5728 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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}