pdoc3 / pdoc

:snake: :arrow_right: :scroll: Auto-generate API documentation for Python projects
https://pdoc3.github.io/pdoc/
GNU Affero General Public License v3.0
1.11k stars 143 forks source link

feat: separate class and static methods in html.mako #430

Closed JPHutchins closed 7 months ago

JPHutchins commented 7 months ago

Fixes #126

I'm afraid I don't know much about Mako, so I didn't add class method sections PDF or text.

Future discussion: IMO, the ordering of method sections should go from most-specific to least-specific:

There is one failing test on my local but it seems unrelated to this change, please LMK!

Cheers, JP

JPHutchins commented 7 months ago

https://github.com/mitmproxy/pdoc#pdoc-vs-pdoc3