summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Closes #1159: do not emit duplicate inventory entries for py:module objects.Georg Brandl2013-09-161-0/+6
* 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
* | Remove ids from copied todo directives; they are no longer unique in the todo...Roland Meister2013-06-191-1/+3
* | #1131: try to make grapviz invocation more robustGeorg Brandl2013-03-301-8/+1
* | 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 pyflakes issues.Georg Brandl2013-01-131-1/+0
* fix: autodoc documented descriptor class as attributeshimizukawa2013-01-121-1/+1
* autodoc: use debug2() and [autodoc] prefixGeorg Brandl2013-01-121-11/+11
* autodoc: Don't rely on reporter.get_source_and_line existing for debug messages.Jonathan Waltman2013-01-051-1/+4
* Add basic debugging support for autodoc.Jonathan Waltman2013-01-051-6/+24
* Copyright update.Georg Brandl2013-01-0120-20/+20
* Add an easier way to raise MathExtError with stderr/stdout only displayed if ...Georg Brandl2012-12-301-4/+9
* rather than use two-ifs, do it in one if-elif-else branch.Nozomu Kaneko2012-12-151-6/+4
* fix #1056: message "Return value: ..." generated by refcounting not localizedNozomu Kaneko2012-12-151-4/+7
* BUG: ext/linkcode: do not detect linkcode config changesPauli Virtanen2012-12-071-1/+1
* autodoc: Handle explicit instance attributes in :members: (re #904)Jon Waltman2012-11-081-14/+17
* Update Sphinx URL to new sphinx-doc.org domain.Georg Brandl2012-11-041-1/+1
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-1/+1
* Fix intersphinx dictionary ordering confusion differently, as proposed by Jon.Georg Brandl2012-11-011-5/+14
* merge with Takayuki's sphinx-fix-testing-forkGeorg Brandl2012-11-011-3/+4
|\
| * fix #1008: fix autodoc documenter resolve ordering.shimizukawa2012-10-311-1/+1
| * fix #1008 #1029 : intersphinx_mapping values are not stable if mapping have p...shimizukawa2012-10-301-3/+4
* | Fix test_autodoc with Python 3.3, patches by Jon and Takayuki.Georg Brandl2012-11-011-1/+1
|/
* Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.Georg Brandl2012-10-281-1/+2
* Merged in jonovik/sphinx (pull request #25)Georg Brandl2012-10-288-21/+129
|\
| * Merged in pv/sphinx-work/ext-linkcode (pull request #47)Georg Brandl2012-10-281-0/+72
| |\
| | * ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+72
| * | merge with stableGeorg Brandl2012-10-283-7/+14
| |\ \
| | * \ Merged in xarthisius/sphinx (pull request #63)Georg Brandl2012-05-081-2/+2
| | |\ \
| | | * | Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
| | * | | Changed the ``special-members`` option to behave like the ``members`` option.ms4py2012-03-161-3/+7
| | |/ /
| | * | fixed encoding for hashing functions for Python 3Rob Reilink2012-03-132-3/+6
| | |/
| | * merge with stableGeorg Brandl2012-03-102-4/+7
| | |\
| | | * merge with stableGeorg Brandl2012-03-102-4/+7
| | | |\
| | | | * Merged in dairiki/sphinx (pull request #44)Georg Brandl2012-03-101-1/+1
| | | | |\
| | | | | * Trigger rebuild when todo visibility is toggled (mentioned in #884).Robert Lehmann2012-02-291-1/+1
| | | | * | Intersphinx: parse inventories correctly when object names contain embedded s...Jeff Dairiki2012-02-261-1/+7
| | | | |/
| | | | * merge with stableGeorg Brandl2012-02-192-3/+13
| | | | |\
| | | | * | Stop graphviz nodes from showing up twice in text builders.Robert Lehmann2012-02-151-3/+5
| | | | * | Fix: show [graph] in text builderTimo Schmid2011-12-231-0/+1
| * | | | | Closes #617: Fix docstring preparation without included signature: only ignor...Jon Waltman2012-09-161-1/+4
| * | | | | Fixed encoding for Python 3Kacper Kowalik2012-05-061-2/+2
| * | | | | fixed encoding for hashing functions for Python 3Rob Reilink2012-03-132-3/+6
| |/ / / /
| * | | | Fix code style nits.Georg Brandl2012-03-101-1/+2
| |/ / /