summaryrefslogtreecommitdiff
path: root/sphinx/ext
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
* | merge with stableshimizukawa2014-10-0920-320/+1887
|\ \ | |/ |/|
| * improve C coverage outputGeorg Brandl2014-10-061-3/+3
| * Add imgpath property to all builderstk0miya2014-09-272-9/+3
| * merge with stableshimizukawa2014-09-2620-308/+1881
| |\
| | * Make remaining builtin extensions parallel-read-proof.Georg Brandl2014-09-224-15/+37
| | * [WIP] parallel readGeorg Brandl2014-09-2216-16/+19
| | * Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-2216-16/+16
| | * autodoc: minor PEP8 adjustmentsGeorg Brandl2014-09-221-24/+35
| | * doctest: minor PEP8 adjustmentsGeorg Brandl2014-09-221-11/+19
| | * Handle more instances of "__builtin__".Georg Brandl2014-09-202-2/+2
| | * Fix Python 3 compat in inheritance_diagram.pyGeorg Brandl2014-09-201-4/+5
| | * Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-203-6/+6
| | * make :any: role work with intersphinx!Georg Brandl2014-09-191-9/+15
| | * Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-0316-0/+33
| | * merge with stableshimizukawa2014-09-0218-243/+1733
| | |\
| | | * Merged in bsipocz/sphinx (pull request #275)Takayuki Shimizukawa2014-08-231-6/+33
| | | |\
| | | | * :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623shimizukawa2014-08-221-6/+33
| | | * | Addressing comment and adding docsBrigitta Sipocz2014-08-211-0/+1
| | | * | fix indentBrigitta Sipocz2014-08-191-1/+1
| | | * | #1537: Adding the option of multiple inv for the same name & uriBrigitta Sipocz2014-08-191-13/+18
| | | |/
| | | * remove `callable` helper because 'callable' has been resurrected from py32.shimizukawa2014-08-191-6/+0
| | | * merge with stableshimizukawa2014-08-1518-224/+1688
| | | |\
| | | | * remove unnecessary line.WAKAYAMA Shirou2014-08-142-2/+0
| | | | * decode when reading __doc__ on inheritance_diagram.py instead of decode on gr...WAKAYAMA Shirou2014-08-142-4/+4
| | | | * if code is not unicode, change to unicode in ext/graphviz.py.WAKAYAMA Shirou2014-08-141-0/+5
| | | | * refactoring. remove old python related code (from sha import sha)shimizukawa2014-08-102-10/+4
| | | | * * for PR#265: update CHANGES, small refactoring.shimizukawa2014-08-101-22/+16
| | | | * Fix could not capture caption of graphviz node by xreftk0miya2014-08-101-25/+34
| | | | * merge with stableshimizukawa2014-07-1318-188/+1654
| | | | |\
| | | | | * * fix over 80 chars line and remove unused import.shimizukawa2014-06-152-2/+3
| | | | | * 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-2819-176/+175
| | | | | | | |\ \
| | | | | | | * | | Create a derivative of the DocstringSignatureMixin which stripsdavid ham2013-08-121-1/+15
| | | | | * | | | | Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, ...Rob Ruana2014-06-132-2/+7
| | | | | * | | | | * fix again for mathjax secure url. refs #1459.shimizukawa2014-06-111-1/+3
| | | | | | |_|_|/ | | | | | |/| | |
| | | | | * | | | merge with stableshimizukawa2014-06-0918-152/+1610
| | | | | |\ \ \ \
| | | | | | * | | | fixes #1459sbrandtb2014-06-051-1/+1
| | | | | | * | | | remove unnecessary `list()` wrappers. In some places, I replaced `iterable.so...shimizukawa2014-05-252-3/+2
| | | | | | * | | | use b prefix for bytes instead of sphinx.pycompat.b function.shimizukawa2014-05-012-7/+6
| | | | | | * | | | delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one source....shimizukawa2014-05-011-1/+2
| | | | | | * | | | wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-303-6/+3
| | | | | | * | | | remove 'six' name except importing line.shimizukawa2014-04-305-18/+15
| | | | | | * | | | use six privided functions/classes to support py2/py3 in one source. refs #1350shimizukawa2014-04-301-6/+6