DOC: Update repo address.

This commit is contained in:
Stefan van der Walt
2011-10-23 22:51:38 -07:00
parent 7542f06e9d
commit a76f12f747
7 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -2,20 +2,20 @@ Installation from source
------------------------
Obtain the source from the git-repository at
`http://github.com/scikits-image/scikits.image
<http://github.com/scikits-image/scikits.image>`_.
`http://github.com/scikits-image/scikits-image
<http://github.com/scikits-image/scikits-image>`_.
by running
::
git clone http://github.com/scikits-image/scikits.image.git
git clone http://github.com/scikits-image/scikits-image.git
in a terminal (You will need to have git installed on your machine).
If you do not have git installed, you can also download a zipball from
`https://github.com/scikits-image/scikits.image/zipball/master
<https://github.com/scikits-image/scikits.image/zipball/master>`_.
`https://github.com/scikits-image/scikits-image/zipball/master
<https://github.com/scikits-image/scikits-image/zipball/master>`_.
The SciKit can be installed globally using
+2 -2
View File
@@ -1,7 +1,7 @@
Image Processing SciKit
=======================
The `scikits.image <http://scikits-image.org>`__ SciKit (toolkit for
The `scikits-image <http://scikits-image.org>`__ SciKit (toolkit for
`SciPy <http://www.scipy.org>`__) extends ``scipy.ndimage`` to provide
a versatile set of image processing routines. It is written in the
`Python <http://www.python.org>`_ language.
@@ -16,7 +16,7 @@ http://scikits-image.org
Source, bugs and patches
------------------------
http://github.com/scikits-image/scikits.image
http://github.com/scikits-image/scikits-image
Mailing List
------------