From 20a012eb5306a2b36948dd014f552c46c1ae1825 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 3 Jan 2020 17:38:27 -0800 Subject: [PATCH] simplify the index a little bit --- docs/index.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 6e96bf58..d8712ae2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,8 +15,12 @@ Welcome to Kaleidoscope's documentation! :caption: Contents: +For users +========= + + Supported input devices -======================= +----------------------- .. toctree:: :maxdepth: 2 :glob: @@ -24,8 +28,7 @@ Supported input devices hardware-devices/* Plugins -======= - +------- .. toctree:: :maxdepth: 1 :glob: @@ -36,6 +39,9 @@ Plugins For developers ============== +Understanding the codebase +-------------------------- + .. toctree:: :maxdepth: 1 @@ -43,7 +49,7 @@ For developers codebase/code-style.md API Design docs -=============== +--------------- .. toctree:: maxdepth: 1 @@ -53,9 +59,9 @@ API Design docs Device drivers -============== +-------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :glob: drivers/** @@ -63,10 +69,10 @@ Device drivers Upgrading from old versions -=========================== +--------------------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 UPGRADING.md