Sphinx autodoc: avoiding duplicates when mixing automatic and explicit members of automodule
I’m trying to organize the contents of a module under subsections. I was surprised to see that section headers are allowed within an automodule
directive, which works well for my purposes. I’m controlling the order of members by inserting explicit autofunction
and autoclass
directives under the correct headings.