From a76f12f747ae417fb9a5f8b6e4f379d45c9671d8 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 23 Oct 2011 22:51:38 -0700 Subject: [PATCH] DOC: Update repo address. --- DEVELOPMENT.txt | 6 +++--- README.txt | 2 +- RELEASE.txt | 2 +- doc/Makefile | 4 ++-- doc/source/install.txt | 10 +++++----- doc/source/overview.txt | 4 ++-- setup.py | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DEVELOPMENT.txt b/DEVELOPMENT.txt index caebff41a4b..13efecefde8 100644 --- a/DEVELOPMENT.txt +++ b/DEVELOPMENT.txt @@ -4,8 +4,8 @@ Development process :doc:`Read this overview ` of how to use Git with ``skimage``. Here's the long and short of it: - * Go to `https://github.com/scikits-image/scikits.image - `_ and follow the + * Go to `https://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 `_. +Please `report bugs on Github `_. diff --git a/README.txt b/README.txt index 4ebd7207b21..7b62ceea7f7 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Image Processing SciKit Source ------ -https://github.com/scikits-image/scikits.image +https://github.com/scikits-image/scikits-image Mailing List ------------ diff --git a/RELEASE.txt b/RELEASE.txt index 1f07761628e..69bf8ac3098 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -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 diff --git a/doc/Makefile b/doc/Makefile index 08aaa70382c..6e18ec702c9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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 diff --git a/doc/source/install.txt b/doc/source/install.txt index 7bf07093778..a3b42abd6b9 100644 --- a/doc/source/install.txt +++ b/doc/source/install.txt @@ -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 +`_. 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 +`_. The SciKit can be installed globally using diff --git a/doc/source/overview.txt b/doc/source/overview.txt index cdf63d13d6b..0bd9d658d63 100644 --- a/doc/source/overview.txt +++ b/doc/source/overview.txt @@ -1,7 +1,7 @@ Image Processing SciKit ======================= -The `scikits.image `__ SciKit (toolkit for +The `scikits-image `__ SciKit (toolkit for `SciPy `__) extends ``scipy.ndimage`` to provide a versatile set of image processing routines. It is written in the `Python `_ 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 ------------ diff --git a/setup.py b/setup.py index fbc25f13c7a..92d81a01f77 100644 --- a/setup.py +++ b/setup.py @@ -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