From eb8aaeb61db6bda8a2030aeeabd77619fb1653f6 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 30 Jun 2015 23:37:30 +1000 Subject: [PATCH] Use Sphinx links to reference from contributing guide --- CONTRIBUTING.txt | 2 +- doc/source/user_guide/numpy_images.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 3f0eed9c..79b691e4 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -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 `__ + :ref:`Coordinate conventions ` in the user guide for more information. * Functions should support all input image dtypes. Use utility functions such diff --git a/doc/source/user_guide/numpy_images.txt b/doc/source/user_guide/numpy_images.txt index e976ae7e..5bba5da0 100644 --- a/doc/source/user_guide/numpy_images.txt +++ b/doc/source/user_guide/numpy_images.txt @@ -130,6 +130,7 @@ the grayscale image above: >>> plt.imshow(cat) +.. _numpy-images-coordinate-conventions: Coordinate conventions ----------------------