diff options
author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-06-13 15:29:16 +0000 |
---|---|---|
committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-06-13 15:29:16 +0000 |
commit | 2aa609f108dfb3f83e27a181fb4170f8cfdf46ff (patch) | |
tree | ae6e941c32a6e7f3326eac073783662518bbade4 /sandbox/code-block-directive | |
parent | c82d421898fb708c323d79ffa85e25729aca0880 (diff) | |
download | docutils-2aa609f108dfb3f83e27a181fb4170f8cfdf46ff.tar.gz |
removed html files that will be autogenerated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/code-block-directive')
-rw-r--r-- | sandbox/code-block-directive/README.html | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/sandbox/code-block-directive/README.html b/sandbox/code-block-directive/README.html deleted file mode 100644 index 28579cee9..000000000 --- a/sandbox/code-block-directive/README.html +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="iso-8859-1" ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> -<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" /> -<title>Proposal for a code-block directive in docutils</title> -<meta name="author" content="Guenter Milde <milde@users.berlios.de>" /> -<meta name="date" content="2007-06-08" /> -<link rel="stylesheet" href="../../../../lib/python2.4/site-packages/docutils/writers/html4css1/html4css1.css" type="text/css" /> -</head> -<body> -<div class="document" id="proposal-for-a-code-block-directive-in-docutils"> -<h1 class="title">Proposal for a code-block directive in docutils</h1> -<table class="docinfo" frame="void" rules="none"> -<col class="docinfo-name" /> -<col class="docinfo-content" /> -<tbody valign="top"> -<tr><th class="docinfo-name">Author:</th> -<td>Guenter Milde <<a class="reference" href="mailto:milde@users.berlios.de">milde@users.berlios.de</a>></td></tr> -<tr><th class="docinfo-name">Date:</th> -<td>2007-06-08</td></tr> -</tbody> -</table> -<!-- -*- rst-mode -*- --> -<p>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.</p> -<p>See <a class="reference" href="docs/syntax-highlight.html">syntax-highlight.html</a> for the full picture.</p> -<dl class="docutils"> -<dt><a class="reference" href="pygments_code_block_directive.py">pygments_code_block_directive.py</a></dt> -<dd><p class="first">Working example: defines and registers a -code-block directive using the <a class="reference" href="http://pygments.org/">Pygments</a> syntax highlighter.</p> -<p class="last">colourful literal code (maybe outdated): -<a class="reference" href="docs/pygments_code_block_directive-bunt.py.html">pygments_code_block_directive-bunt.py.html</a></p> -</dd> -<dt><a class="reference" href="rst2html-highlight">rst2html-highlight</a></dt> -<dd>front end for reStructuredText -> HTML conversion supporting the -"code-block" directive.</dd> -<dt><a class="reference" href="docs">docs</a></dt> -<dd>Documentation, concepts, discussion, examples...</dd> -<dt><a class="reference" href="tools">tools</a></dt> -<dd>Style sheets, alternative (legacy) front ends, script for interactive -testing.</dd> -</dl> -<!-- References --> -</div> -<div class="footer"> -<hr class="footer" /> -<a class="reference" href="README.txt">View document source</a>. -Generated on: 2007-06-13. - -</div> -</body> -</html> |