Skip to content

Commit 2a4620f

Browse files
committed
edit section preview_changes_locally, edit resources and references
1 parent 5e3667f commit 2a4620f

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ mdl your_markdown_filename
7676

7777
## Previewing your changes locally
7878

79-
Extensive instructions for building and viewing the pages locally can be found [here](https://carpentries.github.io/lesson-example/setup.html). To get started quickly, run
79+
Please preview changes on your machine before pushing them to GitHub.
80+
To do so, you need to install the software described below.
8081

8182
```bash
8283
# apt (Ubuntu/Devian)
@@ -90,7 +91,7 @@ or
9091
sudo dnf install rubygem-bundler ruby-devel
9192
```
9293

93-
Alternatively, there's an environment file available which can be installed in conda with:
94+
Alternatively, there is an environment file available which can be installed with:
9495

9596
```bash
9697
conda env create -f environment.yml -n esmvaltool_tutorial
@@ -109,35 +110,23 @@ The output on the terminal will contain a line similar to:
109110
Server address: http://127.0.0.1:4000
110111
```
111112

112-
This address can be opened in your browser to preview the website.
113-
113+
This address can be opened in your browser to preview the tutorial website.
114114

115115
## Other Resources
116116

117-
General discussion of [Software Carpentry][swc-site] and [Data Carpentry][dc-site]
118-
happens on the [discussion mailing list][discuss-list],
119-
which everyone is welcome to join.
120-
You can also [reach us by email][email].
117+
General discussion of the tutorial happens in `User Engagement Team`.
118+
You can [reach us by email][email].
121119

122-
[email]: mailto:admin@software-carpentry.org
120+
[email]: mailto:TODO_FIX_ME.org
123121
[ESMValTool-site]: https://www.esmvaltool.org/
124122
[tutorial-repo]: https://esmvalgroup.github.io/tutorial/
125123
[tutorial-site]: https://esmvalgroup.github.io/tutorial
126124
[tutorial-maintainers]: https://github.com/ESMValGroup/tutorial#maintainers
127-
[discuss-list]: http://lists.software-carpentry.org/listinfo/discuss
128125
[github]: https://github.com
129-
[github-flow]: https://guides.github.com/introduction/flow/
130-
[github-join]: https://github.com/join
131-
[how-contribute]: https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github
132126
[issues]: https://github.com/ESMValGroup/tutorial/issues
133127
[PR]: https://github.com/ESMValGroup/tutorial/pulls
134-
[swc-issues]: https://github.com/issues?q=user%3Aswcarpentry
135-
[swc-lessons]: https://software-carpentry.org/lessons/
136128
[swc-site]: https://software-carpentry.org/
137129
[swc-handbook]: https://carpentries.github.io/curriculum-development/
138130
[swc-lesson-organization]: https://carpentries.github.io/lesson-example/03-organization/index.html
139131
[swc-lesson-formatting]: https://carpentries.github.io/lesson-example/04-formatting/index.html
140132
[ea-site]: https://github.com/escience-academy
141-
[c-site]: https://carpentries.org/
142-
[lc-site]: https://librarycarpentry.org/
143-
[lc-issues]: https://github.com/issues?q=user%3Alibrarycarpentry

0 commit comments

Comments
 (0)