Skip to content

Commit cf5c2b6

Browse files
committed
changed line lengths
1 parent 254ac11 commit cf5c2b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

_episodes/04-recipe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Let's dissect what's happening here.
8686
>> something like
8787
> > `/home/users/username/mambaforge/envs/esmvaltool/bin/esmvaltool/recipes/examples/`
8888
>> or if you are using a pre-installed module on a server, something like
89-
>> `/apps/jasmin/community/esmvaltool/ESMValTool_<version>/esmvaltool/recipes/examples/recipe_python.yml`,
89+
>> `/apps/jasmin/community/esmvaltool/ESMValTool_<version>
90+
>>/esmvaltool/recipes/examples/recipe_python.yml`,
9091
>> where `<version>` is the latest release.
9192
> > 1. ESMValTool creates a time-stamped output directory for every run. In this
9293
> > case, it should be something like `recipe_python_YYYYMMDD_HHMMSS`. This

_includes/links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
88
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html
99
[concept-maps]: https://carpentries.github.io/instructor-training/05-memory/
10+
[config-file]: https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html
1011
[contrib-covenant]: https://contributor-covenant.org/
1112
[contributing]: {{ repo_url }}/blob/{{ source_branch }}/CONTRIBUTING.md
1213
[cran-checkpoint]: https://cran.r-project.org/package=checkpoint

setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ wget --no-clobber --input-file \
246246
--directory-prefix $HOME/esmvaltool_tutorial/data/
247247
~~~
248248
You can also use ESMValTool to automatically download data needed for test recipes.
249-
Please see the [Configuration][lesson-configuration] episode or the [documentation
250-
pages](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#user-configuration-file) for more information.
249+
Please see the [Configuration][lesson-configuration] episode
250+
or the [configuration file documentation][config-file] for more information.
251251

252252

253253
## GitHub account (Advanced)

0 commit comments

Comments
 (0)