From 354c967347a95cf0802a62cca39bb9cebf7812ea Mon Sep 17 00:00:00 2001 From: Pierre Robiglio <83019028+thomasrobiglio@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:33:32 +0200 Subject: [PATCH] minor changes to tutos doc *added missing focus tutorials *added hyperedges in depth tutorial --- docs/source/api/tutorials/case_studies.rst | 2 +- docs/source/api/tutorials/focus_tutorials.rst | 16 ++++++++++++++++ docs/source/api/tutorials/in_depth.rst | 3 ++- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/source/api/tutorials/case_studies.rst b/docs/source/api/tutorials/case_studies.rst index b140cff68..b000323e8 100644 --- a/docs/source/api/tutorials/case_studies.rst +++ b/docs/source/api/tutorials/case_studies.rst @@ -3,7 +3,7 @@ Case studies ################## .. toctree:: - :maxdepth: 2 + :maxdepth: 1 case_study_zhang2022 simplicial_kuramoto_example \ No newline at end of file diff --git a/docs/source/api/tutorials/focus_tutorials.rst b/docs/source/api/tutorials/focus_tutorials.rst index e69de29bb..31a147fc8 100644 --- a/docs/source/api/tutorials/focus_tutorials.rst +++ b/docs/source/api/tutorials/focus_tutorials.rst @@ -0,0 +1,16 @@ +################## + Focus tutorials + ################## + + + .. toctree:: + :maxdepth: 1 + + Tutorial 1 - Basic Hypergraph Functionality + Tutorial 2 - Read and Write + Tutorial 3 - Basic simplicial complex usage + Tutorial 4 - Generative_Models + Tutorial 5 - Plotting + Tutorial 6 - Statistics + Tutorial 7 - Convex hulls hypergraph plotting + Tutorial 8 - Directed Hypergraphs \ No newline at end of file diff --git a/docs/source/api/tutorials/in_depth.rst b/docs/source/api/tutorials/in_depth.rst index db0651bb6..ecfd3b344 100644 --- a/docs/source/api/tutorials/in_depth.rst +++ b/docs/source/api/tutorials/in_depth.rst @@ -5,4 +5,5 @@ In depth tutorials .. toctree:: :maxdepth: 1 - In Depth 1 - Drawing nodes \ No newline at end of file + In Depth 1 - Drawing nodes + In Depth 2 - Drawing hyperedges \ No newline at end of file