[issue2726] Autodoc's autoclass directive should include constructor docstring

2008-05-07 Thread Abhik Shah
Abhik Shah <[EMAIL PROTECTED]> added the comment: Works great.. Thanks! On Sun, May 4, 2008 at 5:38 AM, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Georg Brandl <[EMAIL PROTECTED]> added the comment: > > Okay, I added a config value ("autoclass_content&q

[issue2726] Autodoc's autoclass directive should include constructor docstring

2008-04-30 Thread Abhik Shah
New submission from Abhik Shah <[EMAIL PROTECTED]>: The autoclass directive adds the class constructor's argspec to the header and shows the class docstring below it but doesn't add the constructor's docstring. I usually use the class docstring to describe the class