-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Is your feature request related to a problem? Please describe.
Currently, class signatures in the documentation are hard to read due to type annotations crowding:
In the example above, there are so many type annotations that it is hard to find the second paramater data
Describe the solution you'd like
Because the parameters are already described in the docstring, I belive that hiding the type annotations would lead to a better documentation. Sometimes less is more. The parameters for the class constructors should be obvious.
Additional context
openjournals/joss-reviews#6016, I do not consider this issue blocking for acceptance. But it would be a good improvement
Reactions are currently unavailable
