Skip to content

Commit a67cb09

Browse files
authored
Merge pull request #5 from the-turing-way/preview-link
Use more preview links
2 parents 2eb3889 + 4f1f154 commit a67cb09

File tree

1 file changed

+47
-19
lines changed

1 file changed

+47
-19
lines changed

index.html

Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,11 @@ <h1 class="r-fit-text">
126126
<h2>Installing Jupyter Book</h2>
127127
<p>
128128
<a
129-
target="_blank"
130129
href="https://next.jupyterbook.org/start/install/"
131-
>next.jupyterbook.org/start/install</a
130+
data-preview-link
132131
>
132+
next.jupyterbook.org/start/install
133+
</a>
133134
</p>
134135
<img
135136
class="r-stretch"
@@ -326,8 +327,8 @@ <h2>
326327
</h2>
327328
<h2>The template</h2>
328329
<a
329-
target="_blank"
330330
href="https://jupyter-book.github.io/workshop-template/"
331+
data-preview-link
331332
>jupyter-book.github.io/workshop-template</a
332333
>
333334
<!-- prettier-ignore -->
@@ -348,8 +349,8 @@ <h2>
348349
</h2>
349350
<h2>Set up your project</h2>
350351
<a
351-
target="_blank"
352352
href="https://jupyter-book.github.io/workshop-template/setup/"
353+
data-preview-link
353354
>jupyter-book.github.io/workshop-template/setup</a
354355
>
355356
<p>We recommend the <strong>entirely local</strong> route</p>
@@ -386,7 +387,12 @@ <h2>
386387
></i>
387388
</h2>
388389
<h2>Jupyter Book Fundamentals</h2>
389-
<h3>Lesson 2</h3>
390+
<a
391+
href="https://jupyter-book.github.io/workshop-template/firstedit/"
392+
data-preview-link
393+
>
394+
Lesson 2
395+
</a>
390396
<blockquote>
391397
The basics of structuring and writing a Jupyter Book
392398
</blockquote>
@@ -401,11 +407,21 @@ <h2>
401407
></i>
402408
</h2>
403409
<h2>More content</h2>
404-
<h3>Lesson 3</h3>
410+
<a
411+
href="https://jupyter-book.github.io/workshop-template/nextstep/"
412+
data-preview-link
413+
>
414+
Lesson 3
415+
</a>
405416
<blockquote>
406417
Using directives and roles to create richer documents
407418
</blockquote>
408-
<h3>Lesson 4</h3>
419+
<a
420+
href="https://jupyter-book.github.io/workshop-template/reuse/"
421+
data-preview-link
422+
>
423+
Lesson 4
424+
</a>
409425
<blockquote>Sharing and reusing content</blockquote>
410426
</section>
411427
<!-- BREAK -->
@@ -423,7 +439,12 @@ <h2>
423439
></i>
424440
</h2>
425441
<h2>Executable content</h2>
426-
<h3>Lesson 5</h3>
442+
<a
443+
href="https://jupyter-book.github.io/workshop-template/executable/"
444+
data-preview-link
445+
>
446+
Lesson 5
447+
</a>
427448
<blockquote>
428449
Adding the outputs of notebooks and code cells to our projects
429450
</blockquote>
@@ -438,7 +459,12 @@ <h2>
438459
></i>
439460
</h2>
440461
<h2>Build a PDF</h2>
441-
<h3>Lesson 7</h3>
462+
<a
463+
href="https://jupyter-book.github.io/workshop-template/pdfoverview/"
464+
data-preview-link
465+
>
466+
Lesson 7
467+
</a>
442468
<blockquote>Output documents for print or publishing</blockquote>
443469
</section>
444470
<!-- LISTENING: Advanced features and hacking on MyST -->
@@ -881,15 +907,17 @@ <h2>Contributing to Jupyter Books</h2>
881907
<section>
882908
<section data-auto-animate>
883909
<h2>The Turing Way Community</h2>
884-
<img
885-
class="r-stretch"
886-
alt="A group of people work together on a stage labelled our community. Some are tending to plants with symbols representing data and version control. A new community member is being welcomed to the team. Text emphasises working together, sharing knowledge and helping eachother."
887-
src="static/community.svg"
888-
/>
889-
<blockquote>
890-
Community-written handbook for reproducible, ethical and
891-
collaborative data science.
892-
</blockquote>
910+
<a href="https://book.the-turing-way.org" data-preview-link>
911+
<img
912+
alt="A group of people work together on a stage labelled our community. Some are tending to plants with symbols representing data and version control. A new community member is being welcomed to the team. Text emphasises working together, sharing knowledge and helping eachother."
913+
src="static/community.svg"
914+
style="height: 8em"
915+
/>
916+
<blockquote>
917+
Community-written handbook for reproducible, ethical and
918+
collaborative data science.
919+
</blockquote>
920+
</a>
893921
<!-- prettier-ignore -->
894922
<aside data-markdown class="notes">
895923
- Community-written handbook for reproducible, ethical and collaborative data science
@@ -904,7 +932,7 @@ <h3>Empowering contributors</h3>
904932
<li><strong>Mentor</strong> contributors at all levels</li>
905933
<li>Governance emphasises <strong>community power</strong></li>
906934
<li><strong>Open</strong> working groups</li>
907-
<li>Open governance and decision making</li>
935+
<li><strong>Open governance</strong> and decision making</li>
908936
</ul>
909937
<!-- prettier-ignore -->
910938
<aside data-markdown class="notes">

0 commit comments

Comments
 (0)