Excerpts from Fernando Perez's message of Mon Jan 04 17:23:16 -0500 2010: > Howdy, > > On Tue, Nov 10, 2009 at 7:57 AM, Edward Z. Yang > <[email protected]> wrote: > > The way I currently work around this is as follows: > > > > class Foo: > > #: yes can haz instance attribute docstring > > bar = None > > Sorry to be dense: does this require something special to be toggled > in sphinx, conf.py or somewhere else? I just tried adding such '#:' > comment markers to ipython's sources, but I'm still not seeing any > special info in the generated API docs. Is it supposed to work 'out > of the box'?
My impression is that this should happen by default. You are using the autodoc sphinx extension, correct? Cheers, Edward -- 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.
