Skip to content

Commit e17b11c

Browse files
Apply suggestions from code review
Add some minor changes
1 parent 233d172 commit e17b11c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

_episodes/02-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ to display the command line help.
249249
> > {: .bash}
250250
> > I get that my installed ESMValTool version is
251251
> > ~~~
252-
> > 2.0.0
252+
> > ESMValCore: 2.0.0
253253
> > ~~~
254254
> > {: .output}
255255
> {: .solution}

_episodes/03-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ The ``config-user.yml`` configuration file contains all the global level
2323
information needed by ESMValTool to run. This is an [YAML
2424
file](https://yaml.org/spec/1.2/spec.html). An example configuration file can be
2525
found in the ESMValCore repository:
26-
[config-user-example.yml](https://github.com/ESMValGroup/ESMValCore/blob/master/esmvalcore/config-user.yml). You could download it by typing:
26+
[config-user-example.yml](https://github.com/ESMValGroup/ESMValCore/blob/master/esmvalcore/config-user.yml).
27+
28+
You can generate the default configuration file by running:
2729

2830
~~~bash
2931
esmvaltool config get_config_user
@@ -97,7 +99,7 @@ profile_diagnostic: false
9799
98100
## Destination directory
99101
100-
The destination directory is the rootpath where ESMValTool will store its output,
102+
The destination directory is the rootpath where ESMValTool will store its output folders containing
101103
i.e. figures, data, logs, etc. With every run, ESMValTool automatically generates
102104
a new output folder determined by recipe name, and date and time using
103105
the format: YYYYMMDD_HHMMSS.

_episodes/04-recipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ the name: recipe_example.yml LINK
101101
> 1 # ESMValTool
102102
> 2 # recipe_example.yml
103103
> 3 ---
104-
> 4 documentation
104+
> 4 documentation:
105105
> 5 description: Demonstrate basic ESMValTool example
106106
> 6
107107
> 7 authors:

0 commit comments

Comments
 (0)