Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config.yaml for carpentries lab transition #128

Merged
merged 6 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 13 additions & 19 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
carpentry: 'incubator'
# lab: The Carpentries Lab
carpentry: 'lab'

# Overall title for pages.
title: 'Good Enough Practices in Scientific Computing'
Expand All @@ -21,13 +22,13 @@ keywords: 'software, data, lesson, The Carpentries'

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'beta'
life_cycle: 'stable'

# License of the lesson materials (recommended CC-BY 4.0)
license: 'CC-BY 4.0'

# Link to the source repository for this lesson
source: 'https://github.com/carpentries-incubator/good-enough-practices'
source: 'https://github.com/carpentries-lab/good-enough-practices'

# Default branch of your lesson
branch: 'main'
Expand All @@ -41,21 +42,6 @@ contact: '[email protected]'
# individual pages in each dropdown section. Leave blank to
# include all pages in the folder.
#
# Example -------------
#
# episodes:
# - introduction.md
# - first-steps.md
#
# learners:
# - setup.md
#
# instructors:
# - instructor-notes.md
#
# profiles:
# - one-learner.md
# - another-learner.md

# Order of episodes in your lesson
episodes:
Expand All @@ -70,19 +56,27 @@ episodes:

# Information for Learners
learners:
- setup.md

# Information for Instructors
instructors:
- instructor-notes.md
- etherpad_template.md
- teaching_guide_for_etherpad.md
- resources.md
- what-we-left-out.md

# Learner Profiles
profiles:
- learner-profiles.md


# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live


url: 'https://carpentries-incubator.github.io/good-enough-practices'
url: 'https://carpentries-lab.github.io/good-enough-practices'
analytics: carpentries
lang: en
3 changes: 2 additions & 1 deletion instructors/etherpad_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
~
title: Etherpad template
subtitle: Template text to paste in to collaborative document
---

# Good enough research practices for scientific computing
Expand Down
5 changes: 3 additions & 2 deletions instructors/teaching_guide_for_etherpad.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
~
title: Etherpad Teaching notes
subtitle: Teaching notes for collaborative document
---

# Teaching notes

Teaching notes for Good Enough Research Practices using [etherpad\_template.md].
Teaching notes for Good Enough Practices using the [Etherpad template](etherpad_template.md).

## Setup

Expand Down
Loading