machow / quartodoc

Generate API documentation with quarto
https://machow.github.io/quartodoc
MIT License
154 stars 18 forks source link

Renderer: show class bases #224

Open machow opened 11 months ago

machow commented 11 months ago

For class documentation, let's add an option to render the inheritance chain (and set it True by default).

Here is where it lives on the object:

from quartodoc import get_object

obj = get_object("quartodoc.MdRenderer")
obj.bases
machow commented 10 months ago

Here is what it looks like:

image