Skip to content

Commit 75823db

Browse files
author
Kristian Rother
committed
cleanup work
1 parent 7417273 commit 75823db

File tree

16 files changed

+67
-198
lines changed

16 files changed

+67
-198
lines changed

appendix/goals.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

challenges/count_words/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Coding Challenge: Count Words in Moby Dick
2+
# Count Words
33

44
## In this challenge you can learn:
55

data_structures/data_types.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

first_steps/for.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ area topic
2020
🐞 recognize bugs at runtime
2121
==== =============================
2222

23-
--------------
2423

2524
Exercise 1: Pat your own shoulder
2625
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

first_steps/hello.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ Exercise 6: Three little bugs
125125

126126
The following program should output a song by Bob Marley.
127127
It contains three bugs.
128-
129128
Find and fix them.
130129

131130
.. code:: python3

first_steps/installing_python.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ both are not that easy to configure.
3333

3434
If you prefer to use the standard Python installation, you find it on
3535
`www.python.org <https://www.python.org/downloads/>`__.
36-
3736
In that case, install spyder using the Python package manager ``pip``.
3837
Type:
3938

first_steps/python_shell.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Python as a Calculator
66
`photograph by Charles Deluvio on
77
Unsplash <https://unsplash.com/@charlesdeluvio>`__
88

9-
--------------
109

1110
In this chapter you will:
1211
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -22,7 +21,6 @@ area topic
2221
🔧 use the Variable Explorer
2322
==== ================================
2423
25-
--------------
2624

2725
Arithmetics
2826
-----------

first_steps/rock_paper_scissors.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Rock-Paper-Scissors
66
`image by Enzoklop, CC BY-SA
77
3.0 <https://commons.wikimedia.org/w/index.php?curid=27958795>`__
88

9-
--------------
109

11-
In this chapter you will learn to:
12-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10+
In this chapter you will:
11+
~~~~~~~~~~~~~~~~~~~~~~~~~
1312

1413
======= ====================================
1514
area topic

first_steps/slideshow.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ area topic
2121
🐞 fix wrong file paths
2222
==== ===============================
2323

24-
--------------
2524

2625
Exercise 1: Display an image
2726
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

first_steps/type_conversions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ada Lovelace
66

77
Ada Lovelace
88

9-
`Ada Lovelace, image by Alfred Edward Chalon - Biography.com, public
9+
`Ada Lovelace, image by Alfred Edward Chalon - public
1010
domain <https://commons.wikimedia.org/w/index.php?curid=25519820>`__
1111

1212

0 commit comments

Comments
 (0)