summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcatechism <zerbie@gmail.com>2009-05-01 10:40:14 -0500
committercatechism <zerbie@gmail.com>2009-05-01 10:40:14 -0500
commitb6ac40dca43bb0942befdcf79959bbf459f24b77 (patch)
tree23a4e0df1815c188b72d2b153d276cd9f1883fb7 /doc
parent2a11f49a2053fff0db16d8407f6505c99cc0ee7d (diff)
downloadnose-b6ac40dca43bb0942befdcf79959bbf459f24b77.tar.gz
fixing broken link by pulling in the nose.commands stuff
Diffstat (limited to 'doc')
-rw-r--r--doc/setuptools_integration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/setuptools_integration.rst b/doc/setuptools_integration.rst
index 0182f24..f9f42e6 100644
--- a/doc/setuptools_integration.rst
+++ b/doc/setuptools_integration.rst
@@ -22,8 +22,8 @@ not be available, including the builtin coverage, and profiler plugins.
nose also includes its own setuptools command, ``nosetests``, that
provides support for all plugins and command line options. See
-nose.commands_ for more information about the ``nosetests`` command.
+below for more information about the ``nosetests`` command.
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
-.. _nose.commands: #commands
+.. automodule :: nose.commands