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
I noticed whilst trouble shooting the Sphinx documentation builds that the API reference has attributes listed for each class but that these do not have descriptions.
I noticed whilst trouble shooting the Sphinx documentation builds that the API reference has attributes listed for each class but that these do not have descriptions.
These can be added as per PEP0258 - Attribute Docstring.
We should apply these across the code base to improve our documentation for those who work on the codebase in the future (including ourselves).
The text was updated successfully, but these errors were encountered: