summaryrefslogtreecommitdiff
path: root/examples/imageview.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/imageview.py')
-rwxr-xr-xexamples/imageview.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/imageview.py b/examples/imageview.py
index 34595e2..c4f80bd 100755
--- a/examples/imageview.py
+++ b/examples/imageview.py
@@ -2,7 +2,7 @@
# coding: utf-8
# /*##########################################################################
#
-# Copyright (c) 2016-2017 European Synchrotron Radiation Facility
+# Copyright (c) 2016-2018 European Synchrotron Radiation Facility
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -24,8 +24,9 @@
#
# ###########################################################################*/
"""
-Example to show the use of `ImageView` widget. It can be used to open an EDF
-or TIFF file from the shell command line.
+Example to show the use of :class:`~silx.gui.plot.ImageView.ImageView` widget.
+
+It can be used to open an EDF or TIFF file from the shell command line.
To view an image file with the current installed silx library:
``python examples/imageview.py <file to open>``