]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
added nodename macro calls for new very long section names
authorGuido van Rossum <guido@python.org>
Mon, 20 Mar 1995 12:59:56 +0000 (12:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Mar 1995 12:59:56 +0000 (12:59 +0000)
16 files changed:
Doc/lib/libcgi.tex
Doc/lib/libfl.tex
Doc/lib/libgl.tex
Doc/lib/libhttplib.tex
Doc/lib/libprofile.tex
Doc/lib/libstdwin.tex
Doc/lib/libtypes.tex
Doc/lib/libwww.tex
Doc/libcgi.tex
Doc/libfl.tex
Doc/libgl.tex
Doc/libhttplib.tex
Doc/libprofile.tex
Doc/libstdwin.tex
Doc/libtypes.tex
Doc/libwww.tex

index 1950895e40e9b070ca58737164142602c27852eb..1262dc00770ffbe6204dd70e89c75e7f10122795 100644 (file)
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
 \end{datadesc}
 
 \subsection{Example}
+\nodename{CGI Example}
 
 This example assumes that you have a WWW server up and running,
 e.g.\ NCSA's \code{httpd}.
index 47f10c737e23715972ed05ec76af8cbe814e50e2..d5332a0602cd5b9f5629bb1b8fe729f816d8ebd6 100644 (file)
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
 \code{foreground()} and to the FORMS routine \code{fl_init()}.
 
 \subsection{Functions Defined in Module \sectcode{fl}}
+\nodename{FL Functions}
 
 Module \code{fl} defines the following functions.  For more information
 about what they do, see the description of the equivalent C function
index e86c04b8190c415324e218ac46c7d1a89515ae2e..c32ea6f581cb4103d7fcb031089c0acd6e0729e5 100644 (file)
@@ -185,6 +185,7 @@ main()
 \end{verbatim}\ecode
 
 \section{Standard Modules \sectcode{GL} and \sectcode{DEVICE}}
+\nodename{GL and DEVICE}
 \stmodindex{GL}
 \stmodindex{DEVICE}
 
index 46d791bd2cb2b77963166eea245d7c400f355018..4587ac1ee768b38155f328ee9de7f249f983eda0 100644 (file)
@@ -103,6 +103,7 @@ methods.
 \end{funcdesc}
 
 \subsection{Example}
+\nodename{HTTP Example}
 
 Here is an example session:
 
index b14116d89f65b03e6b395d4994b7a9788f54d0cc..ecf41c36dd4bbba0069e2a75d2fb4649c811e760 100644 (file)
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
 
 
 \section{Introduction to the profiler}
+\nodename{Profiler Introduction}
 
 A \dfn{profiler} is a program that describes the run time performance
 of a program, providing a variety of statistics.  This documentation
@@ -54,6 +55,7 @@ examine the results of a profile operation.
 
 
 \section{How Is This Profiler Different From The Old Profiler?}
+\nodename{Profiler Changes}
 
 The big changes from old profiling module are that you get more
 information, and you pay less CPU time.  It's not a trade-off, it's a
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
 
 
 \section{What Is Deterministic Profiling?}
+\nodename{Deterministic Profiling}
 
 \dfn{Deterministic profiling} is meant to reflect the fact that all
 \dfn{function call}, \dfn{function return}, and \dfn{exception} events
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
 at this point, when a constant can be used.
 
 
-\section{Extensions - Deriving Better Profilers}
+\section{Extensions --- Deriving Better Profilers}
+\nodename{Profiler Extensions}
 
 The \code{Profile} class of module \code{profile} was written so that
 derived classes could be developed to extend the profiler.  Rather
index 29b047ab89e3ac336f1ac0597a8fec6cb30ec5fa..ae7e8b9ed16a6197e75c8a8a3544cec0d56881d1 100644 (file)
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
 of STDWIN for C programmers (aforementioned CWI report).
 
 \subsection{Functions Defined in Module \sectcode{stdwin}}
+\nodename{STDWIN Functions}
 
 The following functions are defined in the \code{stdwin} module:
 
@@ -735,7 +736,7 @@ Discard the text-edit object.  It should not be used again.
 \end{funcdesc}
 
 \subsection{Example}
-\nodename{Stdwin Example}
+\nodename{STDWIN Example}
 
 Here is a minimal example of using STDWIN in Python.
 It creates a window and draws the string ``Hello world'' in the top
index a438d44027e7f1ef05a20fe7b81924b89118f4f5..51c775ec18c82b77dd1a5968c81c017243b92919 100644 (file)
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
 % XXXJH exceptions: overflow (when? what operations?) zerodivision
 
 \subsubsection{Bit-string Operations on Integer Types}
+\nodename{Bit-string Operations}
 
 Plain and long integer types support additional operations that make
 sense only for bit-strings.  Negative numbers are treated as their 2's
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
 Modules are written like this: \code{<module 'sys'>}.
 
 \subsubsection{Classes and Class Instances}
+\nodename{Classes and Instances}
 % XXXJH cross ref here
 (See the Python Reference Manual for these.)
 
index 60dc62f183ad5c554ad62b9ed0faf16d279275a9..d6aaeabc19167f411601a1b975004e17f5fa18a0 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{THE INTERNET AND THE WORLD-WIDE WEB}
+\nodename{Internet and WWW}
 \index{WWW}
 \index{Internet}
 \index{World-Wide Web}
index 1950895e40e9b070ca58737164142602c27852eb..1262dc00770ffbe6204dd70e89c75e7f10122795 100644 (file)
@@ -136,6 +136,7 @@ the CGI documentation for a description of the various fields.
 \end{datadesc}
 
 \subsection{Example}
+\nodename{CGI Example}
 
 This example assumes that you have a WWW server up and running,
 e.g.\ NCSA's \code{httpd}.
index 47f10c737e23715972ed05ec76af8cbe814e50e2..d5332a0602cd5b9f5629bb1b8fe729f816d8ebd6 100644 (file)
@@ -34,6 +34,7 @@ FORMS with pure GL windows.
 \code{foreground()} and to the FORMS routine \code{fl_init()}.
 
 \subsection{Functions Defined in Module \sectcode{fl}}
+\nodename{FL Functions}
 
 Module \code{fl} defines the following functions.  For more information
 about what they do, see the description of the equivalent C function
index e86c04b8190c415324e218ac46c7d1a89515ae2e..c32ea6f581cb4103d7fcb031089c0acd6e0729e5 100644 (file)
@@ -185,6 +185,7 @@ main()
 \end{verbatim}\ecode
 
 \section{Standard Modules \sectcode{GL} and \sectcode{DEVICE}}
+\nodename{GL and DEVICE}
 \stmodindex{GL}
 \stmodindex{DEVICE}
 
index 46d791bd2cb2b77963166eea245d7c400f355018..4587ac1ee768b38155f328ee9de7f249f983eda0 100644 (file)
@@ -103,6 +103,7 @@ methods.
 \end{funcdesc}
 
 \subsection{Example}
+\nodename{HTTP Example}
 
 Here is an example session:
 
index b14116d89f65b03e6b395d4994b7a9788f54d0cc..ecf41c36dd4bbba0069e2a75d2fb4649c811e760 100644 (file)
@@ -43,6 +43,7 @@ I'd appreciate the feedback.
 
 
 \section{Introduction to the profiler}
+\nodename{Profiler Introduction}
 
 A \dfn{profiler} is a program that describes the run time performance
 of a program, providing a variety of statistics.  This documentation
@@ -54,6 +55,7 @@ examine the results of a profile operation.
 
 
 \section{How Is This Profiler Different From The Old Profiler?}
+\nodename{Profiler Changes}
 
 The big changes from old profiling module are that you get more
 information, and you pay less CPU time.  It's not a trade-off, it's a
@@ -209,6 +211,7 @@ manual, or guess what the following functions do:
 
 
 \section{What Is Deterministic Profiling?}
+\nodename{Deterministic Profiling}
 
 \dfn{Deterministic profiling} is meant to reflect the fact that all
 \dfn{function call}, \dfn{function return}, and \dfn{exception} events
@@ -604,7 +607,8 @@ performance section, and there is no reason to use a variable lookup
 at this point, when a constant can be used.
 
 
-\section{Extensions - Deriving Better Profilers}
+\section{Extensions --- Deriving Better Profilers}
+\nodename{Profiler Extensions}
 
 The \code{Profile} class of module \code{profile} was written so that
 derived classes could be developed to extend the profiler.  Rather
index 29b047ab89e3ac336f1ac0597a8fec6cb30ec5fa..ae7e8b9ed16a6197e75c8a8a3544cec0d56881d1 100644 (file)
@@ -21,6 +21,7 @@ For a complete description of STDWIN please refer to the documentation
 of STDWIN for C programmers (aforementioned CWI report).
 
 \subsection{Functions Defined in Module \sectcode{stdwin}}
+\nodename{STDWIN Functions}
 
 The following functions are defined in the \code{stdwin} module:
 
@@ -735,7 +736,7 @@ Discard the text-edit object.  It should not be used again.
 \end{funcdesc}
 
 \subsection{Example}
-\nodename{Stdwin Example}
+\nodename{STDWIN Example}
 
 Here is a minimal example of using STDWIN in Python.
 It creates a window and draws the string ``Hello world'' in the top
index a438d44027e7f1ef05a20fe7b81924b89118f4f5..51c775ec18c82b77dd1a5968c81c017243b92919 100644 (file)
@@ -206,6 +206,7 @@ See the section on built-in functions for an exact definition.
 % XXXJH exceptions: overflow (when? what operations?) zerodivision
 
 \subsubsection{Bit-string Operations on Integer Types}
+\nodename{Bit-string Operations}
 
 Plain and long integer types support additional operations that make
 sense only for bit-strings.  Negative numbers are treated as their 2's
@@ -483,6 +484,7 @@ defines \code{\var{m}.a} to be \code{1}, but you can't write \code{\var{m}.__dic
 Modules are written like this: \code{<module 'sys'>}.
 
 \subsubsection{Classes and Class Instances}
+\nodename{Classes and Instances}
 % XXXJH cross ref here
 (See the Python Reference Manual for these.)
 
index 60dc62f183ad5c554ad62b9ed0faf16d279275a9..d6aaeabc19167f411601a1b975004e17f5fa18a0 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{THE INTERNET AND THE WORLD-WIDE WEB}
+\nodename{Internet and WWW}
 \index{WWW}
 \index{Internet}
 \index{World-Wide Web}