Skip to content

Commit e528fe8

Browse files
committed
halfway push
1 parent 7a349e3 commit e528fe8

26 files changed

Lines changed: 6145 additions & 132 deletions

.vscode/book.code-snippets

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"Add a Figure": {
3+
"prefix": "fig",
4+
"body": [
5+
"```{figure} images/alpaca/file_name.png",
6+
"---",
7+
"max-height: 300px",
8+
"name: Connect USB-C to energy hub and Micro USB to Student Pico",
9+
"class: no-invert",
10+
"---",
11+
"```"
12+
],
13+
"description": "Add a Figure"
14+
},
15+
"Add a Tip": {
16+
"prefix": "tip",
17+
"body": [
18+
"```{tip}",
19+
"This is a tip",
20+
"```"
21+
],
22+
"description": "Adds a Tip"
23+
},
24+
"Add Estimated Time": {
25+
"prefix": "estimtime",
26+
"body": [
27+
"```{admonition} Estimated time: 10 min",
28+
":class: estimated-time no-content",
29+
"```"
30+
],
31+
"description": "Adds Estimated Time"
32+
},
33+
"Add Deep Dive": {
34+
"prefix": "deepdive",
35+
"body": [
36+
"```{admonition} Deep dive (optional)",
37+
":class: deep-dive, dropdown",
38+
"```"
39+
],
40+
"description": "Adds Deep Dive"
41+
},
42+
"Add Answer": {
43+
"prefix": "answ",
44+
"body": [
45+
"```{admonition} Answer",
46+
":class: answer, dropdown",
47+
"```"
48+
],
49+
"description": "Adds Answer"
50+
}
51+
}
388 KB
Loading
388 KB
Loading
388 KB
Loading
388 KB
Loading
3.98 KB
Loading
3.44 KB
Loading
4.52 KB
Loading

animations/Images/board.png

762 Bytes
Loading
7.37 KB
Loading

0 commit comments

Comments
 (0)