Skip to content

Commit 25a90a1

Browse files
authored
Module 5 adjustments (#68)
1 parent 9324834 commit 25a90a1

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed
-242 Bytes
Loading

modules/05-sharing-and-publishing/index.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ authors:
2525

2626
# 📢 5 - Sharing & Publishing Your Work
2727

28-
:::{note} 🛝 Slides
29-
:icon: false
30-
:class: dropdown
31-
32-
<iframe
33-
src="https://docs.google.com/presentation/d/e/2PACX-1vQ-a3ILv2ZUWfhVsWkUy1torRodOWgz0lGKFSYia2mQ5xia3zvh67rrKSiF7RcWqW2duN6Wy0gE_ano/pubembed?start=false&loop=false&delayms=60000"
34-
frameborder="0"
35-
width="960"
36-
height="569"
37-
allowfullscreen="true"
38-
mozallowfullscreen="true"
39-
webkitallowfullscreen="true">
40-
</iframe>
41-
:::
42-
43-
4428
:::{tip} 🧭 Where we are going
4529
:icon: false
4630

@@ -122,7 +106,7 @@ instance with MyST pre-installed.
122106
CryoCloud also comes with a special configuration for building a MyST site without the
123107
use of the terminal.
124108

125-
To preview a MyST site in JupyterLab, view instructions at [](../../reference/04-using-myst.md).
109+
To preview a MyST site in JupyterLab, view instructions in the reference section [](../../reference/04-using-myst.md).
126110

127111
:::{note} The normal way (without JupyterLab)
128112
:class: dropdown
@@ -156,10 +140,12 @@ process.
156140
::::::{hint} Joining late? You may need to clone the workshop repository
157141
:class: dropdown
158142

159-
If you're joining late, you may have missed a prior instruction to clone the workshop
160-
website and set up GitHub authentication.
143+
If you're joining late, you may have missed a prior instruction to start your CryoCloud server,
144+
clone the workshop website and set up GitHub authentication.
145+
146+
To start your CryoCloud server, visit the reference section [](../../reference/01-starting-your-server.md).
161147

162-
Open a terminal in your CryoCloud JupyterLab server:
148+
To clone the workshop repository, open a terminal in your CryoCloud JupyterLab server:
163149

164150
```bash
165151
cd # Move to your home directory
@@ -180,7 +166,7 @@ Resolving deltas: 100% (229/229), done.
180166
```
181167
:::
182168

183-
**You'll need to setup GitHub authentication to push to GitHub**, which is required to
169+
**Finally, you'll need to setup GitHub authentication to push to GitHub**, which is required to
184170
complete this module.
185171
Please follow the instructions at [](../../reference/03-gh-auth.md).
186172
::::::
@@ -268,7 +254,7 @@ A "Quick setup" section includes a URL you can copy.
268254

269255
#### Clone your repository
270256

271-
From your repository homepage's "Quick start" menu, select "HTTPS", then copy the URL.
257+
From your repository homepage's "Quick setup" menu, select "HTTPS", then copy the URL.
272258

273259
On your JupyterHub server, open a new terminal.
274260

0 commit comments

Comments
 (0)