Merge pull request #1656 from cgilon/contribute-docs-fix-link

Fix link to numpy docs convention
This commit is contained in:
Stefan van der Walt
2015-08-28 11:54:36 -07:00
+1 -1
View File
@@ -125,7 +125,7 @@ Guidelines
* All code should have tests (see `test coverage`_ below for more details).
* All code should be documented, to the same
`standard <://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt#docstring-standard>`_ as NumPy and SciPy.
`standard <https://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.
* No changes are ever committed without review. Ask on the
`mailing list <http://groups.google.com/group/scikit-image>`_ if