Changes and updates to audio and database modules
@bpadovese , please review the following modules,
- audio_processing.axis.py
- audio_processing.image.py
- audio_processing.audio_processing.py
For each module,
- Review method interfaces and docstrings
- is it clear what the method does?
- is the meaning of the input arguments clearly explained?
- are variables named in an intuitive and consistent way?
-
Test the docstring examples with the command
pytest ketos/audio_processing/image.py --doctest-modules --ignore=docs
-
Build the Sphinx html documentation and inspect the docstring examples in the browser