Skip to content

Commit 0e47312

Browse files
committed
Add presentation outline
1 parent ae24331 commit 0e47312

File tree

1 file changed

+69
-1
lines changed

1 file changed

+69
-1
lines changed

index.html

Lines changed: 69 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@
5151
<body>
5252
<div class="reveal">
5353
<div class="slides">
54+
<!-- Title slide -->
5455
<section>
55-
<h1>Build a Jupyter Book with The Turing Way</h1>
56+
<h1 class="r-fit-text">Build a Jupyter Book </br>with The Turing Way</h1>
5657
</section>
58+
<!-- Early prompt to install, can be done during introduction slides -->
5759
<section>
5860
<h2>Installing Jupyter Book</h2>
5961
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
@@ -63,6 +65,72 @@ <h2>Installing Jupyter Book</h2>
6365
npm install -g "jupyter-book@>=2.0.0-a0"
6466
</code></pre>
6567
</section>
68+
<!-- LISTENING: Introduction to Jupyter Book -->
69+
<section>
70+
<h2>Jupyter Book</h2>
71+
</section>
72+
<!-- LISTENING: Introduction to The Turing Way -->
73+
<section>
74+
<h2>The Turing Way</h2>
75+
</section>
76+
<!-- DOING: Install -->
77+
<section>
78+
<h2>Activity</h2>
79+
<h2>Installation</h2>
80+
<p><a href="https://next.jupyterbook.org/start/install/">next.jupyterbook.org/start/install</a></p>
81+
<img class="r-stretch" alt="A QR code linking to the Jupyter Book 2 installation documentation." src="static/jb2_install.svg">
82+
<pre><code data-trim>
83+
pip install "jupyter-book>=2.0.0a0"
84+
npm install -g "jupyter-book@>=2.0.0-a0"
85+
</code></pre>
86+
</section>
87+
<!-- LISTENING: Showcase -->
88+
<section>
89+
<h2>Jupyter Book Showcase</h2>
90+
<section>
91+
<h3>Highlight 1</h3>
92+
</section>
93+
<section>
94+
<h3>Highlight 2</h3>
95+
</section>
96+
</section>
97+
<!-- DOING: Initialise -->
98+
<section>
99+
<h2>Activity</h2>
100+
<h2>Initialize a Jupyter Book</h2>
101+
</section>
102+
<!-- DOING: Adding static content -->
103+
<section>
104+
<h2>Activity</h2>
105+
<h2>Add to your book</h2>
106+
</section>
107+
<!-- BREAK -->
108+
<section>
109+
<h2>Break</h2>
110+
☕️
111+
</section>
112+
<!-- DOING: Adding interactive content -->
113+
<section>
114+
<h2>Activity</h2>
115+
<h2>Add interactivity</h2>
116+
</section>
117+
<!-- DOING: PDF export -->
118+
<section>
119+
<h2>Activity</h2>
120+
<h2>Build a PDF</h2>
121+
</section>
122+
<!-- LISTENING: Wrap up and call to action -->
123+
<section>
124+
<section>
125+
<h2>Reflections</h2>
126+
</section>
127+
<section>
128+
<h2>Contributing to Jupyter Books</h2>
129+
</section>
130+
<section>
131+
<h2>The Turing Way Community</h2>
132+
</section>
133+
</section>
66134
</div>
67135
</div>
68136

0 commit comments

Comments
 (0)