Skip to content

Commit c35fd49

Browse files
committed
Some partial doc updates
1 parent 2ff34e0 commit c35fd49

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

_docs/index.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ How To Use This Tutorial
4141
------------------------
4242

4343
The `Github repo <https://github.com/PythonJournos/refactoring101>`__ contains code samples demonstrating how to transform a
44-
complex, linear script into a modular, easier-to-maintain package. The code was written as a reference for the
45-
*Python: Beyond the Basics* class at `NICAR 2014 <http://ire.org/conferences/nicar-2014/>`__, but can also
46-
work as a stand-alone tutorial.
44+
complex, linear script into a modular, easier-to-maintain package. The code was written as a reference for Python classes at
45+
NICAR `2014 <https://ire.org/events-and-training/event/973/1107/>`__ and `2015 <http://www.ire.org/events-and-training/event/1494/1600/>`__,
46+
but can also be used as a stand-alone tutorial.
4747

48-
We use a small, `fake set of election
49-
results <https://docs.google.com/spreadsheet/pub?key=0AhhC0IWaObRqdGFkUW1kUmp2ZlZjUjdTYV9lNFJ5RHc&output=html>`__
48+
We use a small, `fake set of election results <https://docs.google.com/spreadsheet/pub?key=0AhhC0IWaObRqdGFkUW1kUmp2ZlZjUjdTYV9lNFJ5RHc&output=html>`__
5049
for demonstration purposes. Project code evolves through four phases, each contained in a numbered
5150
*elex* directory in the `code repo <https://github.com/PythonJournos/refactoring101>`__.
5251

@@ -63,7 +62,7 @@ Still have questions? Check out the :ref:`FAQ`, as well the :ref:`Resources` pag
6362

6463

6564
Table of Contents
66-
-----
65+
-----------------
6766
.. toctree::
6867
:maxdepth: 1
6968

0 commit comments

Comments
 (0)