diff options
author | W. Trevor King <wking@drexel.edu> | 2011-01-10 22:35:23 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-01-10 22:35:23 -0500 |
commit | a0a4dd65b4d796281077da91eec988ce3ee0e1f7 (patch) | |
tree | 8fdae383c21d0daffaaebea8db1bfa5142561d5b | |
parent | 2aeaa4e265deb093a5e37c5973deb8d932974491 (diff) | |
download | bugseverywhere-a0a4dd65b4d796281077da91eec988ce3ee0e1f7.tar.gz |
Update link to Numpy docstring guidelines.
-rw-r--r-- | doc/doc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc.txt b/doc/doc.txt index e57b1f7..6462a9b 100644 --- a/doc/doc.txt +++ b/doc/doc.txt @@ -20,7 +20,7 @@ syntax. .. _reStructuredText: http://docutils.sourceforge.net/docs/user/rst/quickref.html .. _NumPy/SciPy documentation guide: - http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines + https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt Man page ======== |