-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
166 lines (160 loc) · 6.09 KB
/
mkdocs.yml
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
site_name: Generative AI for Teachers
site_description: 'Resources for showing teachers how to use ChatGPT to generate curriculum. All content licensed Creative Commons ShareAlike Attribution Noncommercial'
site_author: 'Dan McCreary'
repo_name: 'GitHub Repo'
repo_url: 'https://github.com/CoderDojoTC/chatgpt-for-teachers'
nav:
- Home: index.md
- Getting Started: getting-started.md
- Concepts:
- Intro: concepts/index.md
- Ethics: concepts/ethics.md
- Prompts: concepts/prompts.md
- Tokens: concepts/tokens.md
- Output Formats: concepts/output-formats.md
- Abstraction: concepts/abstraction.md
- Basic Prompts:
- Intro: prompts/index.md
- Syllabus: prompts/01-syllabus.md
- Code of Conduct: prompts/02-code-of-conduct.md
- Concept Graph: prompts/08-concept-graph.md
- License: prompts/03-license.md
- License Footer: prompts/04-license-footer.md
- Mkdocs Config: prompts/05-mkdocs.md
- Lessons: prompts/06-lessons.md
- Scratch: prompts/09c-scratch-block.md
- Sample Code: prompts/09-sample-code.md
- Turtle Graphics: prompts/09a-turtle-graphics.md
- Rainbow Boxes: prompts/09b-rainbow-boxes.md
- HTML: prompts/10-html.md
- Slope and Intercept: prompts/10-slope-and-intercept.md
- SVG: prompts/11-svg.md
- Debugging: prompts/12-debugging.md
- Explaining Code: prompts/17-explaining-code.md
- Intermediate Prompts:
- Designing Robots: prompts/18-designing-robots.md
- Comparing Microcontrollers: prompts/19-comparing-microcontrollers.md
- Charts and Plotting: prompts/13-charts.md
- List: prompts/22-lists.md
- Tables: prompts/14-tables.md
- Scatter Plots: prompts/21-scatter-plots.md
- Dataframes: prompts/23-dataframes.md
- NumPy: prompts/24-numpy.md
- Linear Regression: prompts/25-linear-regression.md
- SciKit Learn: prompts/25-scikit-learn.md
- Systems Thinking: prompts/26-systems-thinking.md
- Regression Line: prompt/27-regression-line.md
- Glossary: prompts/07-glossary.md
- prompts/16-quiz.md
- Tips and Tricks: tips-and-tricks.md
- Advanced Topics:
- Intro: advanced-topics/index.md
- advanced-topics/alternatives.md
- advanced-topics/classification.md
- advanced-topics/costs.md
- advanced-topics/embeddings.md
- advanced-topics/fine-tuning.md
- prompts/15-micropython.md
- prompts/20-website-analytics.md
- prompts/21-scatter-plots.md
- prompts/26-systems-thinking.md
- prompts/27-regression-line.md
- advanced-topics/data-analysis.md
- Interactive Demos:
- Intro: demos/index.md
- JavaScript:
- Journey Map: demos/js-graphics/journey-map.html
- Journey Map Labels: demos/js-graphics/journey-map-labels.html
- Journey Map 3: demos/js-graphics/journey-map-3.html
- p5.js Animations:
- Introduction: demos/p5/index.md
- Sketch Structure: demos/p5/sketch-structure.md
- Prompt Templates: demos/p5/prompt-templates.md
- Bouncing Ball: demos/p5/bouncing-ball.md
- Circle Slider: demos/p5/circle-slider.md
- Dual Sliders: demos/p5/sliders.md
- Polygon: demos/p5/polygon.md
- Star: demos/p5/star.md
- Alpha: demos/p5/alpha.md
- Slope and Intercept: demos/p5/slope.md
- Sine Wave: demos/p5/sine.md
- Pulse-Width Modulation: demos/p5/pwm.md
- Wave Sums: demos/p5/wave-sums.md
- Rainbow Tree: demos/p5/rainbow-tree.md
- Conway's Game of Life: demos/p5/conways-life.md
- Brownian Motion: demos/p5/brownian-motion.md
- Least Squares Fit: demos/p5/least-squares-fit.md
- Supply and Demand: demos/p5/supply-and-demand.md
- Electrical Switch: demos/p5/switch.md
- Simple Circuit: demos/p5/circuits.md
- Wire Animation: demos/p5/wire-animate.md
- Battery Circuit: demos/p5/battery-circuit.md
- H-Bridge Circuit: demos/p5/h-bridge.md
- Rotating Motor: demos/p5/motor.md
- Logic Gates: demos/p5/logic-gates.md
- Arithmetic Logic Unit: demos/p5/alu.md
- The Office DVD Logo: demos/p5/the-office-dvd-logo.md
- 7-Segment Display: demos/p5/7-segment-display.md
- Analog Clock Face: demos/p5/analog-clock-face.md
- Neural Network: demos/p5/neural-network.md
- Reference Frames: demos/p5/reference-frames.md
- Slope and Intercept: demos/p5/slope-and-intercept.md
- Matter:
- Introduction: demos/matter/index.md
- Bouncing Ball: demos/matter/bouncing-ball.md
- The Future of AI:
- Introduction: future/index.md
- Today: future/ai-today.md
- Near Term: future/near-term.md
- Long Term: future/long-term.md
- Slides: slides.md
- Glossary: glossary.md
- Markdown Summary: markdown-summary.md
- References: references.md
- Contacts: contacts.md
copyright: # should remain a link to the original theme
<div>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
# CoderDojo Microsite Standards from here down
edit_uri: 'blob/master/docs'
theme:
# should be name: material
language: en
name: material
logo: img/code-savvy-logo.png
favicon: img/code-savvy-logo.png
palette:
primary: '#642580'
accent: '#41BAC1'
custom_dir: 'theme'
include_sidebar: true
features:
- content.code.copy
- navigation.expand
- navigation.path
- navigation.prune
- navigation.indexes
- toc.follow
- navigation.top
# this adds the prev and next icons in the footer
- navigation.footer
extra:
generator: false
custom_dir: theme/
plugins:
- search
# - mermaid2 - takes too long to build - use a screen image for now
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.highlight:
linenums: true
- footnotes
- codehilite
extra:
analytics:
provider: google
property: G-20VNY7Q9TB