summaryrefslogtreecommitdiff
path: root/sphinx/ext/autodoc.py
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-11-071-52/+36
|\
| * Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-071-52/+36
| * Now sphinx.ext.autodoc work with python-2.5 again.shimizukawa2014-09-261-1/+1
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* | autodoc: minor PEP8 adjustmentsGeorg Brandl2014-09-221-24/+35
* | Handle more instances of "__builtin__".Georg Brandl2014-09-201-1/+1
* | Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-3/+3
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+3
* | merge with stableshimizukawa2014-07-131-50/+84
|\ \ | |/ |/|
| * * 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: autodoc, autosummary: importing setup.py will invoke setup process and...shimizukawa2014-07-051-3/+7
* | | | | | | * In autodoc, fix display of parameter defaults containing backslashes. Close...shimizukawa2014-07-021-1/+4
|/ / / / / /
* | | | | | * 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
|/ /