Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Add doc page for event plot #1043

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

nstelter-slac
Copy link
Collaborator

@nstelter-slac nstelter-slac commented Oct 20, 2023

Adding missing doc page for PyDMEventPlot

Now doc page should be present for all the pydm widgets we export:
(from pydm/widgets/init.py)
all = [
"PyDMChannel",
"PyDMByteIndicator",
"PyDMCheckbox",
"PyDMDrawingLine",
"PyDMDrawingRectangle",
"PyDMDrawingTriangle",
"PyDMDrawingEllipse",
"PyDMDrawingCircle",
"PyDMDrawingArc",
"PyDMDrawingPie",
"PyDMDrawingChord",
"PyDMDrawingImage",
"PyDMDrawingPolyline",
"PyDMDrawingPolygon",
"PyDMDrawingIrregularPolygon",
"PyDMEmbeddedDisplay",
"PyDMEnumComboBox",
"PyDMImageView",
"PyDMLabel",
"PyDMLineEdit",
"PyDMPushButton",
"PyDMRelatedDisplayButton",
"PyDMShellCommand",
"PyDMSlider",
"PyDMSpinbox",
"PyDMSymbol",
"PyDMWaveformTable",
"PyDMScaleIndicator",
"PyDMTimePlot",
"PyDMArchiverTimePlot",
"PyDMWaveformPlot",
"PyDMScatterPlot",
"PyDMEventPlot",
"PyDMTabWidget",
"PyDMTemplateRepeater",
"PyDMNTTable",
]

@nstelter-slac nstelter-slac marked this pull request as draft October 20, 2023 04:05
@nstelter-slac nstelter-slac linked an issue Oct 20, 2023 that may be closed by this pull request
@jbellister-slac jbellister-slac marked this pull request as ready for review October 24, 2023 17:49
@jbellister-slac jbellister-slac merged commit 5a653c8 into slaclab:master Oct 24, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PyDMEventPlot is missing documentation
2 participants