-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
The CSS for the autogenerated class documentation is not very useable - http://python.dronekit.io/automodule.html
Consider the example below:
- It is hard to visually distinguish the second class
- it is hard to work out which functions belong to which class, and functions are just as easy to see as classes so "hide" them
- the parameters (and returns) are more bold than classes classes, hence distracting.
The solution is probably to make classes a little more prominent. Indent any description text for them. Further indent any associated attributes, documentation, functions etc. They might perhaps be a little larger, and function parameters a little smaller.
In addition there is not enough space after tables:
Reactions are currently unavailable

