Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/docutils/writers/pep_html/template.txt @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
1 <?xml version="1.0" encoding="%(encoding)s" ?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
4 <!-- | |
5 This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new | |
6 PEP, see http://www.python.org/dev/peps/pep-0001 for instructions and links | |
7 to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! | |
8 --> | |
9 <head> | |
10 <meta http-equiv="Content-Type" content="text/html; charset=%(encoding)s" /> | |
11 <meta name="generator" content="Docutils %(version)s: http://docutils.sourceforge.net/" /> | |
12 <title>PEP %(pep)s -- %(title)s</title> | |
13 %(stylesheet)s | |
14 </head> | |
15 <body bgcolor="white"> | |
16 <table class="navigation" cellpadding="0" cellspacing="0" | |
17 width="100%%" border="0"> | |
18 <tr><td class="navicon" width="150" height="35"> | |
19 <a href="%(pyhome)s/" title="Python Home Page"> | |
20 <img src="%(pyhome)s/pics/PyBanner%(banner)03d.gif" alt="[Python]" | |
21 border="0" width="150" height="35" /></a></td> | |
22 <td class="textlinks" align="left"> | |
23 [<b><a href="%(pyhome)s/">Python Home</a></b>] | |
24 [<b><a href="%(pepindex)s/">PEP Index</a></b>] | |
25 [<b><a href="%(pephome)s/pep-%(pepnum)s.txt">PEP Source</a></b>] | |
26 </td></tr></table> | |
27 <div class="document"> | |
28 %(body)s | |
29 %(body_suffix)s |