Thomas Cokelaer schrieb: > Hi Georg, > > For completeness, the automodule directive is used as follows inside an > reST file: > > .. automodule:: <full name of the module> > :members: > :undoc-members: > :inherited-members: > :show-inheritance: > :synopsis: Plot functions > > Except for the problem of having the init docstring replaced by the main > docstring of the class, the remaining HTML output is as expected, as far > as I know. I dig a little bit inside the autodoc extension and the > docstring of the __init__ method is read but somehow at some point, it is > replaced by the class's docstring.
Hmm, I've tried to reproduce it with the examples you gave me, but still no luck. Is your Sphinx project publicly available somewhere? Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
