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
+3 -3
View File
@@ -4,8 +4,8 @@ Development process
:doc:`Read this overview <gitwash/index>` of how to use Git with
``skimage``. Here's the long and short of it:
* Go to `https://github.com/scikits-image/scikits.image
<http://github.com/scikits-image/scikits.image>`_ and follow the
* Go to `https://github.com/scikits-image/scikits-image
<http://github.com/scikits-image/scikits-image>`_ and follow the
instructions on making your own fork.
* Create a new branch for the feature you want to work on. Since the
branch name will appear in the merge message, use a sensible name
@@ -63,4 +63,4 @@ detailing the test coverage::
Bugs
````
Please `report bugs on Github <https://github.com/scikits-image/scikits.image/issues>`_.
Please `report bugs on Github <https://github.com/scikits-image/scikits-image/issues>`_.
+1 -1
View File
@@ -3,7 +3,7 @@ Image Processing SciKit
Source
------
https://github.com/scikits-image/scikits.image
https://github.com/scikits-image/scikits-image
Mailing List
------------
+1 -1
View File
@@ -19,5 +19,5 @@ How to make a new release of ``skimage``
- Increase the version number in the setup.py file to ``0.Xdev``.
- Update the web frontpage.
The webpage is kept in a separate repo: scikits.image-web
The webpage is kept in a separate repo: scikits-image-web
+2 -2
View File
@@ -120,9 +120,9 @@ gh-pages:
python gh-pages.py
gitwash:
python tools/gitwash/gitwash_dumper.py source scikits.image \
python tools/gitwash/gitwash_dumper.py source scikits-image \
--project-url=http://scikits-image.org \
--project-ml-url=http://groups.google.com/group/scikits-image \
--repo-name=scikits.image \
--repo-name=scikits-image \
--github-user=scikits-image \
--source-suffix=.txt
+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
------------
+1 -1
View File
@@ -16,7 +16,7 @@ MAINTAINER = 'Stefan van der Walt'
MAINTAINER_EMAIL = 'stefan@sun.ac.za'
URL = 'http://scikits-image.org'
LICENSE = 'Modified BSD'
DOWNLOAD_URL = 'http://github.com/scikits-image/scikits.image'
DOWNLOAD_URL = 'http://github.com/scikits-image/scikits-image'
VERSION = '0.4dev'
import os