supriya-project / uqbar

Tools for building documentation with Sphinx, Graphviz and LaTeX
https://supriya-project.github.io/uqbar
MIT License
13 stars 7 forks source link

Treat Enums specially in documenter classes #28

Closed josiah-wolf-oberholtzer closed 3 years ago

josiah-wolf-oberholtzer commented 5 years ago

Enumerations are formatted with both all of their field members (via .. autoclass::) and with a summary table including all of those field members a second time. This seems excessive visually. Exclude the field members from the autosummary table.