-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
71 lines (52 loc) · 1.91 KB
/
config.yaml
File metadata and controls
71 lines (52 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#------------------------------------------------------------
# Values for this lesson.
#------------------------------------------------------------
# Which carpentry is this (swc, dc, lc, or cp)?
# swc: Software Carpentry
# dc: Data Carpentry
# lc: Library Carpentry
# cp: Carpentries (to use for instructor training for instance)
# incubator: The Carpentries Incubator
#
# This option supports custom types so lessons can be branded
# and themed with your own logo and alt-text (see `carpentry_description`)
# See https://carpentries.github.io/sandpaper-docs/editing.html#adding-a-custom-logo
carpentry: 'incubator'
# Alt-text description of the lesson.
carpentry_description: 'Byte-sized RSE'
# Overall title for pages.
title: 'Byte-sized RSE: AI-assisted Coding'
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: 2026-04-27
# Comma-separated list of keywords for the lesson
keywords: 'software, RSE, research software, AI, LLM, agents, coding'
# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'alpha'
# License of the lesson
license: 'CC-BY 4.0'
# Link to the source repository for this lesson
source: 'https://github.com/carpentries-incubator/byte-sized-rse-software-documentation-mkdocs'
# Default branch of your lesson
branch: 'main'
# Who to contact if there are any issues
contact: 's.crouch@software.ac.uk'
# Navigation ------------------------------------------------
# Disable sidebar automatic numbering
disable_sidebar_numbering: true
# Order of episodes in your lesson
episodes:
- introduction.md
- example-code.md
- refactoring-code.md
- generating-code.md
# Information for Learners
learners:
# Information for Instructors
instructors:
# Learner Profiles
profiles:
# Customisation ---------------------------------------------
#
# This space below is where custom yaml items (e.g. pinning
# sandpaper and varnish versions) should live