Skip to content

Commit

Permalink
DOC: Add doc page for multistate widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nstelter-slac committed Oct 25, 2023
1 parent 28d6bd6 commit 893d11d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/widgets/PyDMWidget.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ API Documentation
:show-inheritance:

PyDMToolTip Instructions
=================
========================
The PyDMToolTip property field takes a string. In the PyDMToolTip property field, the user can include the tag $(pv_value) to get the value of the
channel displayed on the tool tip.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/widgets/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Display Widgets
:maxdepth: 1

byte.rst
multistate.rst
datetime_label.rst
image.rst
label.rst
Expand Down Expand Up @@ -73,7 +74,6 @@ Base Widgets

Utilities
---------

.. toctree::
:maxdepth: 1

Expand Down
11 changes: 11 additions & 0 deletions docs/source/widgets/multistate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#######################
PyDMMultiStateIndicator
#######################

.. autoclass:: pydm.widgets.byte.PyDMMultiStateIndicator
:members:
:show-inheritance:


.. note::
See `QWidget Documentation <https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QWidget.html>`_ for all inherited properties and methods.

0 comments on commit 893d11d

Please sign in to comment.