Skip to content

Commit 9b125ac

Browse files
committed
Update structure
1 parent d0a8788 commit 9b125ac

File tree

2 files changed

+34
-742
lines changed

2 files changed

+34
-742
lines changed

index.html

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,26 @@ <h2>The Turing Way</h2>
202202
</section>
203203
<!-- DOING: Install -->
204204
<section>
205-
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
206-
<h2>Installation</h2>
207-
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
208-
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
209-
</br>
210-
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
211-
<pre><code data-trim class="language-shell">
212-
$ pip install "jupyter-book>=2.0.0a0"
213-
</code></pre>
214-
<i class="fa-brands fa-node-js fa-bounce" style="--fa-animation-iteration-count: 1"></i>
215-
<pre><code data-trim class="language-shell">
216-
$ npm install -g "jupyter-book@>=2.0.0-a0"
217-
</code></pre>
205+
<section>
206+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
207+
<h2>The template</h2>
208+
</section>
209+
<section>
210+
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
211+
<h2>Installation</h2>
212+
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
213+
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation dcumentation." src="static/jb2_install.svg">
214+
</br>
215+
<i class="fa-brands fa-python fa-bounce" style="--fa-animation-iteration-count: 1"></i>
216+
<pre><code data-trim class="language-shell">
217+
$ pip install "jupyter-book>=2.0.0a0"
218+
</code></pre>
219+
<i class="fa-brands fa-node-js fa-bounce" style="--fa-animation-iteration-count: 1"></i>
220+
<pre><code data-trim class="language-shell">
221+
$ npm install -g "jupyter-book@>=2.0.0-a0"
222+
</code></pre>
223+
Now read the cheat sheet 📖
224+
</section>
218225
</section>
219226
<!-- LISTENING: Showcase -->
220227
<section>
@@ -226,18 +233,18 @@ <h3>Highlight 1</h3>
226233
<h3>Highlight 2</h3>
227234
</section>
228235
</section>
229-
<!-- DOING: Initialise -->
236+
<!-- DOING: Fundamentals -->
230237
<section>
231238
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
232-
<h2>Initialize a Jupyter Book</h2>
233-
<a href="https://freekpols.github.io/JB2_book_template/advanced-start/#initialise-a-project">freekpols.github.io/JB2_book_template/advanced-start/#initialise-a-project</a>
234-
</br>
235-
<img class="r-stretch" alt="A QR code linking to …" src="static/jb2_init.svg">
239+
<h2>Jupyter Book Fundamentals</h2>
240+
Lesson 2
236241
</section>
237-
<!-- DOING: Adding static content -->
242+
<!-- DOING: Rich content -->
238243
<section>
239244
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
240-
<h2>Add to your book</h2>
245+
<h2>More content</h2>
246+
Lesson 3</br>
247+
Lesson 3.1
241248
</section>
242249
<!-- BREAK -->
243250
<section>
@@ -247,17 +254,22 @@ <h2>Break</h2>
247254
<!-- DOING: Adding interactive content -->
248255
<section>
249256
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
250-
<h2>Add interactivity</h2>
257+
<h2>Executable content</h2>
251258
</section>
252259
<!-- DOING: PDF export -->
253260
<section>
254261
<h2>Activity <i class="fa-solid fa-gear fa-spin" style="--fa-animation-duration: 5s;"></i></h2>
255262
<h2>Build a PDF</h2>
256263
</section>
264+
<!-- LISTENING: Advanced features and hacking on MyST -->
265+
<section>
266+
<h2>Advanced MyST</h2>
267+
</section>
257268
<!-- LISTENING: Wrap up and call to action -->
258269
<section>
259270
<section>
260271
<h2>Reflections</h2>
272+
<!-- Highlight participants outputs -->
261273
</section>
262274
<section>
263275
<h2>Contributing to Jupyter Books</h2>
@@ -269,6 +281,7 @@ <h2>The Turing Way Community</h2>
269281
</section>
270282
<section>
271283
<img class="r-stretch" alt="Two people hold up a large banner with the word thanks written on it." src="static/bannerthanks.svg">
284+
Feedback survey
272285
</section>
273286
</div>
274287
</div>

0 commit comments

Comments
 (0)