summaryrefslogtreecommitdiff
path: root/doc/ext/autodoc.rst
Commit message (Expand)AuthorAgeFilesLines
* #431: Doc comments for attributes can now be given on the same line as the as...Georg Brandl2011-01-151-3/+12
* merge with 1.0Georg Brandl2011-01-091-2/+2
|\
| * Clarification.Georg Brandl2011-01-081-2/+2
* | Fix-up half-sentence.Georg Brandl2011-01-031-1/+2
* | #564: Add :confval:`autodoc_docstring_signature` which retrieves the signatur...Georg Brandl2011-01-031-0/+13
* | #520: Provide ``special-members`` option for autodoc directives.Georg Brandl2011-01-031-4/+12
* | #176: Provide ``private-members`` option for autodoc directives.Georg Brandl2011-01-031-10/+20
* | autodoc's docstring/special-comment detection works for instance attributes tooChris Rebert2010-10-021-3/+10
|/
* #469: document __all__ ordering in members.Georg Brandl2010-08-051-0/+3
* #481, #482: fix ``.name`` reference matching.Georg Brandl2010-08-051-19/+21
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-18/+18
* A bit more tutorial.Georg Brandl2010-03-141-0/+3
* #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-2/+8
* Added ``autodoc_default_flags`` config value, which can be usedGeorg Brandl2010-02-211-0/+18
* Note that member docstrings need to be reST as well.Georg Brandl2009-09-091-0/+3
* Fix markup.Georg Brandl2009-09-091-1/+1
* Clarify docs of automodule options.Georg Brandl2009-09-091-8/+14
* Clarify and fix typo.Georg Brandl2009-06-161-3/+3
* Autodoc can now exclude single members from documentationGeorg Brandl2009-03-151-0/+6
* Autodoc can now order members either alphabetically (like previously) or by m...Georg Brandl2009-02-271-0/+14
* Remove docs for removed automodule_skip_lines setting.Georg Brandl2009-02-271-13/+0
* Fix #93: note that show-inheritance works with automodule.Georg Brandl2009-02-151-3/+5
* merge with trunkGeorg Brandl2009-01-221-0/+7
|\
| * merge with 0.5Georg Brandl2009-01-221-0/+18
| |\
| * | A bit of clarification about where Sphinx finds autodoced modules.Georg Brandl2009-01-221-0/+7
* | | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-1/+1
| |/ |/|
* | Document how autodoc with attributes works.Georg Brandl2009-01-061-0/+18
|/
* Allow skipping members by event.georg.brandl2008-11-021-0/+28
* #3422: allow changing the signature of functions via a new hook.georg.brandl2008-07-291-4/+27
* automodule now supports module options.georg.brandl2008-07-081-0/+5
* Merged revisions 64642-64643,64698 via svnmerge fromgeorg.brandl2008-07-041-0/+11
* Add general docstring processing support with a new event in autodoc.georg.brandl2008-06-221-0/+37
* Support :noindex: in autodoc directives.georg.brandl2008-06-221-0/+7
* Support inheritance display in autoclass, thanks to mdboom.georg.brandl2008-06-171-40/+46
* Clarify docs for auto directive options.georg.brandl2008-05-231-3/+17
* Minor enhancements to generate_rst.georg.brandl2008-05-061-4/+6
* added support for explicit signatures in callablesarmin.ronacher2008-05-061-0/+11
* Rename version to 0.3.georg.brandl2008-05-041-2/+2
* #2726: allow selecting what gets inserted into an autoclass directive.georg.brandl2008-05-041-1/+18
* #2656: autodoc now skips inherited members unless the :inherited-members: fla...georg.brandl2008-05-041-0/+4
* Add note about __module__ checking.georg.brandl2008-04-131-0/+7
* Add documentation for autodoc.georg.brandl2008-03-141-0/+93
* Some more documentation.georg.brandl2008-03-121-0/+5