From 7c130a24d352b8458edc6d33b0200232df41bf4e Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Sun, 13 Feb 2022 21:28:54 +0100 Subject: [PATCH] docs/index: use multiple toctrees with different captions Signed-off-by: Unai Martinez-Corral --- docs/index.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6ec20de..4c1a3bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -30,13 +30,23 @@ currently targeting chips from multiple vendors, e.g.: - QuickLogic EOS S3 .. toctree:: - :maxdepth: 2 - :caption: Sections getting-f4pga + understanding-commands + +.. toctree:: + :caption: Example designs + building-examples running-examples + +.. toctree:: + :caption: Custom designs + personal-designs customizing-makefiles - understanding-commands + +.. toctree:: + :caption: Additional example designs + project-f