From 6026c72aab7d00d9aa32603dc7a22088bebb7f34 Mon Sep 17 00:00:00 2001 From: "Pablo R. Mier" Date: Tue, 20 Aug 2024 18:47:55 +0200 Subject: [PATCH] Add multi shortest path example to docs --- docs/guide/networks/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/networks/index.md b/docs/guide/networks/index.md index 9574c18e..22750798 100644 --- a/docs/guide/networks/index.md +++ b/docs/guide/networks/index.md @@ -4,6 +4,7 @@ :maxdepth: 3 shortest-paths.ipynb +multi-sample-shortest-paths.ipynb steiner-trees.ipynb pcst.ipynb ```