Skip to content

Commit

Permalink
Minor changes and corrections to tutorials in the API (#479)
Browse files Browse the repository at this point in the history
* minor changes to tutos doc

*added missing focus tutorials
*added hyperedges in depth tutorial

* Minor fixes in tutos

* minor fix

* minor fixes

* recipe for colours of different hyperedges

* added missing cell in in depth 2

* corrections by max
  • Loading branch information
thomasrobiglio authored Oct 19, 2023
1 parent 31b0fc8 commit 536f592
Show file tree
Hide file tree
Showing 10 changed files with 301 additions and 336 deletions.
228 changes: 160 additions & 68 deletions docs/source/api/recipes/recipes.ipynb

Large diffs are not rendered by default.

49 changes: 18 additions & 31 deletions docs/source/api/tutorials/In Depth 1 - Drawing nodes.ipynb

Large diffs are not rendered by default.

111 changes: 65 additions & 46 deletions docs/source/api/tutorials/In Depth 2 - Drawing hyperedges.ipynb

Large diffs are not rendered by default.

24 changes: 6 additions & 18 deletions docs/source/api/tutorials/XGI in 1 minute.ipynb

Large diffs are not rendered by default.

86 changes: 15 additions & 71 deletions docs/source/api/tutorials/XGI in 15 minutes.ipynb

Large diffs are not rendered by default.

102 changes: 15 additions & 87 deletions docs/source/api/tutorials/XGI in 5 minutes.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/api/tutorials/case_studies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Case studies
##################

.. toctree::
:maxdepth: 2
:maxdepth: 1

case_study_zhang2022
simplicial_kuramoto_example
16 changes: 16 additions & 0 deletions docs/source/api/tutorials/focus_tutorials.rst
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion docs/source/api/tutorials/in_depth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ In depth tutorials
.. toctree::
:maxdepth: 1

In Depth 1 - Drawing nodes
In Depth 1 - Drawing nodes
In Depth 2 - Drawing hyperedges
16 changes: 3 additions & 13 deletions docs/source/api/tutorials/simplicial_kuramoto_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 536f592

Please sign in to comment.