22# Values for this lesson.
33# ------------------------------------------------------------
44
5- # Which carpentry is this ("swc", "dc", or "lc")?
5+ # Which carpentry is this ("swc", "dc", "lc", or "cp")?
6+ # swc: Software Carpentry
7+ # dc: Data Carpentry
8+ # lc: Library Carpentry
9+ # cp: Carpentries (to use for instructor traning for instance)
610carpentry : " dc"
711
812# Overall title for pages.
913title : " Python for Ecologists"
1014
11- # Contact. This *must* include the protocol: if it's an email
12- # address, it must look like "mailto:[email protected] ",13- # or if it's a URL, "https://gitter.im/username/ProjectName".
14- 15-
1615# ------------------------------------------------------------
1716# Generic settings (should not need to change).
1817# ------------------------------------------------------------
@@ -22,8 +21,12 @@ kind: "lesson"
2221
2322# Magic to make URLs resolve both locally and on GitHub.
2423# See https://help.github.com/articles/repository-metadata-on-github-pages/.
24+ # Please don't change it: <USERNAME>/<PROJECT> is correct.
2525repository : <USERNAME>/<PROJECT>
2626
27+ # Email address, no mailto:
28+ 29+
2730# Sites.
2831amy_site : " https://amy.software-carpentry.org/workshops"
2932carpentries_github : " https://github.com/carpentries"
0 commit comments