diff options
author | Fred Drake <fdrake@acm.org> | 2001-06-06 15:59:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-06-06 15:59:04 (GMT) |
commit | 9ccc0df52f40f12451050487518cb0fb0184a2ce (patch) | |
tree | 5fb6faa8aa7f0ca489834d00853fb178cea37e78 /Doc/templates | |
parent | c341580afddea7d8dd3e0adbb7e06307f1618b14 (diff) | |
download | cpython-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.tex | 7 | ||||
-rw-r--r-- | Doc/templates/manual.tex | 7 |
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} |