Skip to content

Commit 4901068

Browse files
committed
index.ipynb: Add 09_git.ipynb to the table of contents
Also add it (manually) to the README.md file.
1 parent 82e06d9 commit 4901068

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Only the first command performs straight reachability query.
6060
6. [Topological levels](06_levels.ipynb)
6161
7. [DFS intervals labelling](07_interval_labels.ipynb)
6262
8. [Reachability queries](08_reach.ipynb)
63+
9. [Extracting commit graphs from Git repositories](09_git.ipynb)
6364

6465
## Slides
6566

index.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
"5. [Reachability index](05_reachability_index.ipynb)\n",
108108
"6. [Topological levels](06_levels.ipynb)\n",
109109
"7. [DFS intervals labelling](07_interval_labels.ipynb)\n",
110-
"8. [Reachability queries](08_reach.ipynb)"
110+
"8. [Reachability queries](08_reach.ipynb)\n",
111+
"9. [Extracting commit graphs from Git repositories](09_git.ipynb)"
111112
]
112113
},
113114
{

0 commit comments

Comments
 (0)