summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* merge with stableGeorg Brandl2014-01-132-1/+20
|\
| * Closes #1261: Python 3 cannot sort None and str types, make everything a str.Georg Brandl2014-01-121-1/+1
| * Closes #618: add documenter classes to registry in autosummary standalone gen...Georg Brandl2014-01-121-0/+15
| * Closes #1299: Make behavior of the :rst:dir:`math` directive more consistent ...Georg Brandl2014-01-121-0/+4
* | merge with stableGeorg Brandl2014-01-121-1/+0
|\ \ | |/ |/|
| * merge stable into defaultGeorg Brandl2014-01-111-1/+0
| |\
| | * merge stable into defaultGeorg Brandl2014-01-111-1/+0
| | |\
| | | * Closes #925: Allow list-typed config values to be provided on the command line,Georg Brandl2014-01-101-1/+0
* | | | 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 #929: Support parsed-literal blocks in LaTeX output correctly.Georg Brandl2014-01-111-1/+1
* | | Closes #923: Take the entire LaTeX document into account when cachingGeorg Brandl2014-01-111-4/+3
* | | Closes #943: In autosummary, recognize "first sentences" to pull from the doc...Georg Brandl2014-01-111-2/+1
* | | Closes #908: On Python 3, handle error messages from LaTeX correctly in the p...Georg Brandl2014-01-111-5/+5
|/ /
* | 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
* | Don't strip file extension from names in autosummary directive.Thomas Kluyver2013-11-141-2/+0
* | sort class items in inheritance_diagramminrk2013-10-211-1/+1
* | Removed the ``sphinx.ext.refcounting`` extension -- it is very specific toGeorg Brandl2013-10-121-101/+0
* | autodoc: fix annotation None for propertiesJohannes Dewender2013-10-091-7/+8
|/
* Fixes #1204: use the correct relative path referring to local intersphinx tar...Georg Brandl2013-09-161-0/+4
* 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 mdboom/sphinx/tooltip-escaping (pull request #128)Georg Brandl2013-09-161-0/+1
|\ \
| * | Forgot double slashMichael Droettboom2013-04-081-1/+1
| * | Escape the quotes in the tooltip messageMichael Droettboom2013-04-031-0/+1
| |/
* | 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