Do we have a convention for documenting attributes...
# development
b
Do we have a convention for documenting attributes in dataclasses? e.g. using a docstring after the attribute line, or just having an
__init__
-style docstring at the class level?
h
class docstring. If you have a custom init, then there
b
sg
h
We haven't been disciplined doing the whole param thing for class docstring. It's kinda more prose style A big improvement we want to make to plugin API is to generate docs probably via Sphinx, so we'll eventually need to figure it out tho