| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | | | | | #310: support exception messages in the ``testoutput`` blocks of the ``doctes... | Georg Brandl | 2010-01-02 | 3 | -1/+122 |
| | |_|_|_|_|/
|/| | | | | |
|
| * | | | | | | #303: ``html_context`` values given on the command line via ``-A`` | Georg Brandl | 2009-12-31 | 2 | -1/+4 |
| | |_|_|_|/
|/| | | | |
|
| * | | | | | #308: allow "double" as alias for "pair" in index entries. | Georg Brandl | 2009-12-30 | 1 | -0/+1 |
| | |_|_|/
|/| | | |
|
| * | | | | Remove option added in docutils 0.6. | Georg Brandl | 2009-12-28 | 1 | -1/+0 |
| | |_|/
|/| | |
|
| * | | | #299: Fix the mangling of quotes in "include:: :literal:" blocks. | Georg Brandl | 2009-12-24 | 2 | -0/+10 |
| | |/
|/| |
|
| * | | When highlighting Python code, ignore extra indentation before | Georg Brandl | 2009-06-04 | 1 | -5/+12 |
| |/ |
|
| * | Set the default encoding to ``utf-8-sig`` to handle files with a | Georg Brandl | 2009-05-31 | 2 | -0/+6 |
| * | #178: apply ``add_function_parentheses`` config value to C functions as promi... | Georg Brandl | 2009-05-22 | 1 | -0/+5 |
| * | #173: Respect the docutils ``title`` directive. | Georg Brandl | 2009-05-17 | 1 | -0/+2 |
| * | Fix autosummary test suite. | Georg Brandl | 2009-03-16 | 21 | -142/+338 |
| |\ |
|
| | * | Fix test. | gbrandl | 2009-03-15 | 1 | -2/+4 |
| | * | Add autosummary to tests. | gbrandl | 2009-03-15 | 3 | -1/+10 |
| | * | #114: Added an ``abbr`` role to markup abbreviations and acronyms. | Georg Brandl | 2009-03-05 | 1 | -0/+1 |
| | * | Paths to literal include files and download files can now be absolute too. | Georg Brandl | 2009-02-24 | 3 | -0/+15 |
| | * | #10: implement HTML section numbering. | Georg Brandl | 2009-02-22 | 1 | -0/+1 |
| | * | Fix the serializing and changes builders, and really test them. | Georg Brandl | 2009-02-21 | 2 | -3/+4 |
| | * | The new ``latex_additional_files`` config value can be used to | Georg Brandl | 2009-02-20 | 1 | -0/+2 |
| | * | Added an ``only`` directive that can selectively include text | Georg Brandl | 2009-02-19 | 2 | -0/+22 |
| | * | Test add_description_unit in test suite. | Georg Brandl | 2009-02-18 | 2 | -0/+22 |
| | * | Add more stuff to the autodoc test document, and fix two bugs. | Georg Brandl | 2009-02-18 | 1 | -0/+21 |
| | * | SVG images are now supported in HTML (via ``<object>`` and ``<embed>`` tags). | Georg Brandl | 2009-02-18 | 3 | -0/+161 |
| | * | Add theming test suite, fix a few bugs and doc problems. | Georg Brandl | 2009-02-15 | 8 | -0/+19 |
| | * | merge with main | Georg Brandl | 2009-02-14 | 4 | -0/+6 |
| | |\ |
|
| | | * | Add missing file. | Georg Brandl | 2009-02-14 | 1 | -0/+0 |
| | | * | Image paths can now be absolute (like ``/images/foo.png``). | Georg Brandl | 2009-02-14 | 1 | -0/+2 |
| | | * | Add a rst_epilog setting, usable for global substitutions. | Georg Brandl | 2009-02-07 | 2 | -0/+5 |
| | * | | merge with trunk | Georg Brandl | 2009-01-26 | 1 | -0/+2 |
| | |\ \
| | |/ |
|
| | | * | Add a minimal test for external toctree links and fix a small bug found by it. | Georg Brandl | 2009-01-26 | 1 | -0/+2 |
| | * | | Clean up tests conf.py, no need to include comments. | Georg Brandl | 2009-01-10 | 1 | -138/+4 |
| | * | | Fix more line length and trailing whitespace. | Georg Brandl | 2009-01-10 | 1 | -6/+3 |
| | |/ |
|
| | * | Close #52: There is now a ``hlist`` directive, creating a compact | Georg Brandl | 2009-01-04 | 1 | -0/+10 |
| | * | Add tests for new literalinclude options, and fix an off-by-one bug. | Georg Brandl | 2009-01-03 | 2 | -0/+31 |
| | * | Close #4: Added a ``:download:`` role that marks a non-document file | Georg Brandl | 2008-12-28 | 1 | -0/+8 |
| |/ |
|
| * | Fix #68: invalid latex output for images with height set. | Georg Brandl | 2008-12-08 | 1 | -0/+2 |
| * | Fix #60: "smart" image inclusion in subdirs. | Georg Brandl | 2008-12-08 | 2 | -0/+5 |
| * | Also fix invalid index entries for Latex output. | Georg Brandl | 2008-11-30 | 1 | -0/+8 |
| * | Add file in _static directory so that it isn't ignored by Hg. | Georg Brandl | 2008-11-23 | 1 | -0/+1 |
| * | Add tests for HTML escaping. | Georg Brandl | 2008-11-23 | 1 | -2/+2 |
| * | Add todo extension. | Georg Brandl | 2008-11-09 | 1 | -1/+2 |
| * | Fix the handling of images in different directories. | Georg Brandl | 2008-11-06 | 2 | -0/+3 |
| * | #21: allow short form for seealso arguments. | Georg Brandl | 2008-11-04 | 1 | -1/+1 |
| * | Add -A option to pass values into HTML templates. | Georg Brandl | 2008-11-04 | 2 | -0/+6 |
| * | #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 | 2 | -0/+7 |
| * | Add minimal test for descitems. | georg.brandl | 2008-10-18 | 3 | -0/+66 |
| * | Add test for meta directive and add visitor functions for latex and text writ... | georg.brandl | 2008-10-18 | 1 | -0/+4 |
| * | Role names are case-insensitive. #24. | georg.brandl | 2008-10-16 | 1 | -0/+2 |
| * | Add test for coverage builder and fix an AttributeError in it. | georg.brandl | 2008-09-13 | 2 | -1/+5 |