diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 837dca2a..fcb36547 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -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 `_ + `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.