Open
Description
The way dataclasses are rendered is long and not super compact:
This has to do with the template that we're using:
There are probably different ways this can be tweaked. If we remove the template, the default rendering is more compact:
but it comes with other issues like the __init__
being displayed twice. And the docstring of each attribute is truncated after the first .
, which isn't good.