Skip to content

Commit 29f7529

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : e171df5 Branch : main Author : Ulf Schiller <uschille@users.noreply.github.com> Time : 2023-09-09 02:22:22 +0000 Message : Merge pull request #300 from datacarpentry/use-spoiler-divs Use spoiler class divs for solution blocks (adopting lesson template updates)
1 parent b80f6b1 commit 29f7529

File tree

4 files changed

+8
-20
lines changed

4 files changed

+8
-20
lines changed

02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ from skimage.draw import disk # form 3, load only the disk function
115115
import skimage as ski # form 4, load all of skimage into an object called ski
116116
```
117117

118-
:::::::::::::: solution
118+
:::::::::::::::: spoiler
119119

120120
## Further Explanation
121121

08-connected-components.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,7 @@ plt.imshow(labeled_image)
319319
plt.axis("off");
320320
```
321321

322-
:::::::::::::: {.empty-div style="margin-bottom: 50px"}
323-
<!-- This div is intentionally empty to allow the solution to float alone -->
324-
::::::::::::::
325-
326-
:::::::::::::: solution
322+
:::::::::::::::: spoiler
327323

328324
## Color mappings
329325

md5sum.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
55
"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
66
"episodes/01-introduction.md" "9755639c515fdbf752422e2e59128f63" "site/built/01-introduction.md" "2023-07-26"
7-
"episodes/02-image-basics.md" "e770da940e136718329540e2f8075384" "site/built/02-image-basics.md" "2023-09-05"
7+
"episodes/02-image-basics.md" "96ffcef0c69114438aee896d82b1525c" "site/built/02-image-basics.md" "2023-09-09"
88
"episodes/03-skimage-images.md" "ff87470aab8bb05c7d8038dabe7ed0f9" "site/built/03-skimage-images.md" "2023-09-05"
99
"episodes/04-drawing.md" "9d78a765f5e9747ffc2aa43a4a5a414d" "site/built/04-drawing.md" "2023-09-05"
1010
"episodes/05-creating-histograms.md" "4b3573854902de7c66f6a2b1e3feae4b" "site/built/05-creating-histograms.md" "2023-09-05"
1111
"episodes/06-blurring.md" "008ba23277efaed038691178e99c135b" "site/built/06-blurring.md" "2023-09-05"
1212
"episodes/07-thresholding.md" "7ae5260f90e1df8e20a6226cce8ec6b6" "site/built/07-thresholding.md" "2023-09-05"
13-
"episodes/08-connected-components.md" "eb4e8f0357fd8b8bb491c8249624968d" "site/built/08-connected-components.md" "2023-09-05"
13+
"episodes/08-connected-components.md" "59d42797208c5bf569da2fa2e4dd05df" "site/built/08-connected-components.md" "2023-09-09"
1414
"episodes/09-challenges.md" "a3ace24af8f5cb0bda1e9379a688ad4c" "site/built/09-challenges.md" "2023-09-05"
1515
"instructors/instructor-notes.md" "b1c166a544eb4b9b91f3ac8f2dafd549" "site/built/instructor-notes.md" "2023-05-12"
1616
"learners/discuss.md" "ad762c335f99400dc2cd1a8aad36bdbd" "site/built/discuss.md" "2023-07-26"
1717
"learners/edge-detection.md" "fdbcee7436e104e6587e1cb40cd37d18" "site/built/edge-detection.md" "2023-08-16"
1818
"learners/prereqs.md" "7ca883d3d01d18c98ce7524ed297e56c" "site/built/prereqs.md" "2023-07-26"
1919
"learners/reference.md" "7ae9deea84007c6ed1339955ac23f4b7" "site/built/reference.md" "2023-04-26"
20-
"learners/setup.md" "04b671066690d14c016982cf86342dab" "site/built/setup.md" "2023-09-05"
20+
"learners/setup.md" "a5ea0cc163c39f520caf8949488aa14e" "site/built/setup.md" "2023-09-09"
2121
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-04-25"

setup.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
7070

7171
3. Open a Jupyter notebook:
7272

73-
:::::::::::::: {.empty-div style="margin-bottom: 50px"}
74-
<!-- This div is intentionally empty to allow the solution to float alone -->
75-
::::::::::::::
76-
77-
:::::::::::::: solution
73+
:::::::::::::::: spoiler
7874

7975
## Instructions for Linux \& Mac
8076

@@ -83,7 +79,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
8379

8480
:::::::::::::::::::::::::
8581

86-
:::::::::::::: solution
82+
:::::::::::::::: spoiler
8783

8884
## Instructions for Windows
8985

@@ -120,11 +116,7 @@ e.g. your Desktop or a folder you have created for using in this workshop.
120116

121117
Upon execution of the cell, a figure with two images should be displayed in an interactive widget. When hovering over the images with the mouse pointer, the pixel coordinates and colour values are displayed below the image.
122118

123-
:::::::::::::: {.empty-div style="margin-bottom: 50px"}
124-
<!-- This div is intentionally empty to allow the solution to float alone -->
125-
::::::::::::::
126-
127-
:::::::::::::: solution
119+
:::::::::::::::: spoiler
128120

129121
## Running Cells in a Notebook
130122

0 commit comments

Comments
 (0)