Skip to content

Commit

Permalink
DOC: Update repo address.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Oct 24, 2011
1 parent 7542f06 commit a76f12f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions DEVELOPMENT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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>`_.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Image Processing SciKit

Source
------
https://github.com/scikits-image/scikits.image
https://github.com/scikits-image/scikits-image

Mailing List
------------
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 2 additions & 2 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions doc/source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions doc/source/overview.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
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
Expand Down

0 comments on commit a76f12f

Please sign in to comment.