Mike Lewis schrieb: > I've been trying to use autodocs tonight and I have run into some > issues with autoattribute and doc strigns for it. > > I'm was using > > .. autoclass:: > :members: > > And it seemed to be extracting the attribute doc strings alright, but > when I tried to do explicit .. autoattribute:: for the attributes I > wanted (wanted to reorder tehm and add some headings and whatnot) > that's where it went wrong > > For example, I'm documenting an attribute that's an SQLAlchemy column. > > With .. autoattribute:: I get this as the description > > Public-facing descriptor, placed in the mapped class dictionary. > > But without specifying that I get the correct doc-strings.
That's odd; I'll investigate this with SQLAlchemy mapper classes and see if I can find out where to put the blame :) cheers, Georg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
