mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 22:51:34 +08:00
Use Sphinx links to reference from contributing guide
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -130,6 +130,7 @@ the grayscale image above:
|
||||
>>> plt.imshow(cat)
|
||||
|
||||
|
||||
.. _numpy-images-coordinate-conventions:
|
||||
Coordinate conventions
|
||||
----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user