DasIch writes:

autodoc is a sphinx extension and it doesn't generate restructured text so I suppose that nobody has really given it some thought.

It seems to me after a quick reading of the code that it does
At least internally, this is from Documenter.generate:

-----------

   def generate(self, more_content=None, real_modname=None,
                check_module=False, all_members=False):
       """
Generate reST for the object given by *self.name*, and possibly members.

If *more_content* is given, include that content. If *real_modname* is given, use that module name to find attribute docs. If *check_module* is True, only generate if the object is defined in the module name it is
       imported from. If *all_members* is True, document all members.
       """


-----------


--
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.

Reply via email to