summaryrefslogtreecommitdiff
path: root/doc/ext/autodoc.rst
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-03-061-0/+9
|\
| * Add warnings that autodoc imports the modules.Georg Brandl2014-03-051-0/+9
* | Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-191-0/+10
* | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-0/+4
* | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+10
|/
* changelog update for PR#136Georg Brandl2013-09-161-6/+5
* Merged in Vladimirsson/sphinx (pull request #136)Georg Brandl2013-09-161-6/+11
|\
| * Added ``imported-members`` option for ``automodule`` directive in autodocBogdan Opanchuk2013-04-201-6/+11
* | autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-3/+13
* | autodoc: document novalue optionJohannes Dewender2013-01-221-2/+11
|/
* Doc change for d7ac5e46307dGeorg Brandl2012-05-081-0/+3
* Make it clearer how autodoc special comments have to be formatted.Georg Brandl2012-03-171-4/+5
* #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