Use automodule twice on the same module
I have a module in a Python package that I’m documenting with Sphinx. Lets say it has the two functions module.function_a
and module.function_b
(there are more function and classes in my actual case). I want to structure the docs and use automodule twice, that is, I have one rst file containing