mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 09:24:44 +08:00
DOC: Fix some scikits.image mentions.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends "!layout.html" %}
|
||||
{% block rootrellink %}
|
||||
<li><a href={{ pathto('index') }}>scikits.image home</a> »</li>
|
||||
<li><a href={{ pathto('index') }}>scikits-image home</a> »</li>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
@@ -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())
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user