-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
Milestone
Description
Currently, we render parameters, etc.. as tables. This causes issues with wrapping, since everything has to be on the same line.
In contrast, themes like the sphinx pydata theme use description lists for the structure of the rendered docstrings (see below).
Let's extend the MdRenderer to use descriptions lists:
- Let's subclass it to start.
- Let's extender
_render_tableto produce description lists - Let's extend the section renderers to also produce description lists
One challenge is there's some degree of nesting here (the parameters section itself is a description list, and its table of parameters is also a description list).
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
