summaryrefslogtreecommitdiff
path: root/tests/root/markup.txt
Commit message (Collapse)AuthorAgeFilesLines
* * add a test for the parsed-literal directiveGeorg Brandl2014-01-111-0/+4
| | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output
* Closes #933: Do not crash if an ``:option:`` value is malformed (contains spacesGeorg Brandl2014-01-101-0/+1
| | | | but no option name).
* fix: paragraphs in versionmodified are ignored when it has no dangling ↵Nozomu Kaneko2013-01-061-0/+9
| | | | paragraphs.
* Fix text writer can not handle visit_legend for figure directive contents.shimizukawa2013-01-041-0/+4
|
* Only test spanning cells for latex.Georg Brandl2011-09-191-0/+2
|
* Code style fixes.Georg Brandl2011-09-171-0/+10
|
* merge with 1.0Georg Brandl2011-01-091-1/+1
|\
| * Add missing label.Georg Brandl2011-01-081-0/+2
| |
* | 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 Brandl2010-10-221-0/+2
|\ \ | |/ |/|
| * #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-0/+2
| |
* | #535: Fix LaTeX output generated for line blocks by porting implementation ↵Georg Brandl2010-10-221-0/+10
|/ | | | from new docutils code.
* Fix :guilabel: unescaping, and make some tests actually run.Georg Brandl2010-07-211-14/+16
|
* Test references to figures and tables by caption.Georg Brandl2010-05-301-6/+20
|
* #426: Fix encoding issues when saving/loading intersphinx inventories.Georg Brandl2010-05-261-0/+2
|
* Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵Georg Brandl2010-05-241-1/+8
| | | | | | | | 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.
* merge with trunkGeorg Brandl2009-12-311-0/+1
|\
| * #308: allow "double" as alias for "pair" in index entries.Georg Brandl2009-12-301-0/+1
| |
* | More block markup tests.Georg Brandl2009-08-091-0/+12
| |
* | More tests for inline markup.Georg Brandl2009-08-091-0/+16
| |
* | Add more tests for markup.Georg Brandl2009-08-091-36/+58
| |
* | More tests for inline markup.Georg Brandl2009-08-091-1/+1
| |
* | Fix remaining uses of xfileref_role.Georg Brandl2009-08-091-0/+9
| |
* | Move domain-specific code around a bit; builtin domains are now completely ↵Georg Brandl2009-07-051-1/+3
|/ | | | in sphinx.domains. Test suite does not pass yet.
* #178: apply ``add_function_parentheses`` config value to C functions as ↵Georg Brandl2009-05-221-0/+5
| | | | promised.
* #173: Respect the docutils ``title`` directive.Georg Brandl2009-05-171-0/+2
|
* #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+1
|
* Fix the serializing and changes builders, and really test them.Georg Brandl2009-02-211-3/+3
|
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-0/+20
| | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* Add a rst_epilog setting, usable for global substitutions.Georg Brandl2009-02-071-0/+2
|
* Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+10
| | | | list by placing distributing items into multiple columns.
* Also fix invalid index entries for Latex output.Georg Brandl2008-11-301-0/+8
|
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-1/+1
|
* #29: fix some option list issues, in HTML, LaTeX and text writers.Georg Brandl2008-11-031-0/+5
|
* Improve node coverage for latex/text writers.georg.brandl2008-11-011-0/+35
|
* Fix for r67038.georg.brandl2008-10-281-0/+5
|
* Add global citations. #1.georg.brandl2008-10-251-0/+2
|
* Add minimal test for descitems.georg.brandl2008-10-181-0/+5
|
* Add test for meta directive and add visitor functions for latex and text ↵georg.brandl2008-10-181-0/+4
| | | | writers.
* Role names are case-insensitive. #24.georg.brandl2008-10-161-0/+2
|
* Merged revisions 65556 via svnmerge fromgeorg.brandl2008-08-061-3/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65556 | georg.brandl | 2008-08-06 15:12:43 +0000 (Wed, 06 Aug 2008) | 2 lines Run latex over the latex builder's output. ........
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-0/+101
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. ........