|
| 1 | +<!-- |
| 2 | +This HTML is auto-generated. DO NOT EDIT THIS FILE! If you are writing a new |
| 3 | +PEP, see http://www.python.org/dev/peps/pep-0001 for instructions and links |
| 4 | +to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! |
| 5 | +--> |
| 6 | +<table class="rfc2822 docutils field-list" frame="void" rules="none"> |
| 7 | +<col class="field-name" /> |
| 8 | +<col class="field-body" /> |
| 9 | +<tbody valign="top"> |
| 10 | +<tr class="field"><th class="field-name">PEP:</th&
8000
gt;<td class="field-body">12</td> |
| 11 | +</tr> |
| 12 | +<tr class="field"><th class="field-name">Title:</th><td class="field-body">Sample reStructuredText PEP Template</td> |
| 13 | +</tr> |
| 14 | +<tr class="field"><th class="field-name">Author:</th><td class="field-body">David Goodger <goodger at python.org>, |
| 15 | +Barry Warsaw <barry at python.org></td> |
| 16 | +</tr> |
| 17 | +<tr class="field"><th class="field-name">Status:</th><td class="field-body">Active</td> |
| 18 | +</tr> |
| 19 | +<tr class="field"><th class="field-name">Type:</th><td class="field-body">Process</td> |
| 20 | +</tr> |
| 21 | +<tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference external" href="/dev/peps/pep-0012">text/x-rst</a></td> |
| 22 | +</tr> |
| 23 | +<tr class="field"><th class="field-name">Created:</th><td class="field-body">05-Aug-2002</td> |
| 24 | +</tr> |
| 25 | +<tr class="field"><th class="field-name">Post-History:</th><td class="field-body">30-Aug-2002</td> |
| 26 | +</tr> |
| 27 | +</tbody> |
| 28 | +</table> |
| 29 | +<hr /> |
| 30 | +<div class="contents topic" id="contents"> |
| 31 | +<p class="topic-title first">Contents</p> |
| 32 | +<ul class="simple"> |
| 33 | +<li><a class="reference internal" href="#abstract" id="id2">Abstract</a></li> |
| 34 | +<li><a class="reference internal" href="#copyright" id="id3">Copyright</a></li> |
| 35 | +</ul> |
| 36 | +</div> |
| 37 | +<div class="section" id="abstract"> |
| 38 | +<h1><a class="toc-backref" href="#id2">Abstract</a></h1> |
| 39 | +<p>This PEP provides a boilerplate or sample template for creating your |
| 40 | +own reStructuredText PEPs.</p> |
| 41 | +</div> |
| 42 | +<div class="section" id="copyright"> |
| 43 | +<h1><a class="toc-backref" href="#id3">Copyright</a></h1> |
| 44 | +<p>This document has been placed in the public domain.</p> |
| 45 | +<!-- Local Variables: |
| 46 | +mode: indented-text |
| 47 | +indent-tabs-mode: nil |
| 48 | +sentence-end-double-space: t |
| 49 | +fill-column: 70 |
| 50 | +coding: utf-8 |
| 51 | +End: --> |
| 52 | +</div> |
| 53 | + |
0 commit comments