Skip to content

Commit 0e15783

Browse files
committed
Fix/remove links in notebooks
1 parent 76311c1 commit 0e15783

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user-guide/add-solar.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cell_type": "markdown",
6464
"metadata": {},
6565
"source": [
66-
"In this section, we will add solar photovoltaics to the default model seen in the [example page](../running-muse-example.ipynb). To achieve this, we must modify some of the input files shown in the above section. To create a copy of the default model files, run:\n",
66+
"In this section, we will add solar photovoltaics to the default model. To achieve this, we must modify some of the input files shown in the above section. To create a copy of the default model files, run:\n",
6767
"\n",
6868
"```bash\n",
6969
"python -m muse --model default --copy PATH/TO/COPY/THE/MODEL/TO\n",
@@ -213,7 +213,7 @@
213213
"cell_type": "markdown",
214214
"metadata": {},
215215
"source": [
216-
"It is also possible to model import and export of commodities, using the `BaseYearImport.csv` and `BaseYearExport.csv` files, along with the `base_year_import` and `base_year_import` settings in the [settings file](../inputs/toml#global-input-files). However we will not do this here."
216+
"It is also possible to model import and export of commodities, using the `BaseYearImport.csv` and `BaseYearExport.csv` files, along with the `base_year_import` and `base_year_import` settings in the [settings file](../inputs/toml.rst). However we will not do this here."
217217
]
218218
},
219219
{
@@ -325,7 +325,7 @@
325325
"cell_type": "markdown",
326326
"metadata": {},
327327
"source": [
328-
"We can now see that there is `solarPV` capacity in the power sector, compared to the example [here](../running-muse-example.ipynb) where `solarPV` is absent! That's great and means it worked! \n",
328+
"We can now see that there is `solarPV` capacity in the power sector. That's great and means it worked! \n",
329329
"\n",
330330
"We can see that `solarPV` has a higher uptake than `gasCCGT`, and has entirely replaced `windturbine` in of the sector, which is likely due to the lower `cap_par` (capital cost) which makes it more favourable for investment. We can investigate this by changing the `cap_par` value for `solarPV`, which we will do in the next section."
331331
]

docs/user-guide/additional-service-demand.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"cell_type": "markdown",
106106
"metadata": {},
107107
"source": [
108-
"Next, we must add a technology to service this new demand. This is achieved through a similar process as the section in the [\"1. adding a new technology\"](add-solar.ipynb) section. However, we must be careful to specify the end-use of the technology as `cook`.\n",
108+
"Next, we must add a technology to service this new demand. This is similar to how we added the solarPV technology in a previous tutorial. However, we must be careful to specify the end-use of the technology as `cook`.\n",
109109
"\n",
110110
"For this example, we will add two competing technologies to service the cooking demand (`electric_stove` and `gas_stove`) to the `Technodata.csv` file in `/technodata/residential`.\n",
111111
"\n",

0 commit comments

Comments
 (0)