Merge pull request #1210 from stefanv/doc/io_null_doc

Update error message for no plugins
This commit is contained in:
Steven Silvester
2014-11-02 06:13:19 -06:00
+4 -4
View File
@@ -3,11 +3,11 @@ __all__ = ['imshow', 'imread', 'imsave', '_app_show']
import warnings
message = '''\
No plugin has been loaded. Please refer to
No plugin has been loaded. Please refer to the docstring for ``skimage.io``
for a list of available plugins. You may specify a plugin explicitly as
an argument to ``imread``, e.g. ``imread("image.jpg", plugin='pil')``.
skimage.io.plugins()
for a list of available plugins.'''
'''
def imshow(*args, **kwargs):