summaryrefslogtreecommitdiffstats
path: root/Doc/templates
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-06-06 15:59:04 (GMT)
committerFred Drake <fdrake@acm.org>2001-06-06 15:59:04 (GMT)
commit9ccc0df52f40f12451050487518cb0fb0184a2ce (patch)
tree5fb6faa8aa7f0ca489834d00853fb178cea37e78 /Doc/templates
parentc341580afddea7d8dd3e0adbb7e06307f1618b14 (diff)
downloadcpython-9ccc0df52f40f12451050487518cb0fb0184a2ce.zip
cpython-9ccc0df52f40f12451050487518cb0fb0184a2ce.tar.gz
cpython-9ccc0df52f40f12451050487518cb0fb0184a2ce.tar.bz2
Add references to the documentation for the Python documentation markup.
Suggested by the comments in SF bug #430627.
Diffstat (limited to 'Doc/templates')
-rw-r--r--Doc/templates/howto.tex7
-rw-r--r--Doc/templates/manual.tex7
2 files changed, 14 insertions, 0 deletions
diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex
index fcb213a..1f7bb6f 100644
--- a/Doc/templates/howto.tex
+++ b/Doc/templates/howto.tex
@@ -1,3 +1,10 @@
+% Complete documentation on the extended LaTeX markup used for Python
+% documentation is available in ``Documenting Python'', which is part
+% of the standard documentation for Python. It may be found online
+% at:
+%
+% http://www.python.org/doc/current/doc/doc.html
+
\documentclass{howto}
% This is a template for short or medium-size Python-related documents,
diff --git a/Doc/templates/manual.tex b/Doc/templates/manual.tex
index a8c8ec2..e1114d6 100644
--- a/Doc/templates/manual.tex
+++ b/Doc/templates/manual.tex
@@ -1,3 +1,10 @@
+% Complete documentation on the extended LaTeX markup used for Python
+% documentation is available in ``Documenting Python'', which is part
+% of the standard documentation for Python. It may be found online
+% at:
+%
+% http://www.python.org/doc/current/doc/doc.html
+
\documentclass{manual}
\title{Big Python Manual}