summaryrefslogtreecommitdiff
path: root/tests/test_autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* Py3 fix.Georg Brandl2014-11-071-2/+2
* merge with stableGeorg Brandl2014-11-071-8/+20
|\
| * Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-071-8/+20
* | fix trailing space and long lineshimizukawa2014-10-091-4/+8
* | Complete test suite overhaul.Georg Brandl2014-09-211-1/+1
* | Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-13/+13
* | merge with stableshimizukawa2014-07-131-11/+51
|\ \ | |/ |/|
| * * add test and code comment for pull request #157shimizukawa2014-06-141-0/+47
| * merge with stableshimizukawa2014-06-091-11/+4
| |\
| | * remove 'six' name except importing line.shimizukawa2014-04-301-2/+2
| | * introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-4/+2
| | * Update copyright year.Georg Brandl2014-03-011-8/+3
| | |\
| | | * Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-0/+16
| | | * merge headsshimizukawa2014-01-151-0/+14
| | | |\
| | | * | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-8/+3
* | | | | * In autodoc, fix display of parameter defaults containing backslashes. Close...shimizukawa2014-07-021-0/+6
|/ / / /
* | | | * Fix exception on Python3 if nonexistent method is specified by automethod. ...shimizukawa2014-06-091-0/+3
|/ / /
* | | Update copyright year.Georg Brandl2014-03-011-1/+1
* | | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-0/+16
| |/ |/|
* | Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...shimizukawa2014-01-021-0/+14
|/
* Fix: autodoc class __init__ override not removed from docstring. Closes #1138shimizukawa2013-12-091-0/+33
* Test suite quickfix.Georg Brandl2013-09-161-0/+1
* Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)Georg Brandl2013-09-161-0/+1
|\
| * autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-1/+1
| * fix tests for autodoc novalue optionJohannes Dewender2013-01-241-0/+1
* | test suite fixesGeorg Brandl2013-04-011-1/+2
* | tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+4
* | Fix overlong lines.Georg Brandl2013-03-311-1/+2
* | Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4).shimizukawa2013-02-031-0/+18
* | Closes #1062: sphinx.ext.autodoc use __init__ method signature for class sign...shimizukawa2013-02-031-0/+14
* | test refactoring: use with_setup for all test_autodoc.py's testsshimizukawa2013-02-031-13/+22
* | add test for pull request #111: Respect add_autodoc_attrgetter() even when in...shimizukawa2013-02-031-0/+42
|/
* fix: autodoc documented descriptor class as attributeshimizukawa2013-01-121-0/+11
* Issue #1069: Add failing test for signature formatting of "partial" functions...Jonathan Waltman2013-01-091-0/+14
* Add basic debugging support for autodoc.Jonathan Waltman2013-01-051-2/+2
* Copyright update.Georg Brandl2013-01-011-1/+1
* autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-081-0/+45
* Closes #617: Fix docstring preparation without included signature: only ignor...Jon Waltman2012-09-161-0/+13
* #431: Doc comments for attributes can now be given on the same line as the as...Georg Brandl2011-01-151-0/+2
* #437: autodoc now shows values of class data attributes.Georg Brandl2011-01-081-1/+24
* Support for autodocumenting partial functions.?ukasz Langa2011-01-081-3/+32
* merge with 1.0Georg Brandl2011-01-071-0/+18
|\
| * merge with 1.0Georg Brandl2011-01-061-0/+18
| |\
| | * merge with 1.0Georg Brandl2011-01-041-1/+1
| | |\
| | * | Fix docstring preparation with included signature: ignore indentation of two ...Georg Brandl2011-01-041-2/+2
| | * | #564: Add :confval:`autodoc_docstring_signature` which retrieves the signatur...Georg Brandl2011-01-031-0/+16
| | * | #520: Provide ``special-members`` option for autodoc directives.Georg Brandl2011-01-031-0/+1
| | * | #176: Provide ``private-members`` option for autodoc directives.Georg Brandl2011-01-031-0/+1
* | | | Fix test_autodoc.Georg Brandl2011-01-071-0/+1
|/ / /
* | | #568: Fix lookup of class attribute documentation on descriptors so that comm...Georg Brandl2011-01-061-0/+14
| |/ |/|