Skip to content

Commit 8145d59

Browse files
committed
Moving only relevant changes.
1 parent 522ccf2 commit 8145d59

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ and to meet some of our community members.
4141
you can submit a pull request (PR).
4242
Instructions for doing this are [included below](#using-github).
4343

44+
4. Information on how to write a software carpentry lesson,
45+
can be found [here](https://carpentries.github.io/lesson-example/).
46+
4447
## Where to Contribute
4548

4649
1. If you wish to change this tutorial,
@@ -71,7 +74,7 @@ and submitting [bug reports][issues]
7174
about things that don't work, aren't clear, or are missing.
7275
If you are looking for ideas, please see the 'Issues' tab for
7376
a list of issues associated with this repository,
74-
or you may also look at the issues for [Data Carpentry][dc-issues],
77+
or you may also look at the issues for [Data Carpentry][dc-issues],
7578
[Software Carpentry][swc-issues], and [Library Carpentry][lc-issues] projects.
7679

7780
Comments on issues and reviews of pull requests are just as welcome:

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ training_site: "https://carpentries.github.io/instructor-training"
4949
workshop_repo: "https://github.com/carpentries/workshop-template"
5050
workshop_site: "https://carpentries.github.io/workshop-template"
5151
cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
52-
ea_github: "https://github.com/escience-academy/"
53-
ea_pages: "https://github.com/escience-academy/escience-academy.github.io"
54-
ea_site: "https://escience-academy.github.io"
52+
esmvaltool_site: "https://www.esmvaltool.org/"
53+
esmvaltool_rtd: "https://esmvaltool.readthedocs.io"
54+
esmvaltool_github: "https://github.com/ESMValGroup"
5555

5656
# Surveys.
5757
pre_survey: "https://carpentries.typeform.com/to/wi32rS?slug="

_includes/navbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/cp-logo-blue.svg %}" alt="The Carpentries logo" />
3434
</a>
3535
{% elsif site.carpentry == "ea" %}
36-
<a href="{{ site.ea_site }}" class="pull-left">
37-
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/escience-academy-logo.png %}" alt="eScienceAcademy logo" />
36+
<a href="{{ site.esmvaltool_site }}" class="pull-left">
37+
<img class="navbar-logo" src="{{ relative_root_path }}{% link /assets/img/ESMValTool-logo.png %}" alt="ESMValTool logo" />
3838
</a>
3939
{% endif %}
4040

assets/img/ESMValTool-logo.png

18.3 KB
Loading

reference.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ layout: reference
44

55
## Glossary
66

7-
FIXME
7+
8+
## Refences:
9+
10+
[ESMValTool main website](https://www.esmvaltool.org/)
11+
12+
[ESMValTool Read the Docs](https://esmvaltool.readthedocs.io)
13+
14+
[ESMValTool github](https://github.com/ESMValGroup)
815

916
{% include links.md %}

0 commit comments

Comments
 (0)