summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-1/+1
* Merged in shimizukawa/sphinx-remove-complex-method-distinguishing (pull reque...Takayuki Shimizukawa2014-06-151-36/+19
|\
| * * remove PY3 importingshimizukawa2014-06-101-1/+1
| * * remove complex distinguishing method/classmethod/staticmethod approachshimizukawa2014-06-091-35/+18
* | * add test and code comment for pull request #157shimizukawa2014-06-141-1/+4
* | Merged in David_Ham/sphinx (pull request #157)Takayuki Shimizukawa2014-06-141-1/+15
|\ \ | |/ |/|
| * mergedavid ham2014-03-281-1/+15
| |\
| | * mergedavid ham2014-03-281-23/+78
| | |\
| | * | Create a derivative of the DocstringSignatureMixin which stripsdavid ham2013-08-121-1/+15
* | | | merge with stableshimizukawa2014-06-091-16/+50
|\ \ \ \
| * | | | delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-011-1/+2
| * | | | remove 'six' name except importing line.shimizukawa2014-04-301-6/+5
| * | | | use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-6/+6
| * | | | use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-3/+4
| * | | | introduce the six module and reduce sphinx.util.pycompat implementation. refs...shimizukawa2014-04-291-5/+5
| |/ / /
| * | | Update copyright year.Georg Brandl2014-03-011-6/+39
| |\ \ \ | | |_|/ | |/| |
| | * | MergeDmitry Shachnev2014-01-221-2/+3
| | |\ \
| | | * | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
| | * | | MergeDmitry Shachnev2014-01-201-4/+4
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-4/+4
| | * | | mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-10/+11
| | * | | Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+32
| | |\ \ \ | | | |/ / | | |/| |
| | | * | autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+32
| | * | | merge headsshimizukawa2014-01-151-6/+16
| | |\ \ \
| | * | | | Drop python-2.5 and remove 2.4,2.5 support codesshimizukawa2013-12-151-2/+2
* | | | | | * Fix exception on Python3 if nonexistent method is specified by automethod. ...shimizukawa2014-06-091-0/+4
|/ / / / /
* | | | | Update copyright year.Georg Brandl2014-03-011-1/+1
* | | | | Fix an exception introduced by b69b59480cba for __init__ with no docstring.Ben Darnell2014-01-201-2/+3
| |/ / / |/| | |
* | | | Fix pypy test failure for b69b594 commit. refs #1337shimizukawa2014-01-151-1/+2
* | | | Closes #1155: Fix autodocumenting C-defined methods as attributes in Python 3.Georg Brandl2014-01-121-1/+2
* | | | Closes #1181: Report option errors in autodoc directives more gracefully.Georg Brandl2014-01-121-2/+9
* | | | Closes #932: autodoc: Do not crash if ``__doc__`` is not a string.Georg Brandl2014-01-101-1/+2
* | | | Closes #814: autodoc: Guard against strange type objects that don't haveGeorg Brandl2014-01-101-1/+1
* | | | Fix autodoc with ``autoclass_content="both"`` uses useless ``object.__init__`...shimizukawa2014-01-021-1/+1
|/ / /
* | | Fix: autodoc class __init__ override not removed from docstring. Closes #1138shimizukawa2013-12-091-2/+12
* | | Merged in shimizukawa/sphinx-fix-pypytest (pull request #177)Takayuki Shimizukawa2013-12-091-3/+8
|\ \ \ | |/ / |/| |
| * | Now sphinx.ext.autodoc on PyPy ignoring the method of built-in classes.shimizukawa2013-10-071-3/+8
* | | autodoc: fix annotation None for propertiesJohannes Dewender2013-10-091-7/+8
|/ /
* | Merged in Vladimirsson/sphinx (pull request #136)Georg Brandl2013-09-161-0/+4
|\ \
| * | Added ``imported-members`` option for ``automodule`` directive in autodocBogdan Opanchuk2013-04-201-0/+4
| |/
* | Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)Georg Brandl2013-09-161-5/+29
|\ \ | |/ |/|
| * autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-6/+25
| * fix tests for autodoc novalue optionJohannes Dewender2013-01-241-2/+2
| * autodoc: novalue option for autodata and autoattributeJohannes Dewender2013-01-221-7/+12
* | Fix autodoc crash if :members: and :special-members: ware both set (by d7ac5e4).shimizukawa2013-02-031-0/+1
* | Closes #1062: sphinx.ext.autodoc use __init__ method signature for class sign...shimizukawa2013-02-031-0/+12
* | Respect add_autodoc_attrgetter() even when inherited-members is setA. Jesse Jiryu Davis2013-01-311-1/+1
|/
* autodoc: debug module analyzer failureGeorg Brandl2013-01-131-1/+2
* fix: autodoc documented descriptor class as attributeshimizukawa2013-01-121-1/+1
* autodoc: use debug2() and [autodoc] prefixGeorg Brandl2013-01-121-11/+11