From 308c5c7e5e5f0c1010d6cf6f9a65a665370a89ab Mon Sep 17 00:00:00 2001 From: blink1073 Date: Sun, 16 Feb 2014 19:18:03 -0600 Subject: [PATCH] Add viewer to main docstring. --- skimage/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skimage/__init__.py b/skimage/__init__.py index 6e44515d..bb688da5 100644 --- a/skimage/__init__.py +++ b/skimage/__init__.py @@ -37,6 +37,8 @@ transform Geometric and other transforms, e.g. rotation or the Radon transform. util Generic utilities. +viewer + Interactive image viewer and plugin framework. Utility Functions -----------------