Sphinx’s autodoc’s automodule having apparently no effect
I am running Sphinx on a rst
file containing automodule
but it does not seem to have any effect.
I am running Sphinx on a rst
file containing automodule
but it does not seem to have any effect.
I’m trying to use Sphinx to document a 5,000+ line project in Python. It has about 7 base modules. As far as I know, In order to use autodoc I need to write code like this for each file in my project:
I have a module that goes something like this: