Browse Source

moved doc for shortest paths and the corresponding example

refactoring
Sebastian Junges 7 years ago
parent
commit
a8fdb88c3e
  1. 2
      doc/source/shortest_paths.rst
  2. 0
      examples/shortest_paths/01-shortest-paths.py

2
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 <https://github.com/moves-rwth/stormpy/blob/master/examples/07-shortest-paths.py>`_
.. seealso:: `07-shortest-paths.py <https://github.com/moves-rwth/stormpy/blob/master/examples/shortest_paths/01-shortest-paths.py>`_
As in :doc:`getting_started`, we import some required modules and build a model from the example files::

0
examples/07-shortest-paths.py → examples/shortest_paths/01-shortest-paths.py

Loading…
Cancel
Save