merge with trunk

This commit is contained in:
Jacob Mason
2010-08-14 12:16:38 -05:00
9 changed files with 25 additions and 10 deletions

View File

@@ -84,6 +84,9 @@ inserting them into the page source under a suitable :rst:dir:`py:module`,
will document all non-private member functions and properties (that is,
those whose name doesn't start with ``_``).
For modules, ``__all__`` will be respected when looking for members; the
order of the members will also be the order in ``__all__``.
You can also give an explicit list of members; only these will then be
documented::