Skip to content

Commit df14d81

Browse files
committed
differences for PR #5
1 parent b7e07fa commit df14d81

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

config.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# lc: Library Carpentry
99
# cp: Carpentries (to use for instructor training for instance)
1010
# incubator: The Carpentries Incubator
11-
#
11+
#
1212
# This option supports custom types so lessons can be branded
1313
# and themed with your own logo and alt-text (see `carpentry_description`)
1414
# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
@@ -17,30 +17,31 @@ carpentry: 'incubator'
1717
# Alt-text description of the lesson.
1818
carpentry_description: 'Lesson Description'
1919

20+
# c.f. https://carpentries.github.io/sandpaper-docs/introduction.html
2021
# Overall title for pages.
21-
title: 'Lesson Title' # FIXME
22+
title: 'Reproducible Machine Learning Workflows for Scientists'
2223

2324
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
24-
created: ~ # FIXME
25+
created: 2025-03-16
2526

2627
# Comma-separated list of keywords for the lesson
27-
keywords: 'software, data, lesson, The Carpentries' # FIXME
28+
keywords: 'software, lesson, The Carpentries, machine learning, CUDA, hardware acceleration, reproducible'
2829

2930
# Life cycle stage of the lesson
3031
# possible values: pre-alpha, alpha, beta, stable
31-
life_cycle: 'pre-alpha' # FIXME
32+
life_cycle: 'pre-alpha'
3233

3334
# License of the lesson
3435
license: 'CC-BY 4.0'
3536

3637
# Link to the source repository for this lesson
37-
source: 'https://github.com/carpentries/workbench-template-md' # FIXME
38+
source: 'https://github.com/carpentries-incubator/reproducible-ml-workflows'
3839

3940
# Default branch of your lesson
4041
branch: 'main'
4142

4243
# Who to contact if there are any issues
43-
contact: '[email protected]' # FIXME
44+
4445

4546
# Navigation ------------------------------------------------
4647
#
@@ -65,17 +66,17 @@ contact: '[email protected]' # FIXME
6566
# - another-learner.md
6667

6768
# Order of episodes in your lesson
68-
episodes:
69+
episodes:
6970
- introduction.md
7071

7172
# Information for Learners
72-
learners:
73+
learners:
7374

7475
# Information for Instructors
75-
instructors:
76+
instructors:
7677

7778
# Learner Profiles
78-
profiles:
79+
profiles:
7980

8081
# Customisation ---------------------------------------------
8182
#

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"file" "checksum" "built" "date"
22
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2025-04-16"
33
"LICENSE.md" "16e8eaad880865bc4a41811b3e8fa945" "site/built/LICENSE.md" "2025-04-16"
4-
"config.yaml" "fb3d1c5bfbffdc728d0af9150def92e1" "site/built/config.yaml" "2025-04-16"
4+
"config.yaml" "3d2ac02f5410e0aa29b7c999d5098b95" "site/built/config.yaml" "2025-04-29"
55
"index.md" "a02c9c785ed98ddd84fe3d34ddb12fcd" "site/built/index.md" "2025-04-16"
66
"links.md" "8184cf4149eafbf03ce8da8ff0778c14" "site/built/links.md" "2025-04-16"
77
"pixi.lock" "49230335af6ae57457fbf81456984e37" "site/built/pixi.lock" "2025-04-29"

0 commit comments

Comments
 (0)