diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
commit | 0e9f73d54ea2991a5421ce0938e068d5b1544d47 (patch) | |
tree | 30e2caded678b9064079386da52b6b536c7bee3e /doc/sphinxext/numpydoc.py | |
parent | 66f36130a827212e1eb01906a16a015b2908a2a2 (diff) | |
download | numpy-0e9f73d54ea2991a5421ce0938e068d5b1544d47.tar.gz |
Update URLs to Trac.
Diffstat (limited to 'doc/sphinxext/numpydoc.py')
-rw-r--r-- | doc/sphinxext/numpydoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/numpydoc.py b/doc/sphinxext/numpydoc.py index ff6c44c53..926667dc0 100644 --- a/doc/sphinxext/numpydoc.py +++ b/doc/sphinxext/numpydoc.py @@ -12,7 +12,7 @@ It will: - Renumber references. - Extract the signature from the docstring, if it can't be determined otherwise. -.. [1] http://projects.scipy.org/scipy/numpy/wiki/CodingStyleGuidelines#docstring-standard +.. [1] http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines#docstring-standard """ |