Skip to content

Commit 5582ea5

Browse files
committed
fixing screw-ups
1 parent 761119f commit 5582ea5

File tree

6 files changed

+19
-25
lines changed

6 files changed

+19
-25
lines changed

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ This tutorial is not complete. It still needs:
2929

3030
You may use this tutorial freely at your own risk. See
3131
[LICENSE](LICENSE).
32+
33+
[Back to the list of contents](README.md#list-of-contents)

answers.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,7 @@ These are answers for exercises in the chapters. In programming, there's always
288288

289289
***
290290

291-
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
292-
293-
[Back to the list of contents](README.md#list-of-contents)
294-
295-
***
296-
297291
You may use this tutorial freely at your own risk. See
298292
[LICENSE](LICENSE).
293+
294+
[Back to the list of contents](README.md#list-of-contents)

contact-me.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ it, there are a few ways to contact me:
1818

1919
***
2020

21-
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
22-
23-
[Back to the list of contents](README.md#list-of-contents)
24-
25-
***
26-
2721
You may use this tutorial freely at your own risk. See
2822
[LICENSE](LICENSE).
23+
24+
[Back to the list of contents](README.md#list-of-contents)

editor-setup.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ about it here, [tell me](contact-me.md).
127127

128128
***
129129

130-
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
131-
132-
[Back to the list of contents](README.md#list-of-contents)
133-
134-
***
135-
136130
You may use this tutorial freely at your own risk. See
137131
[LICENSE](LICENSE).
132+
133+
[Back to the list of contents](README.md#list-of-contents)

getting-help.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ help on IRC is much faster.
5353

5454
***
5555

56-
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
57-
58-
[Back to the list of contents](README.md#list-of-contents)
59-
60-
***
61-
6256
You may use this tutorial freely at your own risk. See
6357
[LICENSE](LICENSE).
58+
59+
[Back to the list of contents](README.md#list-of-contents)

update-ends.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@
1010
1111
You may use this tutorial freely at your own risk. See
1212
[LICENSE](LICENSE).
13+
14+
[Back to the list of contents](README.md#list-of-contents)
1315
"""
1416

15-
CHAPTER_END = BASIC_END + """
17+
CHAPTER_END = """
18+
***
19+
20+
You may use this tutorial freely at your own risk. See
21+
[LICENSE](LICENSE).
22+
1623
[Previous]({prev}) | [Next]({next}) |
1724
[Back to the list of contents](README.md#list-of-contents)
1825
"""
1926

27+
2028
MARKDOWN_LINK_REGEX = r'\[.*\]\((.*\.md)\)'
2129
CHAPTER_LINK_REGEX = '^\d+\. ' + MARKDOWN_LINK_REGEX + '$'
2230

0 commit comments

Comments
 (0)