Changed a link that pointed to a specific release of scikit-image using

the "stable" symlink.
This commit is contained in:
emmanuelle
2014-11-22 14:54:46 +01:00
parent ebe1a18656
commit ad3400dd47
+1 -1
View File
@@ -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
<http://scikit-image.org/docs/0.8.0/api/api.html>`_ webpage.
<http://scikit-image.org/docs/stable/api/api.html>`_ webpage.
Within scikit-image, images are represented as NumPy arrays, for
example 2-D arrays for grayscale 2-D images ::