@@ -70,9 +70,9 @@ manual](https://docs.esmvaltool.org/projects/esmvalcore/en/latest/recipe/overvie
7070
7171## How to run ESMValTool
7272
73- Once you’ve set up your conda environment and installed ESMValTool (see episode
74- #2 LINK ) and set up your ` config-user.yml ` file to correctly match your local
75- environment, (see episode #3 LINK ), ESMValTool is invoked using a simple
73+ Once you’ve set up your conda environment and installed ESMValTool (see[ episode
74+ #2 ] ({{ page.root}}{% link _ episodes/02-installation.md %}) ) and set up your ` config-user.yml ` file to correctly match your local
75+ environment, (see [ episode #3 ] ({{ page.root}}{% link _ episodes/03-configuration.md %}) ), ESMValTool is invoked using a simple
7676command:
7777
7878~~~
@@ -177,7 +177,7 @@ Please note the following sections:
177177 preprocessing is needed, the preprocessor can be set to an empty python
178178 dictionary (`{}`). Here, we produce annual means. The preprocessor is called
179179 with its name (here : prep_timeseries), later in the diagnostic (line 39).
180- (See episode # 5 LINK for more details.)
180+ (See [ episode # 5]({{ page.root}}{% link _episodes/05-preprocessor.md %}) for more details.)
181181
182182 - diagnostic section : lines 30-42
183183
@@ -657,8 +657,8 @@ The snippets for the edits can be found below:
657657
658658> # # esmvaltool not found
659659> Can you run the command “esmvaltool -h”. If no, then it’s possible that the
660- > conda environment isn’t activated. Please return to the installation section,
661- > episode # 2 LINK .
660+ > conda environment isn’t activated. Please return to the in
661+ > [installation section]({{ page.root }}{% link _episodes/02-installation.md %}) .
662662{: .solution}
663663
664664> # # The error message is `esmvalcore._recipe_checks.RecipeError: Missing data`
0 commit comments