summaryrefslogtreecommitdiff
path: root/tests/root
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add a linkcode extensionPauli Virtanen2012-03-111-0/+22
|
* Merge with 1.0Georg Brandl2011-09-2217-23/+257
|\
| * Fix dupicate autodocumentation leading to test failures.Georg Brandl2011-09-191-1/+1
| |
| * Only test spanning cells for latex.Georg Brandl2011-09-191-0/+2
| |
| * Code style fixes.Georg Brandl2011-09-171-0/+10
| |
| * autosummary: respect py:currentclass when looking up Python objectsPauli Virtanen2011-06-291-0/+24
| | | | | | | | This makes autosummary directives inside classes to work properly.
| * merge with 1.0Georg Brandl2011-01-091-1/+1
| |\
| * | Add missing label.Georg Brandl2011-01-081-0/+2
| | |
| * | #454: Add more index markup capabilities: marking see/seealso entries, and ↵Georg Brandl2011-01-071-0/+7
| | | | | | | | | | | | main entries for a given key.
| * | #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-1/+13
| | | | | | | | | | | | definition.
| * | merge with 1.0Georg Brandl2011-01-0616-21/+200
| |\ \
| | * \ merge with 1.0Georg Brandl2011-01-041-0/+3
| | |\ \
| | * \ \ merge with 1.0Georg Brandl2011-01-0416-21/+200
| | |\ \ \
| | | * | | #553: Added :rst:dir:`testcleanup` blocks in the doctest extension.Georg Brandl2011-01-031-0/+6
| | | | | |
| | | * | | merge with 1.0Georg Brandl2011-01-0316-21/+194
| | | |\ \ \
| | | | * | | Supply missing PO file for tests.Robert Lehmann2010-11-141-0/+9
| | | | | | |
| | | | * | | merge with 1.0Georg Brandl2010-10-2215-21/+185
| | | | |\ \ \
| | | | | * | | Add tests for Texinfo builderJon Waltman2010-09-161-0/+5
| | | | | | | |
| | | | | * | | merge with 1.0Georg Brandl2010-08-2515-21/+180
| | | | | |\ \ \
| | | | | | * | | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-0/+2
| | | | | | | | |
| | | | | | * | | merge with sphinx-i18nGeorg Brandl2010-08-2110-0/+142
| | | | | | |\ \ \
| | | | | | | * \ \ merge with trunkJacob Mason2010-08-161-17/+20
| | | | | | | |\ \ \
| | | | | | | * | | | Added a test for the behavior described by Jacob and it does failDasIch2010-08-152-0/+18
| | | | | | | | | | |
| | | | | | | * | | | Added a test for paragraphs inserted at the beginning of a documentDasIch2010-08-152-0/+19
| | | | | | | | | | |
| | | | | | | * | | | Automated merge with ssh://bitbucket.org/birkenfeld/sphinxDasIch2010-08-101-0/+6
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Initial version tracking implementationDasIch2010-08-108-0/+105
| | | | | | | | | | | |
| | | | | | * | | | | | merge with trunkRobert Lehmann2010-08-175-35/+51
| | | | | | |\ \ \ \ \ \ | | | | | | | | |_|/ / / | | | | | | | |/| | | |
| | | | | | | * | | | | Fix doctest to work with Python 2.5 and lowerDasIch2010-08-141-17/+20
| | | | | | | | |/ / / | | | | | | | |/| | |
| | | | | | | * | | | merge with 1.0Georg Brandl2010-08-051-0/+6
| | | | | | | |\ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | |
| | | | | | | * | | | Don't use (in this case) unnecessary python2 unicode literalsDasIch2010-07-111-1/+1
| | | | | | | | | | |
| | | | | | | * | | | make doctest work with python2 and python3DasIch2010-06-192-20/+20
| | | | | | | | | | |
| | | | | | * | | | | Test if doctrees retain semantic structure.Robert Lehmann2010-06-301-1/+1
| | | | | | | | | | |
| | | | | | * | | | | Test translation patching in vitro.Robert Lehmann2010-06-291-0/+12
| | | | | | | | | | |
* | | | | | | | | | | Fix #677: allow multiple signatures in C++ domain directives.Georg Brandl2011-09-221-3/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Add missing label.Georg Brandl2011-01-081-0/+2
|/ / / / / / / / /
* | | | | | | | | Fix tracebacks occurring for duplicate C++ domain objects.Georg Brandl2011-01-061-0/+11
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | #581: Fix traceback in Python domain for empty cross-reference targets.Georg Brandl2011-01-041-0/+3
|/ / / / / / /
* | | | | | | Fix test_build_html after latest docfields fix.Georg Brandl2011-01-041-3/+5
| | | | | | |
* | | | | | | Regression of #77: If there is only one parameter given with ``:param:`` ↵Georg Brandl2011-01-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | markup, the bullet list is now suppressed again.
* | | | | | | Add missing file.Georg Brandl2011-01-031-0/+7
|/ / / / / /
* | | | | | Fix strange reportings of line numbers for warnings generated fromGeorg Brandl2011-01-031-0/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | autodoc-included docstrings, due to different behavior depending on docutils version.
* | | | | #535: Fix LaTeX output generated for line blocks by porting implementation ↵Georg Brandl2010-10-221-0/+10
|/ / / / | | | | | | | | | | | | from new docutils code.
* | | | #513: Allow giving non-local URIs for JavaScript files, e.g. in the JSMath ↵Georg Brandl2010-08-251-0/+1
| |_|/ |/| | | | | | | | extension.
* | | Allow breaking long signatures, continuing with backlash-escaped newlines.Georg Brandl2010-08-051-0/+4
| | |
* | | #484: Fix crash when duplicating a parameter in an info field list.Georg Brandl2010-08-051-0/+2
| |/ |/| | | | | | | Problem was that the :type: info nodes were inserted twice into the doctree, which led to inconsistencies when reference nodes were resolved.
* | Add some tests for docfields.Georg Brandl2010-07-271-0/+5
| |
* | Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-211-14/+16
|/
* The ``toctree`` callable in templates now accepts a ``titles_only`` keyword ↵Georg Brandl2010-05-301-0/+2
| | | | argument.
* The ``include`` directive now supports absolute paths, which are interpreted ↵Georg Brandl2010-05-303-0/+8
| | | | as relative to the source directory.
* Add a test for absolute image filenames.Georg Brandl2010-05-301-0/+3
|