.. -*- rst-mode -*- =============================================== Proposal for a code-block directive in docutils =============================================== :Author: Günter Milde :Contact: milde@users.berlios.de :Date: $Date: 2009-02-24 12:40:50 +0100 (Die, 24 Feb 2009) $ :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 ``_ for a full description. ``_ front end for reStructuredText -> HTML conversion supporting the "code-block" directive. ``_ front end for reStructuredText -> LaTeX conversion supporting the "code-block" directive. ``_ Style sheets. ``_ Documentation, concepts, discussion, examples... ``_ Working example: defines and registers a code-block directive using the Pygments_ syntax highlighter. ``_ Script for interactive testing. ``_ Legacy front ends, .. References .. _pygments: http://pygments.org/