[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") in r62697. Let me > know what you thin

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

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Okay, I added a config value ("autoclass_content") in r62697. Let me know what you think! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[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 and the constructor's doc