-
-
Notifications
You must be signed in to change notification settings - Fork 431
/
config.yaml
100 lines (83 loc) · 2.23 KB
/
config.yaml
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#------------------------------------------------------------
# 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
carpentry: 'swc'
# Overall title for pages.
title: 'Plotting and Programming in Python'
# Date the lesson was created (YYYY-MM-DD, this is empty by default)
created: '2016-01-07'
# Comma-separated list of keywords for the lesson
keywords: 'software, data, lesson, The Carpentries'
# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
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/swcarpentry/python-novice-gapminder'
# Default branch of your lesson
branch: 'main'
# Who to contact if there are any issues
contact: '[email protected]'
# Navigation ------------------------------------------------
#
# Use the following menu items to specify the order of
# 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:
- 01-run-quit.md
- 02-variables.md
- 03-types-conversion.md
- 04-built-in.md
- 05-coffee.md
- 06-libraries.md
- 07-reading-tabular.md
- 08-data-frames.md
- 09-plotting.md
- 10-lunch.md
- 11-lists.md
- 12-for-loops.md
- 13-conditionals.md
- 14-looping-data-sets.md
- 15-coffee.md
- 16-writing-functions.md
- 17-scope.md
- 18-style.md
- 19-wrap.md
- 20-feedback.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
url: 'https://swcarpentry.github.io/python-novice-gapminder'
analytics: carpentries
lang: en