From c382dd53953fc3328bafd5f3371abea2128169e7 Mon Sep 17 00:00:00 2001 From: YektaY Date: Thu, 24 Aug 2023 14:12:23 -0700 Subject: [PATCH] added more links to pyqt docs in pydm widgets --- docs/source/widgets/archiver_timeplot.rst | 2 -- docs/source/widgets/checkbox.rst | 3 +++ docs/source/widgets/datetime_edit.rst | 3 +++ docs/source/widgets/embedded_display.rst | 4 ++++ docs/source/widgets/enum_button.rst | 3 +++ docs/source/widgets/enum_combo_box.rst | 4 ++++ docs/source/widgets/frame.rst | 4 ++++ docs/source/widgets/line_edit.rst | 4 ++++ docs/source/widgets/pushbutton.rst | 3 +++ docs/source/widgets/shell_command.rst | 4 ++++ docs/source/widgets/slider.rst | 4 ++++ docs/source/widgets/spinbox.rst | 4 ++++ docs/source/widgets/tab_widget.rst | 4 ++++ docs/source/widgets/template_repeater.rst | 1 + docs/source/widgets/waveformtable.rst | 4 ++++ 15 files changed, 49 insertions(+), 2 deletions(-) diff --git a/docs/source/widgets/archiver_timeplot.rst b/docs/source/widgets/archiver_timeplot.rst index f0de58f1d..0ad8986a0 100644 --- a/docs/source/widgets/archiver_timeplot.rst +++ b/docs/source/widgets/archiver_timeplot.rst @@ -58,7 +58,6 @@ PyDMArchiverTimePlot .. autoclass:: pydm.widgets.archiver_time_plot.PyDMArchiverTimePlot :members: - :inherited-members: :show-inheritance: ####################### @@ -67,5 +66,4 @@ ArchivePlotCurveItem .. autoclass:: pydm.widgets.archiver_time_plot.ArchivePlotCurveItem :members: - :inherited-members: :show-inheritance: diff --git a/docs/source/widgets/checkbox.rst b/docs/source/widgets/checkbox.rst index 623a5602e..154c96306 100644 --- a/docs/source/widgets/checkbox.rst +++ b/docs/source/widgets/checkbox.rst @@ -5,3 +5,6 @@ PyDMCheckbox .. autoclass:: pydm.widgets.checkbox.PyDMCheckbox :members: :show-inheritance: + +.. note:: + See `QCheckBox Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/datetime_edit.rst b/docs/source/widgets/datetime_edit.rst index 15ea2a8bb..c9a37958a 100644 --- a/docs/source/widgets/datetime_edit.rst +++ b/docs/source/widgets/datetime_edit.rst @@ -5,3 +5,6 @@ PyDMDateTimeEdit .. autoclass:: pydm.widgets.datetime.PyDMDateTimeEdit :members: :show-inheritance: + +.. note:: + See `QDateTimeEdit Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/embedded_display.rst b/docs/source/widgets/embedded_display.rst index 02abe80cc..7ab06390b 100644 --- a/docs/source/widgets/embedded_display.rst +++ b/docs/source/widgets/embedded_display.rst @@ -5,3 +5,7 @@ PyDMEmbeddedDisplay .. autoclass:: pydm.widgets.embedded_display.PyDMEmbeddedDisplay :members: :show-inheritance: + + +.. note:: + See `QFrame Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/enum_button.rst b/docs/source/widgets/enum_button.rst index 8b32c5e1b..251b9789a 100644 --- a/docs/source/widgets/enum_button.rst +++ b/docs/source/widgets/enum_button.rst @@ -5,3 +5,6 @@ PyDMEnumButton .. autoclass:: pydm.widgets.enum_button.PyDMEnumButton :members: :show-inheritance: + +.. note:: + See `QWidget Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/enum_combo_box.rst b/docs/source/widgets/enum_combo_box.rst index d64d7a988..3afda7357 100644 --- a/docs/source/widgets/enum_combo_box.rst +++ b/docs/source/widgets/enum_combo_box.rst @@ -5,3 +5,7 @@ PyDMEnumComboBox .. autoclass:: pydm.widgets.enum_combo_box.PyDMEnumComboBox :members: :show-inheritance: + + +.. note:: + See `QComboBox Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/frame.rst b/docs/source/widgets/frame.rst index 74e4a784a..7ca61cc06 100644 --- a/docs/source/widgets/frame.rst +++ b/docs/source/widgets/frame.rst @@ -5,3 +5,7 @@ PyDMFrame .. autoclass:: pydm.widgets.frame.PyDMFrame :members: :show-inheritance: + + +.. note:: + See `QFrame Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/line_edit.rst b/docs/source/widgets/line_edit.rst index 0e1b609ba..e62190f7b 100644 --- a/docs/source/widgets/line_edit.rst +++ b/docs/source/widgets/line_edit.rst @@ -6,3 +6,7 @@ PyDMLineEdit :members: :show-inheritance: :exclude-members: DisplayFormat + + +.. note:: + See `QLineEdit Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/pushbutton.rst b/docs/source/widgets/pushbutton.rst index d664f9a8a..1017ad92a 100644 --- a/docs/source/widgets/pushbutton.rst +++ b/docs/source/widgets/pushbutton.rst @@ -6,3 +6,6 @@ PyDMPushButton :members: :show-inheritance: + +.. note:: + See `QPushButton Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/shell_command.rst b/docs/source/widgets/shell_command.rst index be2a83b38..a2a6b1264 100644 --- a/docs/source/widgets/shell_command.rst +++ b/docs/source/widgets/shell_command.rst @@ -5,3 +5,7 @@ PyDMShellCommand .. autoclass:: pydm.widgets.shell_command.PyDMShellCommand :members: :show-inheritance: + + +.. note:: + See `QPushButton Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/slider.rst b/docs/source/widgets/slider.rst index b3bb4d8b9..3894e0e2b 100644 --- a/docs/source/widgets/slider.rst +++ b/docs/source/widgets/slider.rst @@ -5,3 +5,7 @@ PyDMSlider .. autoclass:: pydm.widgets.slider.PyDMSlider :members: :show-inheritance: + + +.. note:: + See `QFrame Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/spinbox.rst b/docs/source/widgets/spinbox.rst index f992a6223..9feae8efc 100644 --- a/docs/source/widgets/spinbox.rst +++ b/docs/source/widgets/spinbox.rst @@ -5,3 +5,7 @@ PyDMSpinbox .. autoclass:: pydm.widgets.spinbox.PyDMSpinbox :members: :show-inheritance: + + +.. note:: + See `QDoubleSpinBox Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/tab_widget.rst b/docs/source/widgets/tab_widget.rst index 3065d93b3..9c189a5a3 100644 --- a/docs/source/widgets/tab_widget.rst +++ b/docs/source/widgets/tab_widget.rst @@ -34,3 +34,7 @@ API Documentation .. autoclass:: pydm.widgets.tab_bar.PyDMTabWidget :members: :show-inheritance: + + +.. note:: + See `QTabWidget Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/template_repeater.rst b/docs/source/widgets/template_repeater.rst index 29ae3a331..efdba7dfc 100644 --- a/docs/source/widgets/template_repeater.rst +++ b/docs/source/widgets/template_repeater.rst @@ -6,5 +6,6 @@ PyDMTemplateRepeater :members: :show-inheritance: + .. note:: See `QFrame Documentation `_ for all inherited properties and methods. \ No newline at end of file diff --git a/docs/source/widgets/waveformtable.rst b/docs/source/widgets/waveformtable.rst index ec59a2871..07bdb96e9 100644 --- a/docs/source/widgets/waveformtable.rst +++ b/docs/source/widgets/waveformtable.rst @@ -5,3 +5,7 @@ PyDMWaveformTable .. autoclass:: pydm.widgets.waveformtable.PyDMWaveformTable :members: :show-inheritance: + + +.. note:: + See `QTableWidget Documentation `_ for all inherited properties and methods. \ No newline at end of file