summaryrefslogtreecommitdiff
path: root/tests/test_markup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Test suite adapted after :option: changes.Georg Brandl2014-09-201-2/+3
| |
* | Fix #1476 replace <tt> tag by <code>tk0miya2014-08-121-6/+6
| |
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-2/+1
| |
* | replace ur'' prefix with r'' to support py2/py3 in one source. refs #1350Takayuki Shimizukawa2014-04-301-2/+2
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* * add a test for the parsed-literal directiveGeorg Brandl2014-01-111-1/+1
| | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-2/+5
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix markup test with latest pygments-related updates.Georg Brandl2011-10-021-3/+3
|
* Fix :samp: latex tests.Georg Brandl2011-09-211-2/+2
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Move the "b" function to pycompat.Georg Brandl2010-07-281-7/+1
| |
* | fixed test_markup testDaniel Neuhäuser2010-05-241-1/+8
|/
* Fix long line.Georg Brandl2010-05-251-1/+1
|
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-0/+6
| | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
* Fix test_markup.Georg Brandl2010-02-281-1/+1
|
* In HTML output, inline roles now get a CSS class with their name,Georg Brandl2010-02-281-6/+11
| | | | | allowing styles to customize their appearance. Domain-specific roles get two classes, ``domain`` and ``domain-rolename``.
* Fix backslash escape.Georg Brandl2010-02-201-1/+1
|
* Make test work with docutils 0.5.Georg Brandl2010-02-201-2/+2
|
* Fix test suite.Georg Brandl2010-01-181-1/+1
|
* Clean up unused imports.Georg Brandl2010-01-171-1/+0
|
* merge with trunkGeorg Brandl2010-01-071-0/+1
|\
* \ merge with trunkGeorg Brandl2010-01-021-1/+2
|\ \ | |/ |/|
| * Refactor directive/role lookup from domains a bit to avoid code duplication.Georg Brandl2009-09-121-1/+2
| |
* | merge with 0.6Georg Brandl2010-01-011-1/+1
|\ \ | |/ |/|
| * Happy new year!Georg Brandl2010-01-011-1/+1
| |
* | merge with 0.6Georg Brandl2009-06-041-0/+3
|\ \ | |/
| * #191: Don't escape the tilde in URIs in LaTeX.Georg Brandl2009-06-041-0/+3
| |
* | merge with 0.6Georg Brandl2009-05-101-2/+2
|\ \ | |/
| * #157: fix make check.Georg Brandl2009-05-101-1/+2
| |
* | Fix a few stylistic nits.Georg Brandl2009-04-131-1/+2
|/
* Fix autosummary test suite.Georg Brandl2009-03-161-0/+1
|\
| * Fix the test suite.Georg Brandl2009-03-161-1/+3
| |
* | More generator tests.Georg Brandl2009-02-211-11/+11
| |
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-2/+4
| |
* | merge with mainGeorg Brandl2009-01-031-1/+1
|\ \
| * \ Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
| |\ \ | | |/
| | * Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* | | Add tests for new literalinclude options, and fix an off-by-one bug.Georg Brandl2009-01-031-0/+2
|/ /
* | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| |
* | Move builders and writers into new packages.Georg Brandl2008-11-291-2/+2
|/
* Fix test after latex writer change.Georg Brandl2008-11-231-1/+1
|
* Adapt markup test to renaming of highlighting escapes.Georg Brandl2008-09-161-1/+1
|
* Merged revisions 65566-65567,65623,65625 via svnmerge fromGeorg Brandl2008-08-101-3/+16
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines Clarification for the ref role. ........ r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines Rebuild everything if extensions change. ........ r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines Unify handling of LaTeX escaping, and add some more replacements. ........ r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines Make tex escapes a module. ........
* Merged revisions 65529 via svnmerge fromGeorg Brandl2008-08-041-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65529 | georg.brandl | 2008-08-04 22:19:30 +0000 (Mon, 04 Aug 2008) | 6 lines Revert r65499 which was not well thought out. Instead, put the whole build dir in exclude_trees by default in quickstart. Also, revisit application cleanup and make it consistently use less setup time while still trying to leave to traces. ........
* Merged revisions ↵Georg Brandl2008-08-041-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. ........
* Merged revisions 65138,65145-65146,65268-65273 via svnmerge fromGeorg Brandl2008-07-291-0/+91
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65138 | georg.brandl | 2008-07-19 15:42:35 +0200 (Sat, 19 Jul 2008) | 2 lines #3416: fix missing parameter. ........ r65145 | georg.brandl | 2008-07-19 20:01:25 +0200 (Sat, 19 Jul 2008) | 2 lines Now that we don't ship Jinja anymore by default the comment can go. ........ r65146 | georg.brandl | 2008-07-19 20:01:51 +0200 (Sat, 19 Jul 2008) | 2 lines Reread documents with globbed toctrees when files are removed/added. ........ r65268 | georg.brandl | 2008-07-29 10:21:33 +0200 (Tue, 29 Jul 2008) | 2 lines Fix by Markus Gritsch to place correct links to headings. ........ r65269 | georg.brandl | 2008-07-29 10:21:59 +0200 (Tue, 29 Jul 2008) | 2 lines Make the writer's settings public. ........ r65270 | georg.brandl | 2008-07-29 10:22:28 +0200 (Tue, 29 Jul 2008) | 2 lines Export test_root. ........ r65271 | georg.brandl | 2008-07-29 10:22:47 +0200 (Tue, 29 Jul 2008) | 2 lines Add a markup test. ........ r65272 | georg.brandl | 2008-07-29 10:27:19 +0200 (Tue, 29 Jul 2008) | 2 lines Bump version number. ........ r65273 | georg.brandl | 2008-07-29 11:05:37 +0200 (Tue, 29 Jul 2008) | 2 lines Correct rendering of ``samp``. ........