mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-23 13:10:18 +08:00
DOC: Update repo address.
This commit is contained in:
+3
-3
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user