Hi,

I'm trying to document a package with the help of autodoc. In my conf.py I
have set the option 'autoclass_content="both"' so that class constructor
docstrings appear under the signatures. However, there are a couple of
cases where I want to use an autoclass definition but not have the
constructor docstring appear below the signature; I want the behaviour that
'autoclass_content="class"' would give. Is there any way to override this
setting for a particular autoclass definition (like there is with the
member-order option)?

Thanks,
Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to