Skip to content

Commit

Permalink
Merge pull request #205 from GreenBankObservatory/196_selection_class
Browse files Browse the repository at this point in the history
196 selection class
  • Loading branch information
mpound authored Mar 6, 2024
2 parents 6e8596f + 95d16b4 commit b29861e
Show file tree
Hide file tree
Showing 12 changed files with 22,332 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: check-toml
- id: check-added-large-files
args:
- '--maxkb=1024'
- '--maxkb=1024000'
- id: debug-statements
- id: detect-private-key
- id: mixed-line-ending
Expand Down
5 changes: 5 additions & 0 deletions docs/source/modules/dysh.util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Utility classes and functions
:undoc-members:
:show-inheritance:

.. automodule:: dysh.util.selection
:members:
:undoc-members:
:show-inheritance:

.. automodule:: dysh.util.core
:members:
:undoc-members:
Expand Down
Loading

0 comments on commit b29861e

Please sign in to comment.