diff options
Diffstat (limited to 'docutils/test/functional/expected/pep_html.html')
| -rw-r--r-- | docutils/test/functional/expected/pep_html.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/docutils/test/functional/expected/pep_html.html b/docutils/test/functional/expected/pep_html.html deleted file mode 100644 index 8c1a077c5..000000000 --- a/docutils/test/functional/expected/pep_html.html +++ /dev/null @@ -1,93 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!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"> -<!-- -This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new -PEP, see http://www.python.org/peps/pep-0001.html for instructions and links -to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! ---> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> - <title>PEP 100 -- Test PEP</title> - <link rel="stylesheet" href="../../../docutils/writers/pep_html/pep.css" type="text/css" /> -</head> -<body bgcolor="white"> -<table class="navigation" cellpadding="0" cellspacing="0" - width="100%" border="0"> -<tr><td class="navicon" width="150" height="35"> -<a href="http://www.python.org/" title="Python Home Page"> -<img src="http://www.python.org/pics/PyBanner000.gif" alt="[Python]" - border="0" width="150" height="35" /></a></td> -<td class="textlinks" align="left"> -[<b><a href="http://www.python.org/">Python Home</a></b>] -[<b><a href="http://www.python.org/peps/">PEP Index</a></b>] -[<b><a href="http://www.python.org/peps/pep-0100.txt">PEP Source</a></b>] -</td></tr></table> -<div class="document"> -<table class="rfc2822 docutils field-list" frame="void" rules="none"> -<col class="field-name" /> -<col class="field-body" /> -<tbody valign="top"> -<tr class="field"><th class="field-name">PEP:</th><td class="field-body">100</td> -</tr> -<tr class="field"><th class="field-name">Title:</th><td class="field-body">Test PEP</td> -</tr> -<tr class="field"><th class="field-name">Version:</th><td class="field-body">42</td> -</tr> -<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/peps/pep-0100.txt">A long time ago.</a></td> -</tr> -<tr class="field"><th class="field-name">Author:</th><td class="field-body">John Doe <john at example.org></td> -</tr> -<tr class="field"><th class="field-name">Discussions-To:</th><td class="field-body"><<a class="reference" href="mailto:devnull%40example.org?subject=PEP%20100">devnull at example.org</a>></td> -</tr> -<tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> -</tr> -<tr class="field"><th class="field-name">Type:</th><td class="field-body">Standards Track</td> -</tr> -<tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference" href="http://www.python.org/peps/pep-0012.html">text/x-rst</a></td> -</tr> -<tr class="field"><th class="field-name">Created:</th><td class="field-body">01-Jun-2001</td> -</tr> -<tr class="field"><th class="field-name">Post-History:</th><td class="field-body">13-Jun-2001</td> -</tr> -</tbody> -</table> -<hr /> -<div class="contents topic"> -<p class="topic-title first"><a id="contents" name="contents">Contents</a></p> -<ul class="simple"> -<li><a class="reference" href="#abstract" id="id5" name="id5">Abstract</a></li> -<li><a class="reference" href="#copyright" id="id6" name="id6">Copyright</a></li> -<li><a class="reference" href="#references-and-footnotes" id="id7" name="id7">References and Footnotes</a></li> -</ul> -</div> -<div class="section"> -<h1><a class="toc-backref" href="#id5" id="abstract" name="abstract">Abstract</a></h1> -<p>This is just a test <a class="footnote-reference" href="#id2" id="id1" name="id1">[1]</a>. See the <a class="reference" href="http://www.python.org/peps/">PEP repository</a> <a class="footnote-reference" href="#id3" id="id4" name="id4">[2]</a> for the real -thing.</p> -</div> -<div class="section"> -<h1><a class="toc-backref" href="#id6" id="copyright" name="copyright">Copyright</a></h1> -<p>This document has been placed in the public domain.</p> -</div> -<div class="section"> -<h1><a class="toc-backref" href="#id7" id="references-and-footnotes" name="references-and-footnotes">References and Footnotes</a></h1> -<table class="docutils footnote" frame="void" id="id2" rules="none"> -<colgroup><col class="label" /><col /></colgroup> -<tbody valign="top"> -<tr><td class="label"><a class="fn-backref" href="#id1" name="id2">[1]</a></td><td>PEP editors: <a class="reference" href="mailto:peps%40python.org">peps<span>@</span>python<span>.</span>org</a></td></tr> -</tbody> -</table> -<table class="docutils footnote" frame="void" id="id3" rules="none"> -<colgroup><col class="label" /><col /></colgroup> -<tbody valign="top"> -<tr><td class="label"><a class="fn-backref" href="#id4" name="id3">[2]</a></td><td><a class="reference" href="http://www.python.org/peps/">http://www.python.org/peps/</a></td></tr> -</tbody> -</table> -</div> - -</div> -</body> -</html> - |
