Browse Source

Fixed path in documentation

refactoring
Matthias Volk 6 years ago
parent
commit
7821e72dac
  1. 2
      doc/source/doc/reward_models.rst
  2. 2
      doc/source/doc/shortest_paths.rst

2
doc/source/doc/reward_models.rst

@ -2,7 +2,7 @@
Reward Models Reward Models
************** **************
In :doc:`getting_started`, we mainly looked at probabilities in the Markov models and properties that refer to these probabilities.
In :doc:`../getting_started`, we mainly looked at probabilities in the Markov models and properties that refer to these probabilities.
In this section, we discuss reward models. In this section, we discuss reward models.
Exploring reward models Exploring reward models

2
doc/source/doc/shortest_paths.rst

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

Loading…
Cancel
Save