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

DM-34921: The documentation for BPS plugins is missing from pipelines.lsst.io #6

Merged
merged 2 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changes/DM-34921.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing __all__ statement to make the documentation render properly at https://pipelines.lsst.io.
4 changes: 4 additions & 0 deletions python/lsst/ctrl/bps/panda/panda_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.


__all__ = ["PanDAService", "PandaBpsWmsWorkflow"]


import binascii
import concurrent.futures
import logging
Expand Down