summaryrefslogtreecommitdiff
path: root/doc/sphinxext
diff options
context:
space:
mode:
authorValentin Haenel <valentin.haenel@gmx.de>2011-09-14 15:27:16 +0100
committerCharles Harris <charlesr.harris@gmail.com>2011-09-17 09:16:19 -0600
commitd6ccacad9815d56131f8148c23243f355008b75d (patch)
tree4ae46dfabac97fd1a612ad6deba8ebffb5a7b0d9 /doc/sphinxext
parent81bf4855ca7fb79b8c43f89a8e6b376885b0dab1 (diff)
downloadnumpy-d6ccacad9815d56131f8148c23243f355008b75d.tar.gz
DOC: numpydoc.py was still using old, scipy trac url in docstring
Diffstat (limited to 'doc/sphinxext')
-rw-r--r--doc/sphinxext/numpydoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/numpydoc.py b/doc/sphinxext/numpydoc.py
index 43c67336b..7679352c2 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/numpy/wiki/CodingStyleGuidelines#docstring-standard
+.. [1] https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
"""