summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/plot/actions/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/gui/plot/actions/index.rst')
-rw-r--r--doc/source/modules/gui/plot/actions/index.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/source/modules/gui/plot/actions/index.rst b/doc/source/modules/gui/plot/actions/index.rst
index f95b1f8..b8b345b 100644
--- a/doc/source/modules/gui/plot/actions/index.rst
+++ b/doc/source/modules/gui/plot/actions/index.rst
@@ -1,14 +1,8 @@
-.. currentmodule:: silx.gui.plot
-:mod:`actions`: Actions for PlotWidget
-===========================================
+:mod:`~silx.gui.plot.actions`: Actions for PlotWidget
+=====================================================
-.. currentmodule:: silx.gui.plot.actions
-
-The :class:`PlotAction` is a base class used to define plot actions.
-
-Plot actions serve to add menu items or toolbar items that are associated with a method
-that can interact with the associated :class:`.PlotWidget`.
+.. automodule:: silx.gui.plot.actions
For an introduction to creating custom plot actions, see :doc:`examples`.