Browse Source

fixed links

refactoring
hannah 4 years ago
committed by Matthias Volk
parent
commit
9d7ddecbb7
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 2
      doc/source/doc/dfts.ipynb
  2. 2
      doc/source/doc/parametric_models.ipynb
  3. 3
      doc/source/getting_started.ipynb

2
doc/source/doc/dfts.ipynb

@ -85,7 +85,7 @@
"[01-dfts.py](https://github.com/moves-rwth/stormpy/blob/master/examples/dfts/01-dfts.py)\n", "[01-dfts.py](https://github.com/moves-rwth/stormpy/blob/master/examples/dfts/01-dfts.py)\n",
"\n", "\n",
"The next step is to analyze the DFT via `analyze_dft(dft, formula)`.\n", "The next step is to analyze the DFT via `analyze_dft(dft, formula)`.\n",
"Here we can use all standard properties as described in [Building properties](../getting_started.ipynb#getting-started-building-properties).\n",
"Here we can use all standard properties as described in [Building properties](../getting_started.ipynb#building-properties).\n",
"In our example we compute the Mean-time-to-failure (MTTF):" "In our example we compute the Mean-time-to-failure (MTTF):"
] ]
}, },

2
doc/source/doc/parametric_models.ipynb

@ -97,7 +97,7 @@
"\n", "\n",
"[02-parametric-models.py](https://github.com/moves-rwth/stormpy/blob/master/examples//parametric_models/02-parametric-models.py)\n", "[02-parametric-models.py](https://github.com/moves-rwth/stormpy/blob/master/examples//parametric_models/02-parametric-models.py)\n",
"\n", "\n",
"It is also possible to check the parametric model directly, similar as before in [Checking properties](../getting_started.ipynb#getting-started-checking-properties):"
"It is also possible to check the parametric model directly, similar as before in [Checking properties](../getting_started.ipynb#checking-properties):"
] ]
}, },
{ {

3
doc/source/getting_started.ipynb

@ -155,8 +155,7 @@
"source": [ "source": [
"We will investigate ways to examine the model in more detail later in [Investigating the model](#getting-started-investigating-the-model).\n", "We will investigate ways to examine the model in more detail later in [Investigating the model](#getting-started-investigating-the-model).\n",
"\n", "\n",
"\n",
"<a id='getting-started-building-properties'></a>"
"\n"
] ]
}, },
{ {

Loading…
Cancel
Save