From 4e2fd7cfa4624e27457deb83e0255e8c06dccad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Mon, 1 Dec 2014 21:52:15 -0500 Subject: [PATCH 1/3] DOC: add link to main website + refresh --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d107938e..6ceaf8ae 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,11 @@ Source ------ https://github.com/scikit-image/scikit-image -Mailing List ------------- -http://groups.google.com/group/scikit-image - Installation from source ------------------------ Refer to DEPENDS.txt for a list of dependencies. -The SciKit may be installed globally using +scikit-image may be installed globally using $ python setup.py install @@ -28,6 +24,14 @@ this path to your PYTHONPATH variable and compiling the extensions: $ python setup.py build_ext -i +Website (including the documentation) +------------------------------------- +http://scikit-image.org/ + +Mailing List +------------ +http://groups.google.com/group/scikit-image + License ------- Please read LICENSE.txt in this directory. From 05c55c1fd7dc92e68ba6059fe0e5c3188643c954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 3 Dec 2014 20:12:39 -0500 Subject: [PATCH 2/3] fix phrasing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ceaf8ae..1394c131 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ this path to your PYTHONPATH variable and compiling the extensions: $ python setup.py build_ext -i -Website (including the documentation) -------------------------------------- +Website (including documentation) +--------------------------------- http://scikit-image.org/ Mailing List 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 3/3] 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.