DOC: Fix some scikits.image mentions.

This commit is contained in:
Stefan van der Walt
2011-12-02 10:55:41 -08:00
parent 207079ff1d
commit bf609dfca0
10 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href={{ pathto('index') }}>scikits.image home</a> &raquo;</li>
<li><a href={{ pathto('index') }}>scikits-image home</a> &raquo;</li>
{{ super() }}
{% endblock %}
+3 -3
View File
@@ -20,11 +20,11 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits-image developers',
author = 'Scikits-image developers',
setup(maintainer = 'scikits-image developers',
author = 'scikits-image developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Drawing',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+2 -2
View File
@@ -20,8 +20,8 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits-image Developers',
author = 'Scikits-image Developers',
setup(maintainer = 'scikits-image Developers',
author = 'scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Features',
url = 'https://github.com/scikits-image/scikits-image',
+3 -3
View File
@@ -20,11 +20,11 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits.Image Developers',
author = 'Scikits.Image Developers',
setup(maintainer = 'scikits-image Developers',
author = 'scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Filters',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+2 -2
View File
@@ -28,10 +28,10 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'scikits.image Developers',
setup(maintainer = 'scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Graph-based Image-processing Algorithms',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'Modified BSD',
**(configuration(top_path='').todict())
)
+2 -2
View File
@@ -3,9 +3,9 @@ Scivi is written/maintained/developed by:
S. Chris Colbert - sccolbert@gmail.com
Scivi is free software and is part of the scikits.image project.
Scivi is free software and is part of the scikits-image project.
Scivi is governed by the licenses of the scikits.image project.
Scivi is governed by the licenses of the scikits-image project.
Please report any bugs to the author.
+2 -2
View File
@@ -30,10 +30,10 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'scikits.image Developers',
setup(maintainer = 'scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Image I/O Routines',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'Modified BSD',
**(configuration(top_path='').todict())
)
+2 -2
View File
@@ -20,10 +20,10 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'scikits.image Developers',
setup(maintainer = 'scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Graph-based Image-processing Algorithms',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'Modified BSD',
**(configuration(top_path='').todict())
)
+2 -2
View File
@@ -35,11 +35,11 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits.Image Developers',
setup(maintainer = 'scikits-image Developers',
author = 'Damian Eads',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Morphology Wrapper',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)
+3 -3
View File
@@ -26,11 +26,11 @@ def configuration(parent_package='', top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
setup(maintainer = 'Scikits.Image Developers',
author = 'Scikits.Image Developers',
setup(maintainer = 'Scikits-image Developers',
author = 'Scikits-image Developers',
maintainer_email = 'scikits-image@googlegroups.com',
description = 'Transforms',
url = 'https://github.com/scikits-image/scikits.image',
url = 'https://github.com/scikits-image/scikits-image',
license = 'SciPy License (BSD Style)',
**(configuration(top_path='').todict())
)