Hi,

I've been developing a new set of features for autodoc, namely
auto attribute documentation.  This is now merged to trunk, and
I'd like to invite everyone to test the changes with your projects.

If you have no documented attributes, there should be no change
in output.

"Documented" attributes are attributes that have a "doc comment"
before them, like this:

#: doc comment
a = 1

or a docstring below them, like this:

a = 1
"docstring for a"

They are recognized on module level and in classes.

There are no docs for this yet, I'll add them soon.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to