summaryrefslogtreecommitdiff
path: root/tests/root/contents.txt
Commit message (Collapse)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-3/+12
| | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds
* Escape underscore in citation labels for latex exportLennart Fricke2014-07-311-0/+1
|
* Closes #1108: [text] Correctly number enumerated lists with non-default ↵Jonathan Waltman2013-02-201-0/+1
| | | | start values (based on patch by Ewan Edwards).
* Divide test_intl target source files for speed-up.shimizukawa2013-01-061-1/+0
|
* Move "only" directive tests to a seperate test root.Jonathan Waltman2013-01-051-1/+0
|
* fix #1058 Footnote backlinks do not workNozomu Kaneko2012-12-191-0/+1
|
* move i18n test documents to i18n subdir.shimizukawa2012-12-051-3/+1
|
* checking whether the number of references is equal in both the translated ↵shimizukawa2012-12-051-0/+1
| | | | form and the untranslated form? If they're not equal, emit a warning and don't bother trying to transfer the references.
* fix #1044 refs #955: fix external/inline links with localizationshimizukawa2012-11-271-0/+1
|
* fixed #955: footnote i18n translation cause KeyError and 'Only update text ↵shimizukawa2012-11-221-0/+1
| | | | nodes in translation' change at b7b808e46851 break translation.
* Add failing tests for nested sections in only directives.Jon Waltman2012-09-121-0/+1
|
* Initial version tracking implementationDasIch2010-08-101-0/+1
|
* merge with trunkGeorg Brandl2010-01-071-1/+2
|\
| * merge with trunkGeorg Brandl2010-01-021-0/+2
| |\
| * \ merge with trunkGeorg Brandl2009-12-231-0/+1
| |\ \
| * | | Automatically convert directive functions, and add a test for that.Georg Brandl2009-10-271-0/+1
| | | |
| * | | More refactoring for language-independent domain support.Georg Brandl2009-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Renamed "desc"ription unit to "object" wherever possible. * Added standard x-ref types to a StandardDomain which is always consulted. * Split domains module into a subpackage. * Removed additional_xref_types in favor of new directive classes in StandardDomain. * Implemented x-ref inventory version 2, for all object types. * Added env.doc_read_data which is for temporary data stored while reading. * Minimally updated extension tutorial. * Started to implement changes to interactive search. * Test suite passes again.
* | | | merge with 0.6Georg Brandl2010-01-031-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add tests for todo extension.Georg Brandl2010-01-031-0/+1
| | | |
* | | | merge with 0.6Georg Brandl2010-01-021-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make extlinks more flexible: use string substitution to build the full URL.Georg Brandl2010-01-021-0/+1
| | |/ | |/|
| * | attempt at test suite number 1 - this one doesn't seem to generate any metadataDan MacKinlay2009-12-211-0/+1
| |/
* | #310: support exception messages in the ``testoutput`` blocks of the ↵Georg Brandl2010-01-021-0/+1
|/ | | | | | ``doctest`` extension. Also add minimal test cases for the doctest extension.
* Set the default encoding to ``utf-8-sig`` to handle files with aGeorg Brandl2009-05-311-0/+1
| | | | UTF-8 BOM correctly.
* Add autosummary to tests.gbrandl2009-03-151-0/+1
|
* Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-241-0/+1
|
* #10: implement HTML section numbering.Georg Brandl2009-02-221-0/+1
|
* Add a minimal test for external toctree links and fix a small bug found by it.Georg Brandl2009-01-261-0/+2
|
* Fix #60: "smart" image inclusion in subdirs.Georg Brandl2008-12-081-0/+1
|
* Add global citations. #1.georg.brandl2008-10-251-0/+5
|
* Add minimal test for descitems.georg.brandl2008-10-181-0/+1
|
* A bit more testing for autodoc.georg.brandl2008-09-121-0/+1
|
* Test suite update for math extension.georg.brandl2008-08-061-0/+1
|
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines Add a test file for misc. markup and fix a doc bug. ........ r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines Show an indication while downloading the search index. ........ r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines Fix an indentation problem in production lists. #3477. ........ r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines Remove unused interface.js. ........ r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines Don't try to remove a nonexisting static dir. ........
* Merged revisions ↵georg.brandl2008-08-041-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,65494 via svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65283 | georg.brandl | 2008-07-29 10:07:26 +0000 (Tue, 29 Jul 2008) | 2 lines Update ez_setup.py. ........ r65303 | benjamin.peterson | 2008-07-30 12:35:34 +0000 (Wed, 30 Jul 2008) | 1 line add a with_testapp decorator for test functions that passes the TestApp instance in a cleans up after it ........ r65316 | benjamin.peterson | 2008-07-30 23:12:07 +0000 (Wed, 30 Jul 2008) | 1 line make the app for test_markup global to the module ........ r65317 | benjamin.peterson | 2008-07-30 23:31:29 +0000 (Wed, 30 Jul 2008) | 1 line make TestApp.cleanup more aggressive ........ r65372 | georg.brandl | 2008-08-01 19:11:22 +0000 (Fri, 01 Aug 2008) | 2 lines Add more tests, fix a few bugs in image handling. ........ r65373 | georg.brandl | 2008-08-01 19:28:33 +0000 (Fri, 01 Aug 2008) | 2 lines Fix oversight. ........ r65374 | benjamin.peterson | 2008-08-01 19:36:32 +0000 (Fri, 01 Aug 2008) | 1 line fix one broken test ........ r65375 | georg.brandl | 2008-08-01 19:41:11 +0000 (Fri, 01 Aug 2008) | 2 lines Fix the handling of non-ASCII input in quickstart. ........ r65377 | georg.brandl | 2008-08-01 19:48:24 +0000 (Fri, 01 Aug 2008) | 2 lines Allow REs in markup checks. ........ r65380 | georg.brandl | 2008-08-01 20:31:18 +0000 (Fri, 01 Aug 2008) | 2 lines Don't rely on mtimes being different for changed files. ........ r65483 | georg.brandl | 2008-08-04 09:01:40 +0000 (Mon, 04 Aug 2008) | 4 lines Add an "encoding" option to literalinclude. Add tests for include directives. ........ r65484 | georg.brandl | 2008-08-04 09:11:17 +0000 (Mon, 04 Aug 2008) | 2 lines Add changelog entry. ........ r65485 | georg.brandl | 2008-08-04 09:21:58 +0000 (Mon, 04 Aug 2008) | 2 lines Fix markup. ........ r65494 | georg.brandl | 2008-08-04 16:34:59 +0000 (Mon, 04 Aug 2008) | 2 lines Correctly use HTML file suffix in templates. ........
* Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵georg.brandl2008-06-051-0/+19
config.