Hi Georg, Thanks for looking at this issue. Unfortunately, the documentation is not yet public and the project is not small and trivial to install. I will look at the __init__ file again later. I know that the option autoclass_content works and this is already something good to know.
This may be related to my configuration file. I will try with a simple one and see if it works. I let you know anyway once I succeed to parse the init. cheers Thomas > > 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 > > > > -- Dr Thomas Cokelaer UMR DAP Avenue d'Agropolis - TA A-96/02 (Bat 2) 34398 Montpellier Cedex 5 Tel: 04 67 71 58 00 (ask number 5471) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
