Skip to content

Commit 0ef169f

Browse files
committed
index.ipynb: Add table of contents (of notebooks)
Note that this table of contents is currently generated by hand, and it uses titles and not names of notebooks. NOTE: README.md was updated manually.
1 parent b11472c commit 0ef169f

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ Such operations include:
4444

4545
Only the first command performs straight reachability query.
4646

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+
4757
## Slides
4858

4959
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).

index.ipynb

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,31 @@
8282
"Only the first command performs straight reachability query."
8383
]
8484
},
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+
},
85110
{
86111
"cell_type": "markdown",
87112
"metadata": {},

0 commit comments

Comments
 (0)