Skip to content

u/lskelvin/DM-36616: LSK doc string edits to histPlot #78

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added doc/_static/analysis_tools/histPlotExample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions doc/lsst.analysis.tools/currentActions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
===============
Current Actions
===============

Here is a list of the current actions implemented in ``analysis tools``, please look at these carefully before
adding new actions to avoid duplication.

Plot actions are covered in a separate :doc:`section <currentPlots>`.

Vector Actions
==============

.. automodapi:: lsst.analysis.tools.actions.vector
:no-inheritance-diagram:
:no-inherited-members:
:skip: ConfigurableActionField
:skip: ConfigurableActionStructField
:skip: DictField
:skip: Field
:skip: Vector
:skip: VectorAction

Scalar Actions
==============

.. automodapi:: lsst.analysis.tools.actions.scalar
:no-inheritance-diagram:
:no-inherited-members:
:skip: ChoiceField
:skip: Field
:skip: Scalar
:skip: ScalarAction
:skip: Vector

9 changes: 9 additions & 0 deletions doc/lsst.analysis.tools/currentPlots.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Current Plot Types
==================
Details of current plot types are here, these plots are all in ``python/lsst/analysis/tools/actions/plot`` and
can all be found on `github <https://github.com/lsst/analysis_tools/blob/main/python/lsst/analysis/tools/actions/plot/>`__.


.. automodapi:: lsst.analysis.tools.actions.plot
:no-inheritance-diagram:
:no-inherited-members:
Loading