Restructuring the stdlib docs

Also:

(Sphinx autoapi recently implemented this, but switching to that would probably be too big of a migration.)

Sphinx autosummary / autogen can also be used to generate one page per function / class. Example

(autosummary has also been tried to create summary tables for the pathlib docs.)

1 Like