A number of minor documentation cleanups.
[hooke.git] / doc / hacking.txt
index 86e969bfe43b92195a263161c4340edcdb85352c..ab8d9dc565684304b8ec1858ef5abeaa4d16f6a2 100644 (file)
@@ -2,14 +2,18 @@
 Hacking Hooke
 *************
 
+.. toctree::
+   :maxdepth: 2
+
+   testing.txt
 
 Architecture
 ============
 
 To clean up the internals, were going to go crazy on the
 object-oriented front, and try to keep the core functionality free of
-any dependencies other than the `Python Standard Library`_ and `Numpy`_
-/ `Scipy`_.
+any dependencies other than the `Python Standard Library`_ and Numpy_
+/ Scipy_.
 
 .. _Python Standard Library: http://docs.python.org/library/
 .. _Numpy: http://numpy.scipy.org/
@@ -29,6 +33,7 @@ files.
 
 On the testing side, the need to stick to the standard library relaxes
 (developers can install extra packages), so we can use nose_.  See
-the `Testing`_ section for more information.
+the Testing_ section for more information.
 
+.. _nose: http://somethingaboutorange.com/mrl/projects/nose/0.11.3/
 .. _Testing: testing.txt