From a8fdb88c3e4e563177cbdffc6a60d0d7d516b742 Mon Sep 17 00:00:00 2001 From: Sebastian Junges Date: Fri, 24 Nov 2017 18:13:16 +0100 Subject: [PATCH] moved doc for shortest paths and the corresponding example --- doc/source/shortest_paths.rst | 2 +- .../01-shortest-paths.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{07-shortest-paths.py => shortest_paths/01-shortest-paths.py} (100%) diff --git a/doc/source/shortest_paths.rst b/doc/source/shortest_paths.rst index 4e3f43d..95e687e 100644 --- a/doc/source/shortest_paths.rst +++ b/doc/source/shortest_paths.rst @@ -18,7 +18,7 @@ It is crucial to note that *any* path is eligible, including those that (repeate Examining Shortest Paths ======================== -.. seealso:: `07-shortest-paths.py `_ +.. seealso:: `07-shortest-paths.py `_ As in :doc:`getting_started`, we import some required modules and build a model from the example files:: diff --git a/examples/07-shortest-paths.py b/examples/shortest_paths/01-shortest-paths.py similarity index 100% rename from examples/07-shortest-paths.py rename to examples/shortest_paths/01-shortest-paths.py