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

fix(doc): action functions must use action_function docstring, and non-action functions must not #312

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

c-dilks
Copy link
Member

@c-dilks c-dilks commented Nov 26, 2024

In particular:

  • PhotonGBTFilter::Filter is not an action function, by definition
  • ExampleAlgorithm::Filter is an action function

cc. @dglazier, #310 (comment)

…non-action functions must not

In particular:
- `PhotonGBTFilter::Filter` is _not_ an action function, by definition
- `ExampleAlgorithm::Filter` _is_ an action function
@c-dilks c-dilks merged commit f1c7259 into main Nov 27, 2024
45 checks passed
@c-dilks c-dilks deleted the fix-action-doc branch November 27, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant