Skip to content

Commit 00f87cf

Browse files
authored
Merge pull request #32 from jupyter-book/small-edits
update gallery and section in workflow
2 parents 126b94b + e67c18d commit 00f87cf

2 files changed

Lines changed: 41 additions & 14 deletions

File tree

content/gallery.md

Lines changed: 31 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,9 @@
22

33
Jupyter Book 2 technology has been applied across a wide range of use cases, including curricula vitae, official educational textbooks, student portfolios, lab manuals, and technical documentation.
44

5-
Below is a gallery showcasing three examples of such outputs.
5+
Below is a gallery showcasing examples of such outputs.
66

77

8-
:::{grid} 1 1 2 2
9-
```{card} Introducing Classical Mechanics & Special Relativity
10-
:link: https://freekpols.github.io/Mechanica/
11-
12-
This book provides an introduction for freshman students into the world of classical mechanics and special relativity theory
13-
```
14-
````{card}
15-
:link: https://freekpols.github.io/Mechanica/
16-
```{figure} figures/mech.*
17-
```
18-
````
19-
:::
208

219
:::{grid} 1 1 2 2
2210
```{card} The Turing Way handbook to reproducible, ethical and collaborative data science.
@@ -39,6 +27,7 @@ The Turing Way project illustration by Scriberia. Zenodo. [@https://doi.org/10.5
3927
4028
MyST is an ecosystem of open-source, community-driven tools designed to revolutionize scientific communication. Our powerful authoring framework supports blogs, online books, scientific papers, reports and journals articles.
4129
```
30+
4231
````{card}
4332
:link: https://mystmd.org/guide
4433
```{iframe} https://cdn.curvenote.com/0198d368-fb53-7691-80d4-a6f7a2c88ca5/public/links-7fffe87911b1e26605748d6f347d29d6.mp4
@@ -49,6 +38,18 @@ Live graphs can be embedded directly in your documentation or articles with comp
4938
````
5039
:::
5140

41+
:::{grid} 1 1 2 2
42+
```{card} Introducing Classical Mechanics & Special Relativity
43+
:link: https://freekpols.github.io/Mechanica/
44+
45+
This book provides an introduction for freshman students into the world of classical mechanics and special relativity theory
46+
```
47+
````{card}
48+
:link: https://freekpols.github.io/Mechanica/
49+
```{figure} figures/mech.*
50+
```
51+
````
52+
:::
5253

5354
:::{grid} 1 1 2 2
5455
```{card} Scientific Python
@@ -85,4 +86,20 @@ Project Pythia is a home for Python-justified learning resources that are open-s
8586
8687
```
8788
````
88-
:::
89+
:::
90+
91+
:::{grid} 1 1 2 2
92+
```{card} IRSA Tutorials
93+
:link: https://caltech-ipac.github.io/irsa-tutorials/
94+
95+
IRSA (Infrared Science Archive) provides a variety of tutorials to help users understand and utilize the data and tools available through the archive.
96+
```
97+
98+
````{card}
99+
:link: https://caltech-ipac.github.io/irsa-tutorials/
100+
```{figure} https://caltech-ipac.github.io/irsa-tutorials/build/irsa_logo-9468ac2f2e35864214fa6e30abde87ea.png
101+
:class: framed
102+
103+
IRSA Tutorials logo
104+
```
105+
````

content/lessons/5_workflows.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ By the end of this workshop you will read and modify workflow files to customize
2828

2929
## Read it
3030

31+
In your folder of the repository there is a hidden folder called `.github`, and inside that is another folder called `workflows`. Inside that folder is a file called `deploy.yml` (or similar). This file defines the workflow that builds and deploys your Jupyter Book to GitHub Pages.
32+
33+
````{exercise} Explore the workflow file
34+
Find the workflow file and open it to see what is inside.
35+
36+
```{warning} do not change anything yet!
37+
Changing the workflow file before you understand it may break your book build! Luckily, you can always revert changes using git.
38+
```
39+
````
40+
3141
**WIP**
3242
- find the file
3343
- identify the trigger

0 commit comments

Comments
 (0)