File tree Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Expand file tree Collapse file tree 2 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ Such operations include:
44
44
45
45
Only the first command performs straight reachability query.
46
46
47
+ ## Table of contents
48
+
49
+ > Warning: this is not generated automatically
50
+
51
+ 1 . [ Graphs in Python] ( 01_tools.ipynb )
52
+ 2 . [ Related works: various reachability labelings] ( 02_related.ipynb )
53
+ 3 . [ Example directed graphs] ( 03_example_graphs.ipynb )
54
+ 4 . [ Reachability index] ( 04_reachability_index.ipynb )
55
+ 5 . [ Topological levels] ( 05_levels.ipynb )
56
+
47
57
## Slides
48
58
49
59
This topic is covered in much more details in slides for the presentation "[ _ Graph operations in Git version control system_ ] [ google-drive-slides ] " by Jakub Narebski (2019).
Original file line number Diff line number Diff line change 82
82
" Only the first command performs straight reachability query."
83
83
]
84
84
},
85
+ {
86
+ "cell_type" : " markdown" ,
87
+ "metadata" : {},
88
+ "source" : [
89
+ " ## Table of contents"
90
+ ]
91
+ },
92
+ {
93
+ "cell_type" : " markdown" ,
94
+ "metadata" : {},
95
+ "source" : [
96
+ " > Warning: this is not generated automatically"
97
+ ]
98
+ },
99
+ {
100
+ "cell_type" : " markdown" ,
101
+ "metadata" : {},
102
+ "source" : [
103
+ " 1. [Graphs in Python](01_tools.ipynb)\n " ,
104
+ " 2. [Related works: various reachability labelings](02_related.ipynb)\n " ,
105
+ " 3. [Example directed graphs](03_example_graphs.ipynb)\n " ,
106
+ " 4. [Reachability index](04_reachability_index.ipynb)\n " ,
107
+ " 5. [Topological levels](05_levels.ipynb)"
108
+ ]
109
+ },
85
110
{
86
111
"cell_type" : " markdown" ,
87
112
"metadata" : {},
You can’t perform that action at this time.
0 commit comments