summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}