summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-11-10 16:13:25 (GMT)
committerFred Drake <fdrake@acm.org>1999-11-10 16:13:25 (GMT)
commite15eb35fd0a038aead785a57526157e6745e0b09 (patch)
treee1deb19c7cd865a255fefb3970e51a55e9317e21 /Doc/ref/ref.tex
parent9fa76f1090d1646bcc074fb20092b5a80be3c109 (diff)
downloadcpython-e15eb35fd0a038aead785a57526157e6745e0b09.zip
cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.gz
cpython-e15eb35fd0a038aead785a57526157e6745e0b09.tar.bz2
Use \citetitle as appropriate.
Diffstat (limited to 'Doc/ref/ref.tex')
-rw-r--r--Doc/ref/ref.tex21
1 files changed, 12 insertions, 9 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex
index 93acc11..b0636fb 100644
--- a/Doc/ref/ref.tex
+++ b/Doc/ref/ref.tex
@@ -32,15 +32,18 @@ extensive standard library are available in source or binary form
without charge for all major platforms, and can be freely distributed.
This reference manual describes the syntax and ``core semantics'' of
-the language. It is terse, but attempts to be exact and complete. The
-semantics of non-essential built-in object types and of the built-in
-functions and modules are described in the \emph{Python Library
-Reference}. For an informal introduction to the language, see the
-\emph{Python Tutorial}. For \C{} or \Cpp{} programmers, two additional
-manuals exist: \emph{Extending and Embedding the Python Interpreter}
-describes the high-level picture of how to write a Python extension
-module, and the \emph{Python/C API Reference Manual} describes the
-interfaces available to C/C++ programmers in detail.
+the language. It is terse, but attempts to be exact and complete.
+The semantics of non-essential built-in object types and of the
+built-in functions and modules are described in the
+\citetitle[../lib/lib.html]{Python Library Reference}. For an
+informal introduction to the language, see the
+\citetitle[../tut/tut.html]{Python Tutorial}. For C or
+\Cpp{} programmers, two additional manuals exist:
+\citetitle[../ext/ext.html]{Extending and Embedding the Python
+Interpreter} describes the high-level picture of how to write a Python
+extension module, and the \citetitle[../api/api.html]{Python/C API
+Reference Manual} describes the interfaces available to
+C/\Cpp{} programmers in detail.
\end{abstract}