Skip to content

Commit 482de90

Browse files
johannahaffnerJohanna Haffner
andauthored
fix paths to example notebooks (#647)
* fix paths to example notebooks * change only links (no execution counts, ...) --------- Co-authored-by: Johanna Haffner <johanna.haffner@bsse.ethz.ch>
1 parent c68b302 commit 482de90

14 files changed

+16
-14
lines changed

docs/examples/continuous_normalising_flow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"}\n",
3737
"```\n",
3838
"\n",
39-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/continuous_normalising_flow.ipynb).\n",
39+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/continuous_normalising_flow.ipynb).\n",
4040
"\n",
4141
"!!! warning\n",
4242
"\n",

docs/examples/coupled_odes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"This example demonstrates basic functionality for solving a system of coupled ODEs; in this the [Lotka–Volterra](https://en.wikipedia.org/wiki/Lotka%E2%80%93Volterra_equations) equations.\n",
1717
"\n",
18-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/coupled_odes.ipynb)."
18+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/coupled_odes.ipynb)."
1919
]
2020
},
2121
{

docs/examples/forcing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"This example demonstrates how to incorporate an external forcing term into the solve. This is really simple: just evaluate it as part of the vector field like anything else.\n",
1717
"\n",
18-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/forcing.ipynb)."
18+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/forcing.ipynb)."
1919
]
2020
},
2121
{

docs/examples/hessian.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"This example demonstrates how to compute the Hessian of a differential equation solve.\n",
1717
"\n",
18-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/hessian.ipynb)."
18+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/hessian.ipynb)."
1919
]
2020
},
2121
{

docs/examples/kalman_filter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"This example optimizes the parameters of a [Kalman-Filter](https://en.wikipedia.org/wiki/Kalman_filter).\n",
1515
"\n",
16-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/kalman_filter.ipynb)."
16+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/kalman_filter.ipynb)."
1717
]
1818
},
1919
{

docs/examples/latent_ode.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"}\n",
6262
"```\n",
6363
"\n",
64-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/latent_ode.ipynb)."
64+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/latent_ode.ipynb)."
6565
]
6666
},
6767
{

docs/examples/neural_cde.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"}\n",
4444
"```\n",
4545
"\n",
46-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/neural_cde.ipynb)."
46+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/neural_cde.ipynb)."
4747
]
4848
},
4949
{

docs/examples/neural_ode.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"source": [
1616
"This example trains a [Neural ODE](https://arxiv.org/abs/1806.07366) to reproduce a toy dataset of nonlinear oscillators.\n",
1717
"\n",
18-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/neural_ode.ipynb)."
18+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/neural_ode.ipynb)."
1919
]
2020
},
2121
{

docs/examples/neural_sde.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"}\n",
4949
"```\n",
5050
"\n",
51-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/neural_sde.ipynb).\n",
51+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/neural_sde.ipynb).\n",
5252
"\n",
5353
"!!! warning\n",
5454
"\n",

docs/examples/nonlinear_heat_pde.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"---\n",
4545
"\n",
46-
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/examples/nonlinear_heat_pde.ipynb).\n",
46+
"This example is available as a Jupyter notebook [here](https://github.com/patrick-kidger/diffrax/blob/main/docs/examples/nonlinear_heat_pde.ipynb).\n",
4747
"\n",
4848
"\n",
4949
"!!! danger \"Advanced example\"\n",

0 commit comments

Comments
 (0)