From 4d1eb928fa906d568a55c5dfea777a3af358c12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Thu, 4 Dec 2014 11:47:18 -0500 Subject: [PATCH] DOC: move website and ML to the top --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1394c131..99d83db1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ Image Processing SciKit [![Coverage Status](https://img.shields.io/coveralls/scikit-image/scikit-image.svg)](https://coveralls.io/r/scikit-image/scikit-image?branch=master) +Website (including documentation) +--------------------------------- +http://scikit-image.org/ + +Mailing List +------------ +http://groups.google.com/group/scikit-image + Source ------ https://github.com/scikit-image/scikit-image @@ -24,14 +32,6 @@ this path to your PYTHONPATH variable and compiling the extensions: $ python setup.py build_ext -i -Website (including documentation) ---------------------------------- -http://scikit-image.org/ - -Mailing List ------------- -http://groups.google.com/group/scikit-image - License ------- Please read LICENSE.txt in this directory.