Skip to content

Commit f8f6e01

Browse files
authored
Merge pull request #393 from ESMValGroup/remove_Julia_references
Remove Julia references as it is no longer supported
2 parents 1ba1911 + 3c295df commit f8f6e01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_episodes/02-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ see [the mamba installation documentation](https://docs.esmvaltool.org/en
109109
### Install the ESMValTool package
110110

111111
The ESMValTool package contains diagnostics scripts in four languages: R,
112-
Python, Julia and NCL. This introduces a lot of dependencies, and therefore the
112+
Python and NCL. This introduces a lot of dependencies, and therefore the
113113
installation can take quite long. It is, however, possible to install
114114
'subpackages' for each of the languages. The following (sub)packages are
115115
available:
@@ -126,7 +126,7 @@ ESMValTool package, run
126126
mamba create --name esmvaltool esmvaltool
127127
```
128128

129-
On MacOSX ESMValTool functionalities in Julia, NCL, and R are not supported. To install
129+
On MacOSX ESMValTool functionalities in NCL, and R are not supported. To install
130130
a Mamba environment on MacOSX, please refer to specific [information](https://
131131
docs.esmvaltool.org/en/latest/quickstart/installation.html#installation-on-
132132
macosx).

_episodes/08-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The diagnostic script is an important component of ESMValTool and it is where th
2727
scientific analysis or performance metric is implemented. With ESMValTool, you
2828
can adapt an existing diagnostic or write a new script from scratch.
2929
Diagnostics can be written in a number of open source
30-
languages such as Python, R, Julia and NCL but we will focus on understanding
30+
languages such as Python, R and NCL but we will focus on understanding
3131
and writing Python diagnostics in this lesson.
3232

3333
In this lesson, we will explain how to find an existing diagnostic and run it

0 commit comments

Comments
 (0)