diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-13 18:04:05 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-13 18:04:05 +0000 |
| commit | 78e51d9d3a67d6cd95b31e75b754007146543739 (patch) | |
| tree | ed934998cb6ba157edc9f5bfe5bcd93c9be99536 /docutils/test/functional/expected/pep_html.html | |
| parent | 50c9ea9e004549f103986e234d2cccf871d2b0ee (diff) | |
| download | docutils-78e51d9d3a67d6cd95b31e75b754007146543739.tar.gz | |
Update PEP base URL and template.
The canonical PEP base URL changed to "peps.python.org/".
The PEP-writer template.txt added a "source" link that no longer
works due to sources now only be stored on github and having
two possible file extensions ("txt" or "rst").
Adapt the header to resemble the header of official PEP documents
(which are now produced using Sphinx).
Fixes [bug:#445].
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/pep_html.html')
| -rw-r--r-- | docutils/test/functional/expected/pep_html.html | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/docutils/test/functional/expected/pep_html.html b/docutils/test/functional/expected/pep_html.html index e45d17dc8..584edd793 100644 --- a/docutils/test/functional/expected/pep_html.html +++ b/docutils/test/functional/expected/pep_html.html @@ -3,27 +3,23 @@ <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/dev/peps/pep-0001 for instructions and links +PEP, see http://peps.python.org/pep-0001 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.19b.dev: https://docutils.sourceforge.io/" /> - <title>PEP 100 -- Test PEP</title> + <title>PEP 100 - Test PEP</title> <link rel="stylesheet" href="../input/data/html4css1.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/dev/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="header"> +<strong>Python Enhancement Proposals</strong> +| <a href="http://www.python.org/">Python</a> +» <a href="https://peps.python.org/pep-0000/">PEP Index</a> +» PEP 100 – Test PEP +<hr class="header"/> +</div> <div class="document"> <table class="rfc2822 docutils field-list" frame="void" rules="none"> <col class="field-name" /> @@ -45,7 +41,7 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! </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 external" href="https://www.python.org/dev/peps/pep-0012">text/x-rst</a></td> +<tr class="field"><th class="field-name">Content-Type:</th><td class="field-body"><a class="reference external" href="https://peps.python.org/pep-0012">text/x-rst</a></td> </tr> <tr class="field"><th class="field-name">Created:</th><td class="field-body">01-Jun-2001</td> </tr> |
