Fixed broken link to NumPy's docstring standard.

This commit is contained in:
emmanuelle
2014-11-23 22:40:15 +01:00
parent c8bf2b5d9d
commit 568810f688
+2 -1
View File
@@ -123,7 +123,8 @@ Guidelines
* All code should have tests (see `test coverage`_ below for more details).
* All code should be documented, to the same
`standard <http://projects.scipy.org/numpy/wiki/CodingStyleGuidelines>`_
`standard
<://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt#docstring-standard>`_
as NumPy and SciPy.
* For new functionality, always add an example to the
gallery.