Skip to content

Commit 0ec5e6b

Browse files
committed
separate toctrees into smaller chunks
1 parent 79a9203 commit 0ec5e6b

4 files changed

Lines changed: 39 additions & 2 deletions

File tree

docs/algorithms/index.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,29 @@ Algorithms
33

44
.. toctree::
55
:maxdepth: 1
6+
:caption: Degree and degree sequences
67

78
vertex_degrees
89
edge_degrees
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
:caption: Degree sequences graphicallity
14+
915
graphicallity
16+
17+
.. toctree::
18+
:maxdepth: 2
19+
:caption: General properties of static/temporal networks
20+
1021
graph_properties
1122
assortativity
23+
24+
25+
.. toctree::
26+
:maxdepth: 1
27+
:caption: Reachability in networks
28+
1229
static_network_reachability
1330
temporal_network_reachability
1431
event_graphs

docs/generation/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,30 @@ Generating networks
33

44
.. toctree::
55
:maxdepth: 1
6+
:caption: Simple static networks
67

78
path
89
cycle
910
regular_ring_lattice
1011
square_grid_graph
1112
complete_graph
1213

14+
.. toctree::
15+
:maxdepth: 1
16+
:caption: Random static networks
17+
1318
gnp
1419
barabasi
1520
regular
1621
degree_seq
1722
expected_degree_seq
1823
uniform_hypergraph
1924

25+
26+
.. toctree::
27+
:maxdepth: 1
28+
:caption: Random temporal networks
29+
2030
fully_mixed
2131
link_activation
2232
node_activation

docs/operations/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ Network operations
22
==================
33

44
.. toctree::
5-
:maxdepth: 1
5+
:maxdepth: 2
66

77
subgraphs
88
add_remove
99
occupation
10+
11+
.. toctree::
12+
:maxdepth: 1
13+
1014
cartesian_product
1115
graph_union

docs/shuffling/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ Randomising networks
22
=====================
33

44
.. toctree::
5-
:maxdepth: 1
5+
:maxdepth: 2
6+
:caption: Static network shuffling methods
67

78
static
9+
10+
.. toctree::
11+
:maxdepth: 2
12+
:caption: Temporal network shuffling methods
13+
814
link
915
event
1016
timeline

0 commit comments

Comments
 (0)