generated from PovertyAction/ipa-python-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
98 lines (98 loc) · 2.7 KB
/
_quarto.yml
File metadata and controls
98 lines (98 loc) · 2.7 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
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
project:
type: website
output-dir: _site
website:
title: "Python Data Analysis"
navbar:
left:
- href: index.qmd
text: Home
- text: Lessons
menu:
- href: 01-run-quit.qmd
text: "Running and Quitting"
- href: 02-variables.qmd
text: "Variables"
- href: 03-types-conversion.qmd
text: "Types and Conversion"
- href: 04-built-in.qmd
text: "Built-in Functions"
- href: 05-coffee.qmd
text: "Coffee Break"
- href: 06-libraries.qmd
text: "Libraries"
- href: 07-reading-tabular.qmd
text: "Reading Tabular Data"
- href: 08-data-frames.qmd
text: "Data Frames"
- href: 09-plotting.qmd
text: "Plotting"
- href: 10-lunch.qmd
text: "Lunch"
- href: 11-lists.qmd
text: "Lists"
- href: 12-for-loops.qmd
text: "For Loops"
- href: 13-conditionals.qmd
text: "Conditionals"
- href: 14-looping-data-sets.qmd
text: "Looping Data Sets"
- href: 15-coffee.qmd
text: "Coffee Break"
- href: 16-writing-functions.qmd
text: "Writing Functions"
- href: 17-scope.qmd
text: "Variable Scope"
- href: 18-style.qmd
text: "Programming Style"
- href: 19-wrap.qmd
text: "Wrap-Up"
- href: 20-feedback.qmd
text: "Feedback"
right:
- icon: github
href: https://github.com/PovertyAction/research-data-science-training
sidebar:
style: docked
search: true
contents:
- section: "Morning Session"
contents:
- 01-run-quit.qmd
- 02-variables.qmd
- 03-types-conversion.qmd
- 04-built-in.qmd
- 05-coffee.qmd
- 06-libraries.qmd
- 07-reading-tabular.qmd
- 08-data-frames.qmd
- 09-plotting.qmd
- section: "Afternoon Session"
contents:
- 10-lunch.qmd
- 11-lists.qmd
- 12-for-loops.qmd
- 13-conditionals.qmd
- 14-looping-data-sets.qmd
- 15-coffee.qmd
- 16-writing-functions.qmd
- 17-scope.qmd
- 18-style.qmd
- 19-wrap.qmd
- 20-feedback.qmd
- section: "Resources"
contents:
- href: learners/setup.md
text: Setup Instructions
- href: learners/reference.md
text: Reference
format:
html:
theme: cosmo
toc: true
toc-depth: 3
code-copy: true
code-overflow: wrap
highlight-style: github
execute:
freeze: auto