Skip to content

Commit 33f67af

Browse files
committed
update internal links for locally-built site
1 parent 9ce271d commit 33f67af

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

_episodes/01-getting-started.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keypoints:
2020
## Use the Spyder IDE for editing and running Python.
2121

2222
* The [Anaconda package manager][anaconda] is an automated way to install the [Spyder IDE][spyder].
23-
* See [the setup instructions]({{ page.root }}/setup) for Anaconda installation instructions.
23+
* See [the setup instructions]({{ page.root }}/setup.html) for Anaconda installation instructions.
2424
* It also installs all the extra libraries it needs to run.
2525
* Once you have installed Python and the Spyder IDE requirements, open a shell and type:
2626
~~~
@@ -29,7 +29,7 @@ keypoints:
2929
{: .python}
3030
3131
* This will start The Spyder IDE.
32-
* This environment has several useful tools we can use, which you can see in different panels in the Spyder IDE. We will look into some of them.
32+
* This environment has several useful tools we can use, which you can see in different panels in the Spyder IDE. We will look into some of them.
3333
* You can change the positions and sizes of these panels to your preference, as you get to know them.
3434
3535
## Different ways of interacting with Python using Spyder
@@ -64,7 +64,7 @@ keypoints:
6464
> Spyder Editor
6565
>
6666
> This is a temporary script file.
67-
> """
67+
> """
6868
>~~~
6969
> Write the following line below these lines and press run (the green 'play' button or f5). A window might pop up asking you to specify the run settings, leave the settings as they are and press 'Run'.
7070
> What happens?
@@ -91,12 +91,11 @@ keypoints:
9191
>
9292
> To save the code, press 'file' and then 'save as'. Now give the file a name, for example 'mycode.py' and save it in a directory/folder where you know how to find it.
9393
> Look into your file system the way you usually do it. Is the file where you expect it to be?
94-
>
94+
>
9595
> {: .python}
9696
{: .challenge}
9797
9898
9999
100100
[anaconda]: https://docs.anaconda.com/anaconda/install/
101101
[spyder]: https://www.spyder-ide.org/
102-

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please note that this lesson uses Python 3 rather than Python 2.
1717
> ## Under Design
1818
>
1919
> **This lesson is currently in its early design stage;
20-
> please check [the design notes]({{ page.root }}/design/)
20+
> please check [the design notes]({{ page.root }}/design/index.html)
2121
> to see what we have so far.
2222
> Contributions are very welcome:
2323
> we would be particularly grateful for exercises
@@ -32,6 +32,6 @@ Please note that this lesson uses Python 3 rather than Python 2.
3232
>
3333
> 2. Learners must install [Anaconda](https://www.anaconda.com/download/) before the class starts.
3434
>
35-
> Please see [the setup instructions]({{ page.root }}/setup)
35+
> Please see [the setup instructions]({{ page.root }}/setup.html)
3636
> for details.
3737
{: .prereq}

0 commit comments

Comments
 (0)