Create docstrings for all functions present in Aviary API
Desired capability or behavior.
All Aviary functions accessible through the API need to have complete and properly formatted docstrings (numpy format), and show up in the docs on the page that automates documenting functions. Ideally every Aviary function should have docstrings to help developers - it's ok if some minor function/class docstrings are just one-liners, but there at least needs to be something in a docstring format for IDE's to pick up on.
Docstring formatting is described here: https://peps.python.org/pep-0257/, https://numpydoc.readthedocs.io/en/latest/format.html
Is your feature request related to a problem? Please describe.
No response
Associated Bug Report
No response
#508 adds docstrings to most functions & classes. Important docstrings (accessible through api.py) need complete docstrings with attributes, methods, etc. fully documented. Automated docs page that pulls docstrings from everything in api.py is needed.