Index of /sandbox/code-block-directive

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[DIR]data/30-Dec-2009 15:46 -
[DIR]docs/30-Dec-2009 15:46 -
[TXT]pygments_code_block_directive.py30-Dec-2009 15:46 5.5K
[TXT]rst2html-highlight30-Dec-2009 15:46 1.5K
[TXT]rst2html-highlight.html30-Dec-2009 15:46 7.9K
[TXT]rst2html-highlight.txt30-Dec-2009 15:46 1.5K
[TXT]rst2latex-highlight30-Dec-2009 15:46 1.4K
[DIR]tools/30-Dec-2009 15:46 -

Proposal for a code-block directive in docutils

Proposal for a code-block directive in docutils

Author: Günter Milde
Contact: milde@users.berlios.de
Date: 2009-02-24
Copyright: © 2007, 2009 G. Milde, Released without warranties or conditions of any kind under the terms of the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

This sandbox project contains experimental code and documentation related to the proposal for syntax highlight of source code in docutils using a "code-block" directive.

See docs/syntax-highlight.html for a full description.

rst2html-highlight
front end for reStructuredText -> HTML conversion supporting the "code-block" directive.
rst2latex-highlight
front end for reStructuredText -> LaTeX conversion supporting the "code-block" directive.
data
Style sheets.
docs
Documentation, concepts, discussion, examples...
pygments_code_block_directive.py
Working example: defines and registers a code-block directive using the Pygments syntax highlighter.
tools/test_pygments_code_block_directive.py
Script for interactive testing.
tools/pygments-enhanced-front-ends/
Legacy front ends,