diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-22 23:57:18 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-22 23:57:18 +0000 |
| commit | dcd8f11a7d24abb7a4f69a8ab1f9df31ad67b9e3 (patch) | |
| tree | 83b3990d4fb7f8ef46f998f13904c4f9b8431b23 /docutils/test/functional/input/pep_html.txt | |
| parent | 76ad37b421e925fe5320f23ab130ef9fed55bb7b (diff) | |
| download | docutils-dcd8f11a7d24abb7a4f69a8ab1f9df31ad67b9e3.tar.gz | |
Added "cloak_email_addresses" setting & support; updated test & docs. Thanks to Barry Warsaw & Ned Batchelder for the idea and initial patch.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/input/pep_html.txt')
| -rw-r--r-- | docutils/test/functional/input/pep_html.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docutils/test/functional/input/pep_html.txt b/docutils/test/functional/input/pep_html.txt index 5cca3726e..483077131 100644 --- a/docutils/test/functional/input/pep_html.txt +++ b/docutils/test/functional/input/pep_html.txt @@ -14,10 +14,19 @@ Post-History: 13-Jun-2001 Abstract ======== -Just a test. +This is just a test [#]_. See the `PEP repository`_ for the real +thing. + +.. _PEP repository: http://www.python.org/peps/ Copyright ========= This document has been placed in the public domain. + + +References and Footnotes +======================== + +.. [#] PEP editors: peps@python.org |
