Skip to content

Commit c769763

Browse files
committed
fixed codacy issues
1 parent d296482 commit c769763

1 file changed

Lines changed: 30 additions & 39 deletions

File tree

index.md

Lines changed: 30 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,72 +17,63 @@ These mini-tutorials can be appended to the main tutorial or worked through inde
1717

1818
> ## What will you learn in this course
1919
>
20-
> - What is ESMValTool
21-
>
22-
> - How to install ESMValTool
23-
>
24-
> - How to configure ESMValTool for your local system
25-
>
26-
> - How to run ESMValTool
27-
>
28-
> - How to work with ESMValTool's suite of preprocessors
29-
>
30-
> - How to debug your recipes
31-
>
32-
> - How to access and deploy recipes from the ESMValTools gallery (Advanced)
33-
>
34-
> - How to develop your own diagnostics and recipes (Advanced)
35-
>
36-
> - How to contribute your recipes and diagnostics back into ESMValTool (Advanced)
37-
>
38-
> - How to include new observational datasets (Advanced)
39-
>
40-
{: .checklist}
20+
> - What is ESMValTool
21+
> - How to install ESMValTool
22+
> - How to configure ESMValTool for your local system
23+
> - How to run ESMValTool
24+
> - How to work with ESMValTool's suite of preprocessors
25+
> - How to debug your recipes
26+
> - How to access and deploy recipes from the ESMValTools gallery (Advanced)
27+
> - How to develop your own diagnostics and recipes (Advanced)
28+
> - How to contribute your recipes and diagnostics back into ESMValTool (Advanced)
29+
> - How to include new observational datasets (Advanced)
30+
>
31+
>{: .checklist}
4132
4233
> ## Prerequisites
4334
>
4435
> *Minimal requirements:*
4536
>
46-
> - Basic understanding of your preferred command line interface (ie a bash terminal)
37+
> - Basic understanding of your preferred command line interface (ie a bash terminal)
4738
>
48-
> - Laptop/desktop with [(mini)conda](https://docs.conda.io/en/latest/miniconda.html) installed
39+
> - Laptop/desktop with [(mini)conda](https://docs.conda.io/en/latest/miniconda.html) installed
4940
>
50-
> - Access to CMIP data
41+
> - Access to CMIP data
5142
>
5243
> *Optional, but useful:*
5344
>
54-
> - Basic understanding of git
45+
> - Basic understanding of git
5546
>
56-
> - Access to a suitable computing system (eg CEDA-Jasmin, DKRZ-Mistral)
47+
> - Access to a suitable computing system (eg CEDA-Jasmin, DKRZ-Mistral)
5748
>
58-
> - GitHub account
49+
> - GitHub account
5950
>
60-
{: .prereq}
51+
>{: .prereq}
6152
6253
### Main things you need to know before starting this course
6354

64-
1. This tutorial can be taken online independently or taught by one of our instructors.
55+
1. This tutorial can be taken online independently or taught by one of our instructors.
6556

66-
2. Don’t be alarmed if you can’t work through the entire tutorial in one sitting. It may take some time to get used to working with ESMValTool.
57+
2. Don’t be alarmed if you can’t work through the entire tutorial in one sitting. It may take some time to get used to working with ESMValTool.
6758

68-
3. If you get stuck, help is always available from the tutors, from ESMValTool developers via the [github issues page](https://github.com/ESMValGroup/ESMValTool/issues)
59+
3. If you get stuck, help is always available from the tutors, from ESMValTool developers via the [github issues page](https://github.com/ESMValGroup/ESMValTool/issues)
6960
or via the [ESMValTool email list](mailto:esmvaltool@listserv.dfn.de).
7061

71-
4. This tutorial includes several advanced lessons after the conclusion. These advanced lessons should be treated like “mini-tutorials”, and include aspects like “developing your own diagnostic” or “how to include observations”.
62+
4. This tutorial includes several advanced lessons after the conclusion. These advanced lessons should be treated like “mini-tutorials”, and include aspects like “developing your own diagnostic” or “how to include observations”.
7263

73-
> ## Additional resources
64+
> ## Additional Resources
7465
>
75-
> - [Read the docs page](https://esmvaltool.readthedocs.io/)
66+
> - [Read the docs page](https://esmvaltool.readthedocs.io/)
7667
>
77-
> - [ESMValTool home page](https://www.esmvaltool.org/)
68+
> - [ESMValTool home page](https://www.esmvaltool.org/)
7869
>
79-
> - [Technical description paper](https://doi.org/10.5194/gmd-13-1179-2020)
70+
> - [Technical description paper](https://doi.org/10.5194/gmd-13-1179-2020)
8071
>
81-
> - [ESMValTool Source code](https://github.com/ESMValGroup/ESMValTool)
72+
> - [ESMValTool Source code](https://github.com/ESMValGroup/ESMValTool)
8273
>
83-
> - [ESMValCore Source code](https://github.com/ESMValGroup/ESMValCore)
74+
> - [ESMValCore Source code](https://github.com/ESMValGroup/ESMValCore)
8475
>
85-
{: .callout}
76+
> {: .callout}
8677
8778
## How to cite ESMValTool
8879

0 commit comments

Comments
 (0)