From d2209afab5da3738f157b84ce3832fa1e41707e9 Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Mon, 1 Jul 2024 16:37:28 +0200 Subject: [PATCH] Manuals and API sections --- docs/source/index.rst | 12 +++--------- docs/source/manuals.rst | 14 ++++++++++++++ docs/source/modules.rst | 7 ------- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 docs/source/manuals.rst delete mode 100644 docs/source/modules.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 7c7916c..34c7944 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -68,20 +68,14 @@ Manuals The following manuals illustrate several aspects of QuaPy through examples: .. toctree:: - :maxdepth: 2 + :maxdepth: 3 - manuals/datasets - manuals/evaluation - manuals/explicit-loss-minimization - manuals/methods - manuals/model-selection - manuals/plotting - manuals/protocols + manuals .. toctree:: :hidden: - List of Modules + API Features -------- diff --git a/docs/source/manuals.rst b/docs/source/manuals.rst new file mode 100644 index 0000000..a426786 --- /dev/null +++ b/docs/source/manuals.rst @@ -0,0 +1,14 @@ +Manuals +======= + +.. toctree:: + :maxdepth: 2 + :numbered: + + manuals/datasets + manuals/evaluation + manuals/explicit-loss-minimization + manuals/methods + manuals/model-selection + manuals/plotting + manuals/protocols diff --git a/docs/source/modules.rst b/docs/source/modules.rst deleted file mode 100644 index 5d84a54..0000000 --- a/docs/source/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -quapy -===== - -.. toctree:: - :maxdepth: 4 - - quapy