Skip to content

Commit

Permalink
further consolidate text in api.acoustics.rst with module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Nov 21, 2024
1 parent f1de845 commit afc9a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mhkit/acoustics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
are available directly from the main import, while the
I/O and graphics submodules are available from
``acoustics.io`` and ``acoustics.graphics``, respectively.
The base functions are intended to be used on top of the I/O submodule, and
include functionality to calibrate data, create spectral densities, sound
pressure levels, and time or band aggregate spectral data.
"""

from mhkit.acoustics import io, graphics
Expand Down

0 comments on commit afc9a28

Please sign in to comment.