diff options
| author | Fred Drake <fdrake@acm.org> | 2001-06-06 15:59:04 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-06-06 15:59:04 +0000 |
| commit | 9ccc0df52f40f12451050487518cb0fb0184a2ce (patch) | |
| tree | 5fb6faa8aa7f0ca489834d00853fb178cea37e78 /Doc/templates/howto.tex | |
| parent | c341580afddea7d8dd3e0adbb7e06307f1618b14 (diff) | |
| download | cpython-git-9ccc0df52f40f12451050487518cb0fb0184a2ce.tar.gz | |
Add references to the documentation for the Python documentation markup.
Suggested by the comments in SF bug #430627.
Diffstat (limited to 'Doc/templates/howto.tex')
| -rw-r--r-- | Doc/templates/howto.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/templates/howto.tex b/Doc/templates/howto.tex index fcb213a9d5..1f7bb6fccc 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, |
