[Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.47,1.48

Fred L. Drake fdrake@users.sourceforge.net
Tue, 24 Jul 2001 07:38:36 -0700


Update of /cvsroot/python/python/dist/src/Doc/doc
In directory usw-pr-cvs1:/tmp/cvs-serv29340/doc

Modified Files:
	doc.tex 
Log Message:

Add labels to all \section and \subsection headings for use in references.


Index: doc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/doc/doc.tex,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** doc.tex	2001/07/17 23:05:57	1.47
--- doc.tex	2001/07/24 14:38:34	1.48
***************
*** 39,43 ****
  
  
! \section{Introduction}
  
    Python's documentation has long been considered to be good for a
--- 39,43 ----
  
  
! \section{Introduction \label{intro}}
  
    Python's documentation has long been considered to be good for a
***************
*** 72,76 ****
    to turn for more information.
  
! \section{Directory Structure}
  
    The source distribution for the standard Python documentation
--- 72,76 ----
    to turn for more information.
  
! \section{Directory Structure \label{directories}}
  
    The source distribution for the standard Python documentation
***************
*** 154,158 ****
  
  
! \section{Style Guide}
  
    The Python documentation should follow the \citetitle
--- 154,158 ----
  
  
! \section{Style Guide \label{style-guide}}
  
    The Python documentation should follow the \citetitle
***************
*** 250,254 ****
    indexes.
  
!   \subsection{Syntax}
  
      There are some things that an author of Python documentation needs
--- 250,254 ----
    indexes.
  
!   \subsection{Syntax \label{latex-syntax}}
  
      There are some things that an author of Python documentation needs
***************
*** 404,408 ****
  
  
!   \subsection{Hierarchical Structure}
  
      \LaTeX{} expects documents to be arranged in a conventional,
--- 404,408 ----
  
  
!   \subsection{Hierarchical Structure \label{latex-syntax}}
  
      \LaTeX{} expects documents to be arranged in a conventional,
***************
*** 471,475 ****
  
  
! \section{Special Markup Constructs}
  
    The Python document classes define a lot of new environments and
--- 471,475 ----
  
  
! \section{Special Markup Constructs \label{special-constructs}}
  
    The Python document classes define a lot of new environments and
***************
*** 638,642 ****
  
  
!   \subsection{Showing Code Examples}
  
      Examples of Python source code or interactive sessions are
--- 638,642 ----
  
  
!   \subsection{Showing Code Examples \label{showing-examples}}
  
      Examples of Python source code or interactive sessions are
***************
*** 686,690 ****
  
  
!   \subsection{Inline Markup}
  
      The macros described in this section are used to mark just about
--- 686,690 ----
  
  
!   \subsection{Inline Markup \label{inline-markup}}
  
      The macros described in this section are used to mark just about
***************
*** 979,983 ****
  
  
!   \subsection{Module-specific Markup}
  
    The markup described in this section is used to provide information
--- 979,983 ----
  
  
!   \subsection{Module-specific Markup \label{module-markup}}
  
    The markup described in this section is used to provide information
***************
*** 1057,1061 ****
  
  
!   \subsection{Library-level Markup}
  
      This markup is used when describing a selection of modules.  For
--- 1057,1061 ----
  
  
!   \subsection{Library-level Markup \label{library-markup}}
  
      This markup is used when describing a selection of modules.  For
***************
*** 1074,1078 ****
  
  
!   \subsection{Table Markup}
  
      There are three general-purpose table environments defined which
--- 1074,1078 ----
  
  
!   \subsection{Table Markup \label{table-markup}}
  
      There are three general-purpose table environments defined which
***************
*** 1461,1465 ****
  
  
! \section{Graphical Interface Components}
  
    The components of graphical interfaces will be assigned markup, but
--- 1461,1465 ----
  
  
! \section{Graphical Interface Components \label{gui-markup}}
  
    The components of graphical interfaces will be assigned markup, but
***************
*** 1467,1473 ****
  
  
! \section{Processing Tools}
  
!   \subsection{External Tools}
  
      Many tools are needed to be able to process the Python
--- 1467,1473 ----
  
  
! \section{Processing Tools \label{tools}}
  
!   \subsection{External Tools \label{tools-external}}
  
      Many tools are needed to be able to process the Python
***************
*** 1549,1553 ****
  
  
!   \subsection{Internal Tools}
  
      This section describes the various scripts that are used to
--- 1549,1553 ----
  
  
!   \subsection{Internal Tools \label{tools-internal}}
  
      This section describes the various scripts that are used to