| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge with stable | Georg Brandl | 2014-11-07 | 1 | -52/+36 |
| |\ | |||||
| | * | Fix :confval:`autodoc_docstring_signature` not working with signatures | Georg Brandl | 2014-11-07 | 1 | -52/+36 |
| | | | | | | | | | in class docstrings. | ||||
| * | | merge with stable | shimizukawa | 2014-10-09 | 20 | -320/+1887 |
| |\ \ | |/ |/| | |||||
| | * | improve C coverage output | Georg Brandl | 2014-10-06 | 1 | -3/+3 |
| | | | |||||
| | * | Add imgpath property to all builders | tk0miya | 2014-09-27 | 2 | -9/+3 |
| | | | |||||
| | * | merge with stable | shimizukawa | 2014-09-26 | 20 | -308/+1881 |
| | |\ | |||||
| | | * | Make remaining builtin extensions parallel-read-proof. | Georg Brandl | 2014-09-22 | 4 | -15/+37 |
| | | | | |||||
| | | * | [WIP] parallel read | Georg Brandl | 2014-09-22 | 16 | -16/+19 |
| | | | | |||||
| | | * | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 16 | -16/+16 |
| | | | | | | | | | | | | | This makes it possible to introduce more metadata values later. | ||||
| | | * | autodoc: minor PEP8 adjustments | Georg Brandl | 2014-09-22 | 1 | -24/+35 |
| | | | | |||||
| | | * | doctest: minor PEP8 adjustments | Georg Brandl | 2014-09-22 | 1 | -11/+19 |
| | | | | |||||
| | | * | Handle more instances of "__builtin__". | Georg Brandl | 2014-09-20 | 2 | -2/+2 |
| | | | | |||||
| | | * | Fix Python 3 compat in inheritance_diagram.py | Georg Brandl | 2014-09-20 | 1 | -4/+5 |
| | | | | |||||
| | | * | Move env.temp_data content that might be used to resolve references to a new ↵ | Georg Brandl | 2014-09-20 | 3 | -6/+6 |
| | | | | | | | | | | | | | env.ref_context dictionary. | ||||
| | | * | make :any: role work with intersphinx! | Georg Brandl | 2014-09-19 | 1 | -9/+15 |
| | | | | |||||
| | | * | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 16 | -0/+33 |
| | | | | |||||
| | | * | merge with stable | shimizukawa | 2014-09-02 | 18 | -243/+1733 |
| | | |\ | |||||
| | | | * | Merged in bsipocz/sphinx (pull request #275) | Takayuki Shimizukawa | 2014-08-23 | 1 | -6/+33 |
| | | | |\ | | | | | | | | | | | | | | | | Adding the option of multiple inv for the same name & uri | ||||
| | | | | * | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | shimizukawa | 2014-08-22 | 1 | -6/+33 |
| | | | | | | |||||
| | | | * | | Addressing comment and adding docs | Brigitta Sipocz | 2014-08-21 | 1 | -0/+1 |
| | | | | | | |||||
| | | | * | | fix indent | Brigitta Sipocz | 2014-08-19 | 1 | -1/+1 |
| | | | | | | |||||
| | | | * | | #1537: Adding the option of multiple inv for the same name & uri | Brigitta Sipocz | 2014-08-19 | 1 | -13/+18 |
| | | | |/ | |||||
| | | | * | remove `callable` helper because 'callable' has been resurrected from py32. | shimizukawa | 2014-08-19 | 1 | -6/+0 |
| | | | | | |||||
| | | | * | merge with stable | shimizukawa | 2014-08-15 | 18 | -224/+1688 |
| | | | |\ | |||||
| | | | | * | remove unnecessary line. | WAKAYAMA Shirou | 2014-08-14 | 2 | -2/+0 |
| | | | | | | |||||
| | | | | * | decode when reading __doc__ on inheritance_diagram.py instead of decode on ↵ | WAKAYAMA Shirou | 2014-08-14 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | graphviz.py | ||||
| | | | | * | if code is not unicode, change to unicode in ext/graphviz.py. | WAKAYAMA Shirou | 2014-08-14 | 1 | -0/+5 |
| | | | | | | |||||
| | | | | * | refactoring. remove old python related code (from sha import sha) | shimizukawa | 2014-08-10 | 2 | -10/+4 |
| | | | | | | |||||
| | | | | * | * for PR#265: update CHANGES, small refactoring. | shimizukawa | 2014-08-10 | 1 | -22/+16 |
| | | | | | | |||||
| | | | | * | Fix could not capture caption of graphviz node by xref | tk0miya | 2014-08-10 | 1 | -25/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | std domain and LaTeX writer expect figure node for capturing captions, but graphviz directive returns graphviz node including caption attribute. So sphinx cannot capture it on resolving xref. This change makes graphviz directive returns figure and caption nodes in place. | ||||
| | | | | * | merge with stable | shimizukawa | 2014-07-13 | 18 | -188/+1654 |
| | | | | |\ | |||||
| | | | | | * | * fix over 80 chars line and remove unused import. | shimizukawa | 2014-06-15 | 2 | -2/+3 |
| | | | | | | | |||||
| | | | | | * | Merged in shimizukawa/sphinx-remove-complex-method-distinguishing (pull ↵ | Takayuki Shimizukawa | 2014-06-15 | 1 | -36/+19 |
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #246) remove complex distinguishing method/classmethod/staticmethod approach for autodoc | ||||
| | | | | | | * | * remove PY3 importing | shimizukawa | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | | | * | * remove complex distinguishing method/classmethod/staticmethod approach | shimizukawa | 2014-06-09 | 1 | -35/+18 |
| | | | | | | | | |||||
| | | | | | * | | * add test and code comment for pull request #157 | shimizukawa | 2014-06-14 | 1 | -1/+4 |
| | | | | | | | | |||||
| | | | | | * | | Merged in David_Ham/sphinx (pull request #157) | Takayuki Shimizukawa | 2014-06-14 | 1 | -1/+15 |
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove spurious signatures from @property decorated attributes | ||||
| | | | | | | * \ | merge | david ham | 2014-03-28 | 1 | -1/+15 |
| | | | | | | |\ \ | |||||
| | | | | | | | * \ | merge | david ham | 2014-03-28 | 19 | -176/+175 |
| | | | | | | | |\ \ | |||||
| | | | | | | | * | | | Create a derivative of the DocstringSignatureMixin which strips | david ham | 2013-08-12 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signature strings from attributes. This scenario can occur when using Cython and turning methods into attributes with an @property decorator. | ||||
| | | | | | * | | | | | Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, ↵ | Rob Ruana | 2014-06-13 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as inline markup is not allowed | ||||
| | | | | | * | | | | | * fix again for mathjax secure url. refs #1459. | shimizukawa | 2014-06-11 | 1 | -1/+3 |
| | | | | | | |_|_|/ | | | | | |/| | | | |||||
| | | | | | * | | | | merge with stable | shimizukawa | 2014-06-09 | 18 | -152/+1610 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | fixes #1459 | sbrandtb | 2014-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | remove unnecessary `list()` wrappers. In some places, I replaced ↵ | shimizukawa | 2014-05-25 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `iterable.sort()` with `sorted(iterable)`. | ||||
| | | | | | | * | | | | use b prefix for bytes instead of sphinx.pycompat.b function. | shimizukawa | 2014-05-01 | 2 | -7/+6 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | delegate '__nonzero__' to '__bool__' for py2/py3 compatibility in one ↵ | shimizukawa | 2014-05-01 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source. #1350 | ||||
| | | | | | | * | | | | wrap py3 iterators with list() for each places that expect a list object. ↵ | shimizukawa | 2014-04-30 | 3 | -6/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #1350. | ||||
| | | | | | | * | | | | remove 'six' name except importing line. | shimizukawa | 2014-04-30 | 5 | -18/+15 |
| | | | | | | | | | | | |||||
| | | | | | | * | | | | use six privided functions/classes to support py2/py3 in one source. refs #1350 | shimizukawa | 2014-04-30 | 1 | -6/+6 |
| | | | | | | | | | | | |||||
