diff options
author | Valentin Haenel <valentin.haenel@gmx.de> | 2011-09-14 15:27:16 +0100 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-09-17 09:16:19 -0600 |
commit | d6ccacad9815d56131f8148c23243f355008b75d (patch) | |
tree | 4ae46dfabac97fd1a612ad6deba8ebffb5a7b0d9 | |
parent | 81bf4855ca7fb79b8c43f89a8e6b376885b0dab1 (diff) | |
download | numpy-d6ccacad9815d56131f8148c23243f355008b75d.tar.gz |
DOC: numpydoc.py was still using old, scipy trac url in docstring
-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 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 """ |