summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * If an autodoc object cannot be imported, always re-read the document and ↵Georg Brandl2011-01-071-0/+4
| | | | | | | | show the full traceback of the import error.
* | merge with 1.0Georg Brandl2011-01-061-0/+4
|\ \ | |/
| * #568: Fix lookup of class attribute documentation on descriptors so that ↵Georg Brandl2011-01-061-0/+11
| | | | | | | | | | | | comment documentation now works. Needed to port assignment of ``self.parent`` from trunk.
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | merge with 1.0Georg Brandl2011-01-041-3/+8
|\ \ | |/
| * #567: Emit the ``autodoc-process-docstring`` event even for objects without ↵Georg Brandl2011-01-031-3/+8
| | | | | | | | a docstring so that it can add content.
* | Fix docstring preparation with included signature: ignore indentation of two ↵Georg Brandl2011-01-041-7/+7
| | | | | | | | lines when looking for the signature.
* | #564: Add :confval:`autodoc_docstring_signature` which retrieves the ↵Georg Brandl2011-01-031-4/+51
| | | | | | | | signature from the first line of the docstring, if it is found there.
* | #520: Provide ``special-members`` option for autodoc directives.Georg Brandl2011-01-031-5/+14
| |
* | #176: Provide ``private-members`` option for autodoc directives.Georg Brandl2011-01-031-5/+7
| |
* | merge with 1.0Georg Brandl2011-01-031-2/+2
|\ \ | |/
| * Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-2/+2
| | | | | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version.
* | merge with 1.0Georg Brandl2010-10-221-1/+1
|\ \ | |/
| * #544: Allow ``.pyw`` as a source file extension.Georg Brandl2010-10-221-1/+1
| |
* | Docstring harmonization.Georg Brandl2010-08-221-35/+33
| |
* | Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3Daniel Neuhäuser2010-06-191-18/+39
| |
* | test if decoding is required firstDaniel Neuhäuser2010-06-031-2/+5
| |
* | test_autodoc.test_get_doc now passesDaniel Neuhäuser2010-05-241-6/+11
| |
* | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-9/+4
|/
* Added ``exclude`` argument to :func:`.autodoc.between`. From ↵Georg Brandl2010-06-121-5/+6
| | | | http://bitbucket.org/mfperzel/sphinx-additions.
* merge with trunkGeorg Brandl2010-04-171-1/+4
|\
| * merge with 0.6Georg Brandl2010-04-171-1/+4
| |\
| | * #376: In autodoc, fix display of parameter defaults containing backslashes.Georg Brandl2010-04-071-1/+4
| | |
* | | merge with trunkGeorg Brandl2010-04-061-0/+1
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-04-061-0/+1
| |\ \ | | |/
| | * #362: In autodoc, check for the existence of ``__self__`` on function ↵Georg Brandl2010-04-041-0/+1
| | | | | | | | | | | | objects before accessing it.
* | | merge with trunkGeorg Brandl2010-02-281-9/+9
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-02-281-7/+7
| |\ \ | | |/
| | * In autodoc, fix the omission of some module members explicitly documented ↵Georg Brandl2010-02-281-7/+7
| | | | | | | | | | | | using documentation comments.
* | | #187: Added support for source ordering of members in autodoc, with ↵Georg Brandl2010-02-281-3/+10
| | | | | | | | | | | | ``autodoc_member_order = 'bysource'``.
* | | merge with trunkGeorg Brandl2010-02-271-7/+20
|\ \ \ | |/ /
| * | merge with 0.6Georg Brandl2010-02-211-8/+7
| |\ \ | | |/
| | * In autodoc, allow customizing the signature of an object via ↵Georg Brandl2010-02-211-10/+8
| | | | | | | | | | | | autodoc-process-signature where the built-in mechanism fails.
| * | Added ``autodoc_default_flags`` config value, which can be usedGeorg Brandl2010-02-211-0/+13
| | | | | | | | | | | | to select default flags for all autodoc directives.
* | | Rename doc_read_data to temp_data, which reflects better what it does.Georg Brandl2010-01-171-10/+10
| | |
* | | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-1/+1
| | |
* | | merge with trunkGeorg Brandl2010-01-171-1/+2
|\ \ \ | |/ /
| * | Refactor util package.Georg Brandl2010-01-171-1/+2
| | |
* | | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-10/+10
| | |
* | | merge with trunkGeorg Brandl2010-01-071-5/+46
|\ \ \ | |/ /
| * | #280: Autodoc can now document instance attributes assigned in ``__init__`` ↵Georg Brandl2010-01-031-5/+46
| | | | | | | | | | | | methods.
* | | merge with trunkGeorg Brandl2010-01-021-15/+15
|\ \ \ | |/ / |/| |
| * | merge with trunkGeorg Brandl2009-11-091-1/+3
| |\ \
| * \ \ merge with trunkGeorg Brandl2009-10-261-4/+11
| |\ \ \
| * | | | autodoc: generate directives including domain name.Georg Brandl2009-09-071-1/+3
| | | | |
| * | | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
* | | | | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Happy new year!Georg Brandl2010-01-011-1/+1
| | | |
* | | | merge with 0.6Georg Brandl2009-11-091-1/+3
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |