Use Sphinx links to reference from contributing guide

This commit is contained in:
Juan Nunez-Iglesias
2015-06-30 23:37:30 +10:00
parent e1afe7e65a
commit eb8aaeb61d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ Stylistic Guidelines
and then refer to ``M`` and ``N`` in the docstring, if necessary.
* Refer to array dimensions as (plane), row, column, not as x, y, z. See
`Coordinate conventions <http://scikit-image.org/docs/dev/user_guide/numpy_images.html#coordinate-conventions>`__
:ref:`Coordinate conventions <numpy-images-coordinate-conventions>`
in the user guide for more information.
* Functions should support all input image dtypes. Use utility functions such
+1
View File
@@ -130,6 +130,7 @@ the grayscale image above:
>>> plt.imshow(cat)
.. _numpy-images-coordinate-conventions:
Coordinate conventions
----------------------