diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-15 10:36:15 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-11-15 10:36:15 +0000 |
| commit | 7f14a81296d7db1f6d3ca2a4e09e22e663cd893f (patch) | |
| tree | dfc8ac1fe882a12abfef93b6d1b226cd5e86bf4d /docutils/test/functional/expected/pep_html.html | |
| parent | eaa3c9e0fc2d2122a617b57bb52f56de97a54179 (diff) | |
| download | docutils-7f14a81296d7db1f6d3ca2a4e09e22e663cd893f.tar.gz | |
tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8414 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 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docutils/test/functional/expected/pep_html.html b/docutils/test/functional/expected/pep_html.html index 62767c26b..bdbb30a7f 100644 --- a/docutils/test/functional/expected/pep_html.html +++ b/docutils/test/functional/expected/pep_html.html @@ -57,32 +57,32 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! <div class="contents topic" id="contents"> <p class="topic-title">Contents</p> <ul class="simple"> -<li><a class="reference internal" href="#abstract" id="id5">Abstract</a></li> -<li><a class="reference internal" href="#copyright" id="id6">Copyright</a></li> -<li><a class="reference internal" href="#references-and-footnotes" id="id7">References and Footnotes</a></li> +<li><a class="reference internal" href="#abstract" id="toc-entry-1">Abstract</a></li> +<li><a class="reference internal" href="#copyright" id="toc-entry-2">Copyright</a></li> +<li><a class="reference internal" href="#references-and-footnotes" id="toc-entry-3">References and Footnotes</a></li> </ul> </div> <div class="section" id="abstract"> -<h1><a class="toc-backref" href="#id5">Abstract</a></h1> -<p>This is just a test <a class="footnote-reference" href="#id2" id="id1">[1]</a>. See the <a class="reference external" href="http://www.python.org/peps/">PEP repository</a> <a class="footnote-reference" href="#id3" id="id4">[2]</a> for the real +<h1><a class="toc-backref" href="#toc-entry-1">Abstract</a></h1> +<p>This is just a test <a class="footnote-reference" href="#footnote-1" id="footnote-reference-1">[1]</a>. See the <a class="reference external" href="http://www.python.org/peps/">PEP repository</a> <a class="footnote-reference" href="#footnote-2" id="footnote-reference-2">[2]</a> for the real thing.</p> </div> <div class="section" id="copyright"> -<h1><a class="toc-backref" href="#id6">Copyright</a></h1> +<h1><a class="toc-backref" href="#toc-entry-2">Copyright</a></h1> <p>This document has been placed in the public domain.</p> </div> <div class="section" id="references-and-footnotes"> -<h1><a class="toc-backref" href="#id7">References and Footnotes</a></h1> -<table class="docutils footnote" frame="void" id="id2" rules="none"> +<h1><a class="toc-backref" href="#toc-entry-3">References and Footnotes</a></h1> +<table class="docutils footnote" frame="void" id="footnote-1" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> -<tr><td class="label"><a class="fn-backref" href="#id1">[1]</a></td><td>PEP editors: <a class="reference external" href="mailto:peps%40python.org">peps<span>@</span>python<span>.</span>org</a></td></tr> +<tr><td class="label"><a class="fn-backref" href="#footnote-reference-1">[1]</a></td><td>PEP editors: <a class="reference external" 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"> +<table class="docutils footnote" frame="void" id="footnote-2" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> -<tr><td class="label"><a class="fn-backref" href="#id4">[2]</a></td><td><a class="reference external" href="http://www.python.org/peps/">http://www.python.org/peps/</a></td></tr> +<tr><td class="label"><a class="fn-backref" href="#footnote-reference-2">[2]</a></td><td><a class="reference external" href="http://www.python.org/peps/">http://www.python.org/peps/</a></td></tr> </tbody> </table> </div> |
