From 44266f42c48665eb546b7125e6aa688e54f7dcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 13 Mar 2016 16:22:49 +0100 Subject: [PATCH] [DOC] add link to guide extra fix --- doc/examples/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/examples/README.txt b/doc/examples/README.txt index d7169941..ae692ec4 100644 --- a/doc/examples/README.txt +++ b/doc/examples/README.txt @@ -3,5 +3,6 @@ General examples ------------------- -General-purpose and introductory examples for the scikit. +General-purpose and introductory examples for scikit-image. +The `narrative documentation <../user_guide.html>`_ introduces conventions and basic image manipulations.