summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Collapse)AuthorAgeFilesLines
* use reference to python 3.4 for intersphinxshimizukawa2014-10-301-4/+4
|
* Update CHANGES for pull request #275, #1537; sphinx.ext.intersphinx supports ↵shimizukawa2014-08-231-0/+2
| | | | multiple target for the inventory.
* Merged in bsipocz/sphinx (pull request #275)Takayuki Shimizukawa2014-08-231-0/+20
|\ | | | | | | Adding the option of multiple inv for the same name & uri
| * :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623shimizukawa2014-08-221-0/+20
| |
* | fix typoBrigitta Sipocz2014-08-211-1/+1
| |
* | Addressing comment and adding docsBrigitta Sipocz2014-08-211-0/+12
|/
* improved consistency for how docs refer to True and FalseEricFromCanada2014-06-182-4/+5
|
* rewrapping paragraphs when over 80 characters wideEricFromCanada2014-06-188-30/+33
|
* corrections for misspellingsEricFromCanada2014-06-182-2/+2
|
* Closes #1489: Removes use of ":annotation:" for attribute types in napoleon, ↵Rob Ruana2014-06-131-1/+2
| | | | as inline markup is not allowed
* tiny documentation fixshimizukawa2014-04-281-3/+2
|
* Updates Napoleon documentation per suggestion by a userRob Ruana2014-04-261-3/+8
|
* 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
|