Skip to content

Commit 23cb20e

Browse files
committed
add constext on prep tasks; closes #20
1 parent e28353b commit 23cb20e

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

activities/prepare.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ kernelspec:
1212
---
1313

1414
```{important}
15-
The grade free zone covers classes 1-5, ending on 2022-09-21.
15+
These tasks are not always based on things that we have already done. Sometimes they are to have you start thinking about the topic that we are *about* to cover. Getting whatever you know about the topic fresh in your mind in advance of class will help what we do in class stick for you when we start.
1616
```
1717

18-
1918
# Prepare for the next class
2019

2120
```{warning}
@@ -46,6 +45,13 @@ for prep_file in prep_file_list:
4645
display(Markdown('../_prepare/' + prep_file))
4746
``` -->
4847

48+
````{margin}
49+
50+
```{important}
51+
The grade free zone covers classes 1-5, ending on 2022-09-21.
52+
```
53+
54+
````
4955

5056
## 2022-09-07
5157

notes/2022-10-19.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
```
2-
1+
# Bash Scripts
32

43
```
54
ls
@@ -582,7 +581,11 @@ done
582581

583582

584583
## Prepare for Next Class
585-
584+
````{margin}
585+
```{important}
586+
Prepare for class tasks are not always based on things that we have already done. Sometimes they are to have you start thinking about the topic that we are *about* to cover. Getting whatever you know about the topic fresh in your mind in advance of class will help what we do in class stick for you when we start.
587+
```
588+
````
586589
```{include} ../_prepare/2022-10-19.md
587590
```
588591

0 commit comments

Comments
 (0)