Skip to content

Commit 6239f98

Browse files
committed
Merge pull request #417 from stennie/tidy-20150710
Update TOC & download links for consistency
2 parents 45a7ff6 + 57f0814 commit 6239f98

4 files changed

Lines changed: 10 additions & 11 deletions

File tree

en/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
* [Introduction](README.md)
44
* [Installation](installation/README.md)
5-
* [How the Internet works?](how_the_internet_works/README.md)
5+
* [How the Internet works](how_the_internet_works/README.md)
66
* [Introduction to command line](intro_to_command_line/README.md)
77
* [Python installation](python_installation/README.md)
88
* [Code editor](code_editor/README.md)
99
* [Introduction to Python](python_introduction/README.md)
1010
* [What is Django?](django/README.md)
1111
* [Django installation](django_installation/README.md)
12-
* [Starting Django project](django_start_project/README.md)
12+
* [Your first Django project!](django_start_project/README.md)
1313
* [Django models](django_models/README.md)
1414
* [Django admin](django_admin/README.md)
1515
* [Deploy!](deploy/README.md)

en/how_the_internet_works/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We drew you a picture! It looks like this:
1919

2020
![Figure 1.1](images/internet_1.png)
2121

22-
Looks like a mess, right? In fact it is a network of connected machines (the above mentioned *servers*). Hundreds of thousands of machines! Many, many kilometers of cables around the world! You can visit a Submarine Cable Map website (http://submarinecablemap.com/) to see how complicated the net is. Here is a screenshot from the website:
22+
Looks like a mess, right? In fact it is a network of connected machines (the above mentioned *servers*). Hundreds of thousands of machines! Many, many kilometers of cables around the world! You can visit a Submarine Cable Map website (http://submarinecablemap.com) to see how complicated the net is. Here is a screenshot from the website:
2323

2424
![Figure 1.2](images/internet_3.png)
2525

en/python_installation/instructions.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One thing to watch out for: on the second screen of the installation wizard, ma
1818
It is very likely that you already have Python installed out of the box. To check if you have it installed (and which version it is), open a console and type the following command:
1919

2020
$ python3 --version
21-
Python 3.4.2
21+
Python 3.4.3
2222

2323
If you don't have Python installed, or if you want a different version, you can install it as follows:
2424

@@ -46,16 +46,15 @@ Use this command in your console:
4646

4747
### OS X
4848

49-
You need to go to the website https://www.python.org/downloads/release/python-342/ and download the Python installer:
49+
You need to go to the website https://www.python.org/downloads/release/python-343/ and download the Python installer:
5050

51-
* Download the *Mac OS X 64-bit/32-bit installer* *DMG* file,
52-
* Double click to open it,
53-
* Double click *Python.mpkg* to run the installer.
51+
* Download the *Mac OS X 64-bit/32-bit installer* file,
52+
* Double click *python-3.4.3-macosx10.6.pkg* to run the installer.
5453

5554
Verify the installation was successful by opening the *Terminal* application and running the `python3` command:
5655

5756
$ python3 --version
58-
Python 3.4.2
57+
Python 3.4.3
5958

6059
----
6160

en/whats_next/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ After that make sure to:
1414

1515
Yes! First, go ahead and try our other book, called [Django Girls Tutorial: Extensions](http://djangogirls.gitbooks.io/django-girls-tutorial-extensions/).
1616

17-
Later on, you can try recources listed below. They're all very recommended!
17+
Later on, you can try the resources listed below. They're all very recommended!
1818
- [Django's official tutorial](https://docs.djangoproject.com/en/1.8/intro/tutorial01/)
1919
- [New Coder tutorials](http://newcoder.io/tutorials/)
2020
- [Code Academy Python course](http://www.codecademy.com/en/tracks/python)
2121
- [Code Academy HTML & CSS course](http://www.codecademy.com/tracks/web)
2222
- [Django Carrots tutorial](http://django.carrots.pl/en/)
2323
- [Learn Python The Hard Way book](http://learnpythonthehardway.org/book/)
2424
- [Getting Started With Django video lessons](http://gettingstartedwithdjango.com/)
25-
- [Two Scoops of Django: Best Practices for Django](http://twoscoopspress.org/products/two-scoops-of-django-1-6) book
25+
- [Two Scoops of Django: Best Practices for Django 1.8 book](http://twoscoopspress.com/products/two-scoops-of-django-1-8)

0 commit comments

Comments
 (0)