summaryrefslogtreecommitdiff
path: root/doc/ext
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Add the "viewcode" extension.Georg Brandl2010-01-131-0/+19
| | * | | Add html-collect-pages event.Georg Brandl2010-01-131-1/+9
| | * | | merge with trunk (not working perfectly yet)Georg Brandl2010-01-071-0/+2
| | |\ \ \
| | * \ \ \ merge with trunkGeorg Brandl2010-01-071-3/+7
| | |\ \ \ \
| | * \ \ \ \ merge with trunkGeorg Brandl2010-01-073-18/+22
| | |\ \ \ \ \
| | | * \ \ \ \ merge with trunkGeorg Brandl2010-01-073-18/+22
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge with trunkGeorg Brandl2010-01-023-5/+31
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ merge with trunkGeorg Brandl2009-12-283-18/+22
| | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ merge with trunkGeorg Brandl2009-11-091-0/+10
| | | | | |\ \ \ \ \ \
| | | | | * | | | | | | Finish renaming description units to object (description)s.Georg Brandl2009-10-271-12/+17
| | | | | * | | | | | | merge with trunkGeorg Brandl2009-09-091-8/+17
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-5/+5
| | | | | * | | | | | | | Builder.load_env is no more.Georg Brandl2009-07-261-1/+0
| | | | | * | | | | | | | Fix long lines.Georg Brandl2009-07-051-1/+1
* | | | | | | | | | | | | merge with 0.6Georg Brandl2010-04-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Fix file name where example docs are located.Georg Brandl2010-04-041-1/+1
| * | | | | | | | | | | Remove docs for autosummary features that are not actually in 0.6.Georg Brandl2010-02-211-98/+0
* | | | | | | | | | | | Added ``autodoc_default_flags`` config value, which can be usedGeorg Brandl2010-02-211-0/+18
* | | | | | | | | | | | Add some versionadded tags.Georg Brandl2010-02-211-0/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Added ``needs_sphinx`` config value and ``Sphinx.require_sphinx`` application...Georg Brandl2010-01-171-0/+8
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Fix bogus module prefix for template variables.Georg Brandl2010-01-071-0/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | merge with 0.6Georg Brandl2010-01-035-7/+88
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add "nature" theme, as used by PIP and distribute.Georg Brandl2010-01-031-2/+6
| |/ / / / / / /
| * | | | | | | Added ``alt`` option to ``graphviz`` extension directives.Georg Brandl2010-01-031-0/+6
| |/ / / / / /
| * | | | | | Note about linkcheck builder.Georg Brandl2010-01-031-0/+5
| * | | | | | #309: The ``graphviz`` extension can now output SVG instead of PNGGeorg Brandl2010-01-021-2/+11
| | |_|_|_|/ | |/| | | |
| * | | | | merge with 0.6Georg Brandl2010-01-024-5/+66
| |\ \ \ \ \
| | * | | | | Make extlinks more flexible: use string substitution to build the full URL.Georg Brandl2010-01-021-1/+3
| | * | | | | merge with 0.6Georg Brandl2010-01-021-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | merge with 0.6gbrandl2009-12-241-1/+1
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | merge with 0.6Georg Brandl2009-11-091-0/+10
| | |\ \ \ \ \
| | * \ \ \ \ \ merge with 0.6Georg Brandl2009-10-263-4/+60
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | merge with 0.6Georg Brandl2009-09-091-8/+17
| | | |\ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | autosummary: generate stub pages recursivelyPauli Virtanen2009-06-191-2/+2
| | | * | | | | #169: Added the ``trim_doctest_flags`` config value, which is true by default.Georg Brandl2009-06-161-1/+2
| | | * | | | | merge with 0.6Georg Brandl2009-06-164-4/+275
| | | |\ \ \ \ \
| | | | * | | | | #200: Added ``Sphinx.add_stylesheet()``.Georg Brandl2009-06-161-0/+8
| | | | * | | | | Reformat autosummary docs.Georg Brandl2009-05-171-34/+32
| | | | * | | | | autosummary: allow user to override stub templates + improve the default temp...Pauli Virtanen2009-05-151-0/+99
| | | | * | | | | autosummary: accept 'autosummary_generate = True' in config filesPauli Virtanen2009-05-141-3/+10
| | | | * | | | | Fix markup.Georg Brandl2009-05-031-1/+1
| | | | * | | | | Added the ``extlinks`` extension.Georg Brandl2009-05-021-0/+47
| | | | * | | | | Make doctest block definition clearer.Georg Brandl2009-04-271-3/+3
| | | | * | | | | Fix a few stylistic things, and add docs for autosummary_generate.gbrandl2009-04-131-42/+55
| | | | * | | | | autosummary: write documentationPauli Virtanen2009-04-041-4/+99
| | | | * | | | | Some autosummary fixesPauli Virtanen2009-03-211-0/+4
* | | | | | | | | Mark code blocks as Python.Georg Brandl2010-01-031-3/+7
|/ / / / / / / /
* | | | | | | | #310: support exception messages in the ``testoutput`` blocks of the ``doctes...Georg Brandl2010-01-021-2/+26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Correct info about jsmath_path if given relative.Georg Brandl2010-01-011-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | #296: fix copy-paste oversight.Georg Brandl2009-12-241-1/+1
| |_|_|_|/ |/| | | |