From e57f7f0420b6bac0a14171e420ca3cc06a92cd7b Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Fri, 15 Jul 2011 17:09:00 -0500 Subject: [PATCH] DOC: Rewrite project overview. --- doc/source/overview.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/source/overview.txt b/doc/source/overview.txt index 1a6ae223..cdf63d13 100644 --- a/doc/source/overview.txt +++ b/doc/source/overview.txt @@ -1,19 +1,22 @@ Image Processing SciKit ======================= -This SciKit (toolkit for `SciPy `_) includes -useful image processing algorithms for use with `Python -`_ and `NumPy `_. -While SciPy's ``ndimage`` provides low-level manipulation, -``scikits.image`` centres around algorithms and applications. +The `scikits.image `__ SciKit (toolkit for +`SciPy `__) extends ``scipy.ndimage`` to provide +a versatile set of image processing routines. It is written in the +`Python `_ language. This `SciKit `_ is developed by the SciPy community. All contributions are most welcome! Please join us on the mailing list (address provided below). +Homepage +-------- +http://scikits-image.org + Source, bugs and patches ------------------------ -http://github.com/stefanv/scikits.image +http://github.com/scikits-image/scikits.image Mailing List ------------