From ad3400dd4723bf17f82e272daf04cb29c31b2643 Mon Sep 17 00:00:00 2001 From: emmanuelle Date: Sat, 22 Nov 2014 14:54:46 +0100 Subject: [PATCH] Changed a link that pointed to a specific release of scikit-image using the "stable" symlink. --- doc/source/user_guide/getting_started.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/getting_started.txt b/doc/source/user_guide/getting_started.txt index 21ea95a3..87a9d287 100644 --- a/doc/source/user_guide/getting_started.txt +++ b/doc/source/user_guide/getting_started.txt @@ -12,7 +12,7 @@ Most functions of ``skimage`` are found within submodules: :: >>> camera = data.camera() A list of submodules and functions is found on the `API reference -`_ webpage. +`_ webpage. Within scikit-image, images are represented as NumPy arrays, for example 2-D arrays for grayscale 2-D images ::