summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* Closes #1396: Param types with inline markup no longer italicizedRob Ruana2014-03-091-4/+4
| | | | | | | Napoleon was attempting to render nested inline markup ( [a big no-no!](http://sphinx-doc.org/rest.html) ) for parameter types. Now, if Napoleon sees any backquotes in the parameter type, it is rendered without italics.
* merge with stableGeorg Brandl2014-03-061-0/+9
|\
| * Add warnings that autodoc imports the modules.Georg Brandl2014-03-051-0/+9
| |
* | merge with stableGeorg Brandl2014-01-207-35/+924
|\ \ | |/ |/|
| * Makes suggested changes before adding napoleon to sphinxRob Ruana2014-01-192-23/+43
| |
| * Merged birkenfeld/sphinx into defaultRob Ruana2014-01-191-0/+14
| |\
| | * mock: little changes, changelog and versionaddedGeorg Brandl2014-01-191-0/+4
| | |
| | * Merged in guibog/sphinx2 (pull request #184)Georg Brandl2014-01-191-0/+10
| | |\ | | | | | | | | | | | | autodoc extension: add autodoc_mock_imports config value
| | | * autodoc extension: add autodoc_mock_imports config valueguibog2013-10-231-0/+10
| | | |
| * | | Merge conflictsRob Ruana2014-01-181-35/+0
| |\ \ \ | | |/ /
| | * | Remove sphinx.ext.oldcmarkup compatibility extension.Georg Brandl2014-01-171-35/+0
| | | |
| * | | Merges napoleon extension into mainline sphinxRob Ruana2014-01-185-0/+890
| |/ /
| * | Closes #1174: Fix smart quotes being applied inside roles like ↵Georg Brandl2014-01-121-4/+7
| |/ | | | | | | :rst:role:`program` or :rst:role:`makevar`.
* | Doc: move API docs in their own chapter and add more of it.Georg Brandl2014-01-203-879/+0
|/
* Fix autodoc.Georg Brandl2013-10-121-0/+2
|
* Add sphinx.version_info for better programmatic check of the Sphinx version.Georg Brandl2013-10-121-0/+16
|
* Removed the ``sphinx.ext.refcounting`` extension -- it is very specific toGeorg Brandl2013-10-121-7/+0
| | | | CPython and has no place in the main distribution.
* changelog update for PR#136Georg Brandl2013-09-161-6/+5
|
* Merged in Vladimirsson/sphinx (pull request #136)Georg Brandl2013-09-161-6/+11
|\ | | | | | | Added ``imported-members`` option for ``automodule`` directive in autodoc
| * Added ``imported-members`` option for ``automodule`` directive in autodocBogdan Opanchuk2013-04-201-6/+11
| |
* | Merged in JonnyJD/sphinx/autodoc_novalue (pull request #109)Georg Brandl2013-09-161-2/+21
|\ \ | | | | | | | | | feature: autodoc: add :annotation: option for autodata and autoattribute
| * | autodoc: change :novalue: to :annoation: optionJohannes Dewender2013-02-271-3/+13
| | | | | | | | | | | | | | | | | | The :novalue: option is now called :annotation: and has an additional feature: When given with an argument, you can specify what the annotation of the object will be.
| * | autodoc: document novalue optionJohannes Dewender2013-01-221-2/+11
| | | | | | | | | | | | | | | The update is listed for version 1.2. This should be changed if the change is released later.
* | | Add link to referenced docutils docs.Eric Holscher2013-07-111-1/+2
| |/ |/|
* | docs: fix link to MathJax documentationGeorg Brandl2013-03-301-1/+1
|/
* Fix whitespace / line length issues reported by "make test"Jon Waltman2012-11-031-5/+5
|
* Closes #1010: Make pngmath images transparent by default; IE7+ should handle it.Georg Brandl2012-10-281-12/+5
|
* Linkcode changelog entry.Georg Brandl2012-10-281-1/+1
|
* Merged in pv/sphinx-work/ext-linkcode (pull request #47)Georg Brandl2012-10-281-0/+46
|\
| * DOC: linkcode: fix up documentation a bitPauli Virtanen2012-03-111-6/+5
| |
| * ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+47
| |
* | Doc change for d7ac5e46307dGeorg Brandl2012-05-081-0/+3
| |
* | Make it clearer how autodoc special comments have to be formatted.Georg Brandl2012-03-171-4/+5
|/
* Closes #817: note that math markup in docstrings needs to take care of ↵Georg Brandl2012-01-291-0/+4
| | | | backslashes.
* Closes #793: Fix docutils version references.Georg Brandl2011-11-011-5/+2
|
* Satisfy "make check".Georg Brandl2011-10-091-1/+1
|
* Make it clear that math labels are internal.Georg Brandl2011-09-211-4/+4
|
* Doc and changelog entries for 91b4fc984b32.Georg Brandl2011-07-231-1/+1
|
* s/jsmath/mathjax/Georg Brandl2011-07-231-1/+1
|
* some changes to math docsbond2011-07-191-8/+8
|
* autosummary: minor doc clarificationsPauli Virtanen2011-06-291-6/+8
|
* Closes #683: set default MathJax path to the CDN URL, and update the docs ↵Georg Brandl2011-05-151-8/+8
| | | | accordingly.
* Change redirected URLs to the new locationsDaniel Neuh?user2011-02-052-3/+3
|
* #431: Doc comments for attributes can now be given on the same line as the ↵Georg Brandl2011-01-151-3/+12
| | | | assignment.
* Add changelog entry and docs for #594.Georg Brandl2011-01-091-1/+1
|
* merge with 1.0Georg Brandl2011-01-091-2/+2
|\
| * Clarification.Georg Brandl2011-01-081-2/+2
| |
* | Added :confval:`pngmath_add_tooltips`.Georg Brandl2011-01-081-0/+7
| |
* | Fix interpolation error, encode inserted caption strings and add the caption ↵Georg Brandl2011-01-081-4/+9
| | | | | | | | in HTML output too.
* | #367: Added automatic exclusion of hidden members in inheritance diagrams, ↵Georg Brandl2011-01-071-0/+7
| | | | | | | | and an option to selectively enable it.