From 9ccc0df52f40f12451050487518cb0fb0184a2ce Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 6 Jun 2001 15:59:04 +0000 Subject: [PATCH] Add references to the documentation for the Python documentation markup. Suggested by the comments in SF bug #430627. --- Doc/templates/howto.tex | 7 +++++++ Doc/templates/manual.tex | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex index fcb213a9d5e..1f7bb6fccc3 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 a8c8ec21098..e1114d67e25 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}