Skip to content

Commit 6f58d7b

Browse files
committed
Links
1 parent a5dc55d commit 6f58d7b

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

Notes/01_Introduction/01_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ exercise work. For example:
181181
>>>
182182
```
183183

184-
\[ [Contents](../Contents) \] \| \[ [Next (1.2 Hello World)](02_Hello_world) \]
184+
[Contents](../Contents) \| [Next (1.2 A First Program)](02_Hello_world)
185185

Notes/01_Introduction/03_Numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,4 @@ Months 309
228228

229229
While you’re at it, fix the program to correct the for overpayment that occurs in the last month.
230230

231-
[Next](04_Strings)
231+
[Contents](../Contents) \| [Previous (1.2 A First Program)](02_Hello_world) \| [Next (1.4 Strings)](04_Strings)

Notes/01_Introduction/04_Strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,4 +422,4 @@ For example, a popular alternative to Python's normal interactive mode
422422
is IPython (http://ipython.org). IPython provides some nice features
423423
such as tab-completion of method names, more integrated help and more.
424424

425-
[Next](05_Lists)
425+
[Contents](../Contents) \| [Previous (1.3 Numbers)](03_Numbers) \| [Next (1.5 Lists)](05_Lists)

Notes/01_Introduction/05_Lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,4 +401,4 @@ example, a list that consists entirely of numbers or a list of text
401401
strings. Mixing different kinds of data together in the same list is
402402
often a good way to make your head explode so it's best avoided.
403403

404-
[Next](06_Files)
404+
[Contents](../Contents) \| [Previous (1.4 Strings)](04_Strings) \| [Next (1.6 Files)](06_Files)

Notes/01_Introduction/06_Files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ Try it:
214214
>>>
215215
```
216216

217-
[Next](07_Functions)
217+
[Contents](../Contents) \| [Previous (1.5 Lists)](05_Lists) \| [Next (1.7 Functions)](07_Functions)

Notes/01_Introduction/07_Functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,5 @@ bash % python3 pcost.py Data/portfolio.csv
255255
Total cost: 44671.15
256256
bash %
257257
```
258+
259+
[Contents](../Contents) \| [Previous (1.6 Files)](06_Files) \| [Next (2.0 Working with Data)](../02_Working_with_data/00_Overview)

0 commit comments

Comments
 (0)