[Python-checkins] python/dist/src/Doc/dist dist.tex,1.66,1.67

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Mon Mar 22 16:44:46 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3904

Modified Files:
	dist.tex 
Log Message:
convert from a howto to a manual


Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** dist.tex	19 Feb 2004 23:17:46 -0000	1.66
--- dist.tex	22 Mar 2004 21:44:43 -0000	1.67
***************
*** 1,3 ****
! \documentclass{howto}
  \usepackage{distutils}
  
--- 1,3 ----
! \documentclass{manual}
  \usepackage{distutils}
  
***************
*** 41,45 ****
  
  
! \section{Introduction}
  \label{intro}
  
--- 41,45 ----
  
  
! \chapter{An Introduction to Distutils}
  \label{intro}
  
***************
*** 77,81 ****
  
  
! \subsection{A Simple Example}
  \label{simple-example}
  
--- 77,81 ----
  
  
! \section{A Simple Example}
  \label{simple-example}
  
***************
*** 179,183 ****
  
  
! \subsection{General Python terminology}
  \label{python-terms}
  
--- 179,183 ----
  
  
! \section{General Python terminology}
  \label{python-terms}
  
***************
*** 218,222 ****
  
  
! \subsection{Distutils-specific terminology}
  \label{distutils-term}
  
--- 218,222 ----
  
  
! \section{Distutils-specific terminology}
  \label{distutils-term}
  
***************
*** 246,250 ****
  
  
! \section{Writing the Setup Script}
  \label{setup-script}
  
--- 246,250 ----
  
  
! \chapter{Writing the Setup Script}
  \label{setup-script}
  
***************
*** 813,817 ****
  full traceback in case an exception occurs.
  
! \section{Writing the Setup Configuration File}
  \label{setup-config}
  
--- 813,817 ----
  full traceback in case an exception occurs.
  
! \chapter{Writing the Setup Configuration File}
  \label{setup-config}
  
***************
*** 950,954 ****
  
  
! \section{Creating a Source Distribution}
  \label{source-dist}
  
--- 950,954 ----
  
  
! \chapter{Creating a Source Distribution}
  \label{source-dist}
  
***************
*** 1143,1147 ****
  
  
! \section{Creating Built Distributions}
  \label{built-dist}
  
--- 1143,1147 ----
  
  
! \chapter{Creating Built Distributions}
  \label{built-dist}
  
***************
*** 1532,1536 ****
  \end{funcdesc}
  
! \section{Registering with the Package Index}
  \label{package-index}
  
--- 1532,1536 ----
  \end{funcdesc}
  
! \chapter{Registering with the Package Index}
  \label{package-index}
  
***************
*** 1585,1592 ****
  
  
! \section{Examples}
  \label{examples}
    
! \subsection{Pure Python distribution (by module)}
  \label{pure-mod}
  
--- 1585,1592 ----
  
  
! \chapter{Examples}
  \label{examples}
    
! \section{Pure Python distribution (by module)}
  \label{pure-mod}
  
***************
*** 1639,1643 ****
  
  
! \subsection{Pure Python distribution (by package)}
  \label{pure-pkg}
  
--- 1639,1643 ----
  
  
! \section{Pure Python distribution (by package)}
  \label{pure-pkg}
  
***************
*** 1761,1765 ****
  
  
! \subsection{Single extension module}
  \label{single-ext}
  
--- 1761,1765 ----
  
  
! \section{Single extension module}
  \label{single-ext}
  
***************
*** 1794,1813 ****
  
  
! %\subsection{Multiple extension modules}
  %\label{multiple-ext}
  
  
! %\subsection{Putting it all together}
  
  
! %\section{Extending the Distutils}
  %\label{extending}
  
  
! %\subsection{Extending existing commands}
  %\label{extend-existing}
  
  
! %\subsection{Writing new commands}
  %\label{new-commands}
  
--- 1794,1813 ----
  
  
! %\section{Multiple extension modules}
  %\label{multiple-ext}
  
  
! %\section{Putting it all together}
  
  
! %\chapter{Extending the Distutils}
  %\label{extending}
  
  
! %\section{Extending existing commands}
  %\label{extend-existing}
  
  
! %\section{Writing new commands}
  %\label{new-commands}
  
***************
*** 1816,1820 ****
  
  
! \section{Reference}
  \label{reference}
  
--- 1816,1820 ----
  
  
! \chapter{Command Reference}
  \label{reference}
  
***************
*** 1836,1840 ****
  
  
! \subsection{Installing modules: the \protect\command{install} command family}
  \label{install-cmd}
  
--- 1836,1840 ----
  
  
! \section{Installing modules: the \protect\command{install} command family}
  \label{install-cmd}
  
***************
*** 1847,1855 ****
  %\label{install-lib-cmd}
  
! \subsubsection{\protect\command{install\_data}}
  \label{install-data-cmd}
  This command installs all data files provided with the distribution.
  
! \subsubsection{\protect\command{install\_scripts}}
  \label{install-scripts-cmd}
  This command installs all (Python) scripts in the distribution.
--- 1847,1855 ----
  %\label{install-lib-cmd}
  
! \subsection{\protect\command{install\_data}}
  \label{install-data-cmd}
  This command installs all data files provided with the distribution.
  
! \subsection{\protect\command{install\_scripts}}
  \label{install-scripts-cmd}
  This command installs all (Python) scripts in the distribution.
***************
*** 1860,1864 ****
  
  
! \subsection{Creating a source distribution: the
              \protect\command{sdist} command}
  \label{sdist-cmd}
--- 1860,1864 ----
  
  
! \section{Creating a source distribution: the
              \protect\command{sdist} command}
  \label{sdist-cmd}
***************
*** 1899,1914 ****
  
  
! %\subsection{Creating a built distribution: the
  %  \protect\command{bdist} command family}
  %\label{bdist-cmds}
  
  
! %\subsubsection{\protect\command{bdist}}
  
! %\subsubsection{\protect\command{bdist\_dumb}}
  
! %\subsubsection{\protect\command{bdist\_rpm}}
  
! %\subsubsection{\protect\command{bdist\_wininst}}
  
  
--- 1899,1914 ----
  
  
! %\section{Creating a built distribution: the
  %  \protect\command{bdist} command family}
  %\label{bdist-cmds}
  
  
! %\subsection{\protect\command{bdist}}
  
! %\subsection{\protect\command{bdist\_dumb}}
  
! %\subsection{\protect\command{bdist\_rpm}}
  
! %\subsection{\protect\command{bdist\_wininst}}
  
  




More information about the Python-checkins mailing list