diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-06 12:10:07 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2009-05-06 12:10:07 +0000 |
commit | f67ba51b158c34c46dd275f265c8ef43fa8a8eee (patch) | |
tree | 1456ed517cf214acf07007a4b03c8346b5d4a4b6 /sandbox/code-block-directive/docs | |
parent | 400f306b29686f8cfdf8cc64275af5f14c20c5b2 (diff) | |
download | docutils-f67ba51b158c34c46dd275f265c8ef43fa8a8eee.tar.gz |
Minor sandbox updates
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5936 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive/docs')
-rw-r--r-- | sandbox/code-block-directive/docs/myfunction.py.pdf | bin | 38686 -> 25434 bytes | |||
-rw-r--r-- | sandbox/code-block-directive/docs/syntax-highlight.txt | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/code-block-directive/docs/myfunction.py.pdf b/sandbox/code-block-directive/docs/myfunction.py.pdf Binary files differindex 5b847ab6f..05fba74ea 100644 --- a/sandbox/code-block-directive/docs/myfunction.py.pdf +++ b/sandbox/code-block-directive/docs/myfunction.py.pdf diff --git a/sandbox/code-block-directive/docs/syntax-highlight.txt b/sandbox/code-block-directive/docs/syntax-highlight.txt index fd14712b6..a464e5747 100644 --- a/sandbox/code-block-directive/docs/syntax-highlight.txt +++ b/sandbox/code-block-directive/docs/syntax-highlight.txt @@ -101,6 +101,12 @@ Odtwriter_, experimental writer for Docutils OpenOffice export supports syntax Summary """"""" +On 2009-02-20, David Goodger wrote in docutils-devel + + I'd like to see the extensions implemented in Bruce and Sphinx etc. + folded back into core Docutils eventually. Otherwise we'll end up with + incompatible systems. + Pygments_ seems to be the most promising Docutils highlighter. For printed output and PDFs via LaTeX, the listings_ package is a viable |