Skip to content

Commit 3dda3eb

Browse files
committed
Fix one reference and paths to pymob_overview for unix compatibility
1 parent 9c4ecf9 commit 3dda3eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/user_guide/Introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"### How pymob is structured:\n",
1818
"Here you can see the structure of the structure of pymob package: <br>\n",
19-
"![Structure of the pymob package](..\\user_guide\\figures\\pymob_overview.png) <br>\n",
19+
"![Structure of the pymob package](./figures/pymob_overview.png) <br>\n",
2020
"The Pymob package consists of several elements: \n",
2121
"\n",
2222
"\n",
@@ -762,7 +762,7 @@
762762
"## Defining a solver\n",
763763
"\n",
764764
"As described above: A solver is required for many models. So we define a solver by {class}`pymob.simulation.SimulationBase.solver`. <br>\n",
765-
"In our case the model gives the exact solution of the model. Therefore, we choose `solve_analytic_1d`. An overwiev of the solvers currently implemented in pymob can be found at the beginning of this tutorial [here](#How-pymob-is-structured:)."
765+
"In our case the model gives the exact solution of the model. Therefore, we choose `solve_analytic_1d`. An overwiev of the solvers currently implemented in pymob can be found at the beginning of this tutorial [here](#how-pymob-is-structured)."
766766
]
767767
},
768768
{

docs/source/user_guide/superquickstart.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cell_type": "markdown",
7272
"metadata": {},
7373
"source": [
74-
"![framework-overview](.\\figures\\pymob_overview.png)"
74+
"![framework-overview](./figures/pymob_overview.png)"
7575
]
7676
},
7777
{
@@ -1654,7 +1654,7 @@
16541654
],
16551655
"metadata": {
16561656
"kernelspec": {
1657-
"display_name": "pymobnew",
1657+
"display_name": "pymob",
16581658
"language": "python",
16591659
"name": "python3"
16601660
},
@@ -1668,7 +1668,7 @@
16681668
"name": "python",
16691669
"nbconvert_exporter": "python",
16701670
"pygments_lexer": "ipython3",
1671-
"version": "3.11.13"
1671+
"version": "3.11.11"
16721672
}
16731673
},
16741674
"nbformat": 4,

0 commit comments

Comments
 (0)