| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * add a test for the parsed-literal directive | Georg Brandl | 2014-01-11 | 1 | -0/+4 |
| | | | | | * adapt test to pygments output versus Sphinx-emulated nohighlighting output | ||||
| * | Closes #933: Do not crash if an ``:option:`` value is malformed (contains spaces | Georg Brandl | 2014-01-10 | 1 | -0/+1 |
| | | | | | but no option name). | ||||
| * | fix: paragraphs in versionmodified are ignored when it has no dangling ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -0/+9 |
| | | | | | paragraphs. | ||||
| * | Fix text writer can not handle visit_legend for figure directive contents. | shimizukawa | 2013-01-04 | 1 | -0/+4 |
| | | |||||
| * | Only test spanning cells for latex. | Georg Brandl | 2011-09-19 | 1 | -0/+2 |
| | | |||||
| * | Code style fixes. | Georg Brandl | 2011-09-17 | 1 | -0/+10 |
| | | |||||
| * | merge with 1.0 | Georg Brandl | 2011-01-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Add missing label. | Georg Brandl | 2011-01-08 | 1 | -0/+2 |
| | | | |||||
| * | | Add missing label. | Georg Brandl | 2011-01-08 | 1 | -0/+2 |
| | | | |||||
| * | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -0/+7 |
| | | | | | | | | | main entries for a given key. | ||||
| * | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -1/+13 |
| | | | | | | | | | definition. | ||||
| * | | merge with 1.0 | Georg Brandl | 2010-10-22 | 1 | -0/+2 |
| |\ \ | |/ |/| | |||||
| | * | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -0/+2 |
| | | | |||||
| * | | #535: Fix LaTeX output generated for line blocks by porting implementation ↵ | Georg Brandl | 2010-10-22 | 1 | -0/+10 |
| |/ | | | | from new docutils code. | ||||
| * | Fix :guilabel: unescaping, and make some tests actually run. | Georg Brandl | 2010-07-21 | 1 | -14/+16 |
| | | |||||
| * | Test references to figures and tables by caption. | Georg Brandl | 2010-05-30 | 1 | -6/+20 |
| | | |||||
| * | #426: Fix encoding issues when saving/loading intersphinx inventories. | Georg Brandl | 2010-05-26 | 1 | -0/+2 |
| | | |||||
| * | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 1 | -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 trunk | Georg Brandl | 2009-12-31 | 1 | -0/+1 |
| |\ | |||||
| | * | #308: allow "double" as alias for "pair" in index entries. | Georg Brandl | 2009-12-30 | 1 | -0/+1 |
| | | | |||||
| * | | More block markup tests. | Georg Brandl | 2009-08-09 | 1 | -0/+12 |
| | | | |||||
| * | | More tests for inline markup. | Georg Brandl | 2009-08-09 | 1 | -0/+16 |
| | | | |||||
| * | | Add more tests for markup. | Georg Brandl | 2009-08-09 | 1 | -36/+58 |
| | | | |||||
| * | | More tests for inline markup. | Georg Brandl | 2009-08-09 | 1 | -1/+1 |
| | | | |||||
| * | | Fix remaining uses of xfileref_role. | Georg Brandl | 2009-08-09 | 1 | -0/+9 |
| | | | |||||
| * | | Move domain-specific code around a bit; builtin domains are now completely ↵ | Georg Brandl | 2009-07-05 | 1 | -1/+3 |
| |/ | | | | in sphinx.domains. Test suite does not pass yet. | ||||
| * | #178: apply ``add_function_parentheses`` config value to C functions as ↵ | Georg Brandl | 2009-05-22 | 1 | -0/+5 |
| | | | | | promised. | ||||
| * | #173: Respect the docutils ``title`` directive. | Georg Brandl | 2009-05-17 | 1 | -0/+2 |
| | | |||||
| * | #114: Added an ``abbr`` role to markup abbreviations and acronyms. | Georg Brandl | 2009-03-05 | 1 | -0/+1 |
| | | |||||
| * | Fix the serializing and changes builders, and really test them. | Georg Brandl | 2009-02-21 | 1 | -3/+3 |
| | | |||||
| * | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 1 | -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 Brandl | 2009-02-07 | 1 | -0/+2 |
| | | |||||
| * | Close #52: There is now a ``hlist`` directive, creating a compact | Georg Brandl | 2009-01-04 | 1 | -0/+10 |
| | | | | | list by placing distributing items into multiple columns. | ||||
| * | Also fix invalid index entries for Latex output. | Georg Brandl | 2008-11-30 | 1 | -0/+8 |
| | | |||||
| * | #21: allow short form for seealso arguments. | Georg Brandl | 2008-11-04 | 1 | -1/+1 |
| | | |||||
| * | #29: fix some option list issues, in HTML, LaTeX and text writers. | Georg Brandl | 2008-11-03 | 1 | -0/+5 |
| | | |||||
| * | Improve node coverage for latex/text writers. | georg.brandl | 2008-11-01 | 1 | -0/+35 |
| | | |||||
| * | Fix for r67038. | georg.brandl | 2008-10-28 | 1 | -0/+5 |
| | | |||||
| * | Add global citations. #1. | georg.brandl | 2008-10-25 | 1 | -0/+2 |
| | | |||||
| * | Add minimal test for descitems. | georg.brandl | 2008-10-18 | 1 | -0/+5 |
| | | |||||
| * | Add test for meta directive and add visitor functions for latex and text ↵ | georg.brandl | 2008-10-18 | 1 | -0/+4 |
| | | | | | writers. | ||||
| * | Role names are case-insensitive. #24. | georg.brandl | 2008-10-16 | 1 | -0/+2 |
| | | |||||
| * | Merged revisions 65556 via svnmerge from | georg.brandl | 2008-08-06 | 1 | -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 from | georg.brandl | 2008-08-06 | 1 | -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. ........ | |||||
