You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! I didn't understanding sphinx-autodoc well enough, and I thought I had to declare the docstrings on the class-level definitions. #170 should fix.
Why is it necessary to define the same property in some cases both at the class level and inside the constructor? For instance:
stac-asset/src/stac_asset/http_client.py
Line 25 in 6f7f12c
stac-asset/src/stac_asset/http_client.py
Line 42 in 6f7f12c
Isn't this redundant? Could docstring be added solely to the constructor instead?
It lacks consistency; for instance, the sas_token_endpoint is only defined within a constructor for
PlanetaryComputerClient
.The text was updated successfully, but these errors were encountered: