@@ -169,20 +169,22 @@ build a script that can produce derived meaning out of data we find online.
169169References
170170**********
171171
172+ * `BeautifulSoup <http://www.crummy.com/software/BeautifulSoup/bs4/doc/ >`_
173+ * `requests <http://requests.readthedocs.org/en/latest/ >`_
174+ * `json <http://docs.python.org/2/library/json.html >`_
175+ * `geocoder <http://geocoder.readthedocs.org/en/latest/ >`_
172176* `httplib <http://docs.python.org/2/library/httplib.html >`_
173177* `htmlparser <http://docs.python.org/2/library/htmlparser.html >`_
174178* `xmlrpclib <http://docs.python.org/2/library/xmlrpclib.html >`_
175179* `DocXMLRPCServer <http://docs.python.org/2/library/docxmlrpcserver.html >`_
176- * `json <http://docs.python.org/2/library/json.html >`_
177-
178180
179181
180182Preparation for Session 8
181183*************************
182184
183185Please walk through this tutorial before session 8 begins.
184186
185- * `An Introduction to Django <presentations/django_intro-plain .html >`_
187+ * `An Introduction to Django <presentations/django_intro.html >`_
186188
187189
188190Session 8 - Basic Django
@@ -200,7 +202,7 @@ blog app in Django. We'll learn how to use the tools Django provides to explore
200202and interact with your models while designing them. We'll also get a brief
201203introduction to the Django admin, Django's *killer feature *.
202204
203- .. _get started building : presentations/django_intro-plain .html
205+ .. _get started building : presentations/django_intro.html
204206
205207
206208Along the way, we'll build a nicely functional blog application. We'll learn
0 commit comments