OceanNetworksCanada / api-python-client

Provides easy access to ONC data in Python
https://oceannetworkscanada.github.io/api-python-client/
Apache License 2.0
10 stars 9 forks source link

Issue 9 add docstrings for discovery methods #21

Closed Renfu-Li closed 10 months ago

Renfu-Li commented 10 months ago

Related to issue #9 and issue #7

Added numpy-style docstrings for discovery methods in onc.py to improve the documentation.

All jobs passed after I manually triggered the "Formatting, Linting and Testing" workflow in my forked repo.

kan-fu commented 10 months ago

LGTM. Thanks for your work.