Hello, I am trying to use the autodoc extension together with viewcode. My hope is to have Sphinx include a link to the code for an entire module in my documentation.
If I use the 'automodule' directive by itself, Sphinx extracts the doc string for the module but does not include an html link to the module source. If, however, I add the ":members:" option to the automodule directive, Sphinx generates the documentation for all of the module's members, and that documentation has links to the source. I also get links to the source if I use the autoclass directive. Why won't viewcode generate a link to the module source code? Thanks in advance for the help! -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
