Skip to content

Commit 1bafd4d

Browse files
Copiloteeholmes
andcommitted
Fix cross-references and index title
Co-authored-by: eeholmes <2545978+eeholmes@users.noreply.github.com>
1 parent d823f32 commit 1bafd4d

6 files changed

Lines changed: 26 additions & 28 deletions

File tree

book/content/setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Once your server starts, you'll see the JupyterLab interface with a Launcher sho
4848

4949
Now that you're up and running:
5050

51-
1. **Learn JupyterLab basics**: See [Intro to JupyterLab](02-intro-to-lab.md)
52-
2. **Learn RStudio basics**: See [RStudio](02-rstudio.md)
53-
3. **Set up Git**: See [Git in JupyterLab](02-git-jupyter.md)
51+
1. **Learn JupyterLab basics**: See [Intro to JupyterLab](../topics-skills/02-intro-to-lab.md)
52+
2. **Learn RStudio basics**: See [RStudio](../topics-skills/02-rstudio.md)
53+
3. **Set up Git**: See [Git in JupyterLab](../topics-skills/02-git-jupyter.md)
5454
4. **Explore tutorials**: Browse the skills sections in the navigation
5555

5656
## Important Notes
@@ -64,7 +64,7 @@ Now that you're up and running:
6464

6565
If you run into issues:
6666

67-
- Check the [FAQ](../topics-skills/01-intro-to-jupyterhub.md#faq)
67+
- Check the [FAQ](../topics-skills/01-intro-to-jupyterhub.md)
6868
- Post in [Discussions](https://github.com/nmfs-opensci/NOAAHackDays/discussions)
6969
- Report bugs in [Issues](https://github.com/nmfs-opensci/NOAAHackDays/issues)
7070

book/topics-skills/01-intro-to-jupyterhub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ When you are in the JupyterLab tab (note the Jupyter Logo), you will see a Launc
4545
![Jupyterhub Launcher](./img/jhub-launcher.png)
4646
Clicking on the "Python 3", Terminal, Text File and Markdown File buttons will open a new tab in JupyterLab. You can also use the File dropdown menu for these.
4747

48-
To get an overview of JupyterLab, go here: [Intro to JupyterLab](./content/02-intro-to-lab.html)
48+
To get an overview of JupyterLab, go here: [Intro to JupyterLab](./02-intro-to-lab.md)
4949

5050
## RStudio
5151

5252
If you click the RStudio button in Launcher, RStudio will open in a new browser tab.
5353

5454
![RStudio](./img/rstudio.png)
5555

56-
To get an overview of RStudio, go here: [Intro to RStudio](./content/02-rstudio.html)
56+
To get an overview of RStudio, go here: [Intro to RStudio](./02-rstudio.md)
5757

5858
## End your session
5959

book/topics-skills/02-git-jupyter.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22
title: Basic Git/GitHub Skills in JupyterLab git GUI
33
---
44

5-
::: {.callout-note icon=false}
6-
7-
## Learning Objectives
8-
9-
- Learn how to use the Git GUI in JupyterLab
10-
- Practice 4 basic Git/GitHub skills: cloning, committing, push/pull
11-
12-
## Prerequisites
13-
14-
- Read [Intro to Git](topics-skills/02-git.html)
15-
- Have a [GitHub](https://github.com/) account
16-
- [Git Authentication](topics-skills/02-git-authentication.html)
17-
18-
:::
5+
> **Learning Objectives**
6+
>
7+
> - Learn how to use the Git GUI in JupyterLab
8+
> - Practice 4 basic Git/GitHub skills: cloning, committing, push/pull
9+
>
10+
> **Prerequisites**
11+
>
12+
> - Read [Intro to Git](02-git.md)
13+
> - Have a [GitHub](https://github.com/) account
14+
> - [Git Authentication](02-git-authentication.md)
1915
2016
## Create a GitHub account
2117

@@ -26,7 +22,7 @@ information for how to create your user account and you will find lots of inform
2622

2723
## Setting up Git Authentication
2824

29-
Before we can work with Git in the JupyterHub, your need to authenticate. Do the steps here: [Git Authentication](topics-skills/02-git-authentication.html)
25+
Before we can work with Git in the JupyterHub, your need to authenticate. Do the steps here: [Git Authentication](02-git-authentication.md)
3026

3127
## Git extension in JupyterLab
3228

book/topics-skills/02-git-rstudio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ title: Basic Git/GitHub Skills in RStudio
1111

1212
## Prerequisites
1313

14-
- Read [Intro to Git](topics-skills/02-git.html)
14+
- Read [Intro to Git](02-git.md)
1515
- Have a [GitHub](https://github.com/) account
16-
- [Git Authentication](topics-skills/02-git-authentication.html)
16+
- [Git Authentication](02-git-authentication.md)
1717

1818
:::
1919

@@ -26,7 +26,7 @@ information for how to create your user account and you will find lots of inform
2626

2727
## Setting up Git Authentication
2828

29-
Before we can work with Git in the JupyterHub, your need to do some set up. Do the steps here: [Git Authentication](topics-skills/02-git-authentication.html)
29+
Before we can work with Git in the JupyterHub, your need to do some set up. Do the steps here: [Git Authentication](02-git-authentication.md)
3030

3131
## Git tab in RStudio
3232

book/topics-skills/02-git-terminal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ title: Basic Git/GitHub Skills in the Terminal
1111

1212
## Prerequisites
1313

14-
- Read [Intro to Git](topics-skills/02-git.html)
14+
- Read [Intro to Git](02-git.md)
1515
- Have a [GitHub](https://github.com/) account
16-
- [Git Authentication](topics-skills/02-git-authentication.html)
16+
- [Git Authentication](02-git-authentication.md)
1717

1818
:::
1919

@@ -26,7 +26,7 @@ information for how to create your user account and you will find lots of inform
2626

2727
## Setting up Git Authentication
2828

29-
Before we can work with Git in the JupyterHub, your need to do some set up. Do the steps here: [Git Authentication](topics-skills/02-git-authentication.html)
29+
Before we can work with Git in the JupyterHub, your need to do some set up. Do the steps here: [Git Authentication](02-git-authentication.md)
3030

3131
## Git in the terminal
3232

book/topics-skills/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
2-
title: "JupyterHub"
2+
title: "JupyterHub Skills"
33
---
44

5+
# JupyterHub Skills
6+
57
Explore the topics in the left navigation bar to learn how to use JupyterLab, RStudio and Git in the JupyterHub plus the other resources available.

0 commit comments

Comments
 (0)