summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #836: catch AttributeError when retrieving __dict__ attribute.Georg Brandl2012-03-101-3/+7
* Correctly treat built-in method (method descriptors) as methodsJulian Andres Klode2011-05-041-1/+2
* Fix #718: "pass" is not a good way to exit a function.Georg Brandl2011-09-211-1/+1
* Closes #671: new autodoc features: :special-members: and :private-members: sh...Georg Brandl2011-05-151-17/+31
* Make check.Georg Brandl2011-01-151-1/+2
* #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-5/+50
* merge with https://bitbucket.org/langacore/sphinxGeorg Brandl2011-01-081-2/+2
|\
* | Removed unnecessary \?ukasz Langa2011-01-081-1/+1
* | getargspec moved to sphinx.util.inspect?ukasz Langa2011-01-081-31/+2
|\ \ | |/
* | Support for autodocumenting partial functions.?ukasz Langa2011-01-081-5/+35
|/
* merge with 1.0Georg Brandl2011-01-071-83/+156
|\
| * merge with 1.0Georg Brandl2011-01-061-83/+156
| |\
| | * merge with 1.0Georg Brandl2011-01-041-1/+1
| | |\
| | * \ merge with 1.0Georg Brandl2011-01-041-83/+163
| | |\ \
| | | * | Fix docstring preparation with included signature: ignore indentation of two ...Georg Brandl2011-01-041-7/+7
| | | * | #564: Add :confval:`autodoc_docstring_signature` which retrieves the signatur...Georg Brandl2011-01-031-4/+51
| | | * | #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-70/+92
| | | |\ \
| | | | * \ merge with 1.0Georg Brandl2010-10-221-1/+1
| | | | |\ \
| | | | * | | Docstring harmonization.Georg Brandl2010-08-221-35/+33
| | | | * | | Implemented sphinx.ext.autodoc.MethodDocumenter.import_object for python3DasIch2010-06-191-18/+39
| | | | * | | test if decoding is required firstDasIch2010-06-031-2/+5
| | | | * | | test_autodoc.test_get_doc now passesDasIch2010-05-241-6/+11
| | | | * | | Add a constant for class types, which lacks types.ClassType in Py3k.Georg Brandl2010-07-281-9/+4
* | | | | | | Refactoring: do not hardcode "automodule" directive name when looking how to ...Georg Brandl2011-01-071-1/+4
* | | | | | | If an autodoc object cannot be imported, always re-read the document and show...Georg Brandl2011-01-071-0/+4
|/ / / / / /
* | | | | | #568: Fix lookup of class attribute documentation on descriptors so that comm...Georg Brandl2011-01-061-0/+11
| |_|_|_|/ |/| | | |
* | | | | New year update.Georg Brandl2011-01-041-1/+1
|/ / / /
* | | | #567: Emit the ``autodoc-process-docstring`` event even for objects without a...Georg Brandl2011-01-031-3/+8
|/ / /
* | | Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-2/+2
| |/ |/|
* | #544: Allow ``.pyw`` as a source file extension.Georg Brandl2010-10-221-1/+1
|/
* Added ``exclude`` argument to :func:`.autodoc.between`. From http://bitbucke...Georg Brandl2010-06-121-5/+6
* 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-19/+27
|\ \ \ | |/ / |/| |
| * | merge with trunkGeorg Brandl2010-02-281-19/+27
| |\ \
| | * | #187: Added support for source ordering of members in autodoc, with ``autodoc...Georg Brandl2010-02-281-3/+10
| | * | merge with trunkGeorg Brandl2010-02-271-15/+16
| | |\ \
| | | * | 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
| | | |\ \
| | | * | | Change naming convention in doc_read_data to "domain:key".Georg Brandl2010-01-131-10/+10
| | | * | | merge with trunkGeorg Brandl2010-01-071-15/+15
| | | |\ \ \
| | | | * \ \ merge with trunkGeorg Brandl2010-01-021-1/+1
| | | | |\ \ \
| | | | * \ \ \ 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