[sphinx-dev] autodoc_docstring_signature

2012-09-01 Thread geoff9399
I'm trying to use' autodoc_docstring_signature = True' in conf.py, but it has no effect on documenting my classes implemented using the C API. I can't seem to find an example... Here is my C doc string. PyDoc_STRVAR(propertyDoc, BoolProperty(name, label, initValue=False)\n \n

[sphinx-dev] autodoc_docstring_signature

2012-09-01 Thread Geoffrey Philbrick
autodoc_docstring_signature does not work for constructors of C classes (the documentation is clear that it only works for functions and methods). It works fine for the methods of the class in my examples. Is there any way to get it to work for the constructors also? Thanks, Geoff -- You