[Python-checkins] python/dist/src/Doc/dist dist.tex,1.83,1.84

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Fri Aug 13 04:56:19 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/dist
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30267/dist
Modified Files:
	dist.tex 
Log Message:
SF #1005913, Patch to allow building of paper-*/dist.pdf by Jeff Epler
There were subsections without sections, so drop a sub.
Index: dist.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/dist/dist.tex,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** dist.tex	7 Aug 2004 21:35:06 -0000	1.83
--- dist.tex	13 Aug 2004 02:56:16 -0000	1.84
***************
*** 315,319 ****
 
 
! \subsection{Listing whole packages}
 \label{listing-packages}
 
--- 315,319 ----
 
 
! \section{Listing whole packages}
 \label{listing-packages}
 
***************
*** 370,374 ****
 
 
! \subsection{Listing individual modules}
 \label{listing-modules}
 
--- 370,374 ----
 
 
! \section{Listing individual modules}
 \label{listing-modules}
 
***************
*** 391,395 ****
 
 
! \subsection{Describing extension modules}
 \label{describing-extensions}
 
--- 391,395 ----
 
 
! \section{Describing extension modules}
 \label{describing-extensions}
 
***************
*** 434,438 ****
 
 
! \subsubsection{Extension names and packages}
 
 The first argument to the \class{Extension} constructor is always the
--- 434,438 ----
 
 
! \subsection{Extension names and packages}
 
 The first argument to the \class{Extension} constructor is always the
***************
*** 470,474 ****
 
 
! \subsubsection{Extension source files}
 
 The second argument to the \class{Extension} constructor is a list of
--- 470,474 ----
 
 
! \subsection{Extension source files}
 
 The second argument to the \class{Extension} constructor is a list of
***************
*** 495,499 ****
 
 
! \subsubsection{Preprocessor options}
 
 Three optional arguments to \class{Extension} will help if you need to
--- 495,499 ----
 
 
! \subsection{Preprocessor options}
 
 Three optional arguments to \class{Extension} will help if you need to
***************
*** 582,586 ****
 
 
! \subsubsection{Library options}
 
 You can also specify the libraries to link against when building your
--- 582,586 ----
 
 
! \subsection{Library options}
 
 You can also specify the libraries to link against when building your
***************
*** 613,617 ****
 \XXX{Should mention clib libraries here or somewhere else!}
 
! \subsubsection{Other options}
 
 There are still some other options which can be used to handle special
--- 613,617 ----
 \XXX{Should mention clib libraries here or somewhere else!}
 
! \subsection{Other options}
 
 There are still some other options which can be used to handle special
***************
*** 632,636 ****
 to the list of exported symbols.
 
! \subsection{Installing Scripts}
 So far we have been dealing with pure and non-pure Python modules,
 which are usually not run by themselves but imported by scripts.
--- 632,636 ----
 to the list of exported symbols.
 
! \section{Installing Scripts}
 So far we have been dealing with pure and non-pure Python modules,
 which are usually not run by themselves but imported by scripts.
***************
*** 653,657 ****
 
 
! \subsection{Installing Package Data}
 
 Often, additional files need to be installed into a package. These
--- 653,657 ----
 
 
! \section{Installing Package Data}
 
 Often, additional files need to be installed into a package. These
***************
*** 702,706 ****
 
 
! \subsection{Installing Additional Files}
 
 The \option{data\_files} option can be used to specify additional
--- 702,706 ----
 
 
! \section{Installing Additional Files}
 
 The \option{data\_files} option can be used to specify additional
***************
*** 740,744 ****
 string should be given as the directory.
 
! \subsection{Additional meta-data}
 \label{meta-data}
 
--- 740,744 ----
 string should be given as the directory.
 
! \section{Additional meta-data}
 \label{meta-data}
 
***************
*** 847,851 ****
 
 
! \subsection{Debugging the setup script}
 
 Sometimes things go wrong, and the setup script doesn't do what the
--- 847,851 ----
 
 
! \section{Debugging the setup script}
 
 Sometimes things go wrong, and the setup script doesn't do what the
***************
*** 1052,1056 ****
 
 
! \subsection{Specifying the files to distribute}
 \label{manifest}
 
--- 1052,1056 ----
 
 
! \section{Specifying the files to distribute}
 \label{manifest}
 
***************
*** 1157,1161 ****
 
 
! \subsection{Manifest-related options}
 \label{manifest-options}
 
--- 1157,1161 ----
 
 
! \section{Manifest-related options}
 \label{manifest-options}
 
***************
*** 1325,1329 ****
 
 
! \subsection{Creating dumb built distributions}
 \label{creating-dumb}
 
--- 1325,1329 ----
 
 
! \section{Creating dumb built distributions}
 \label{creating-dumb}
 
***************
*** 1332,1336 ****
 
 
! \subsection{Creating RPM packages}
 \label{creating-rpms}
 
--- 1332,1336 ----
 
 
! \section{Creating RPM packages}
 \label{creating-rpms}
 
***************
*** 1456,1460 ****
 
 
! \subsection{Creating Windows Installers}
 \label{creating-wininst}
 
--- 1456,1460 ----
 
 
! \section{Creating Windows Installers}
 \label{creating-wininst}
 
***************
*** 1509,1513 ****
 \longprogramopt{dist-dir} option.
 
! \subsubsection{The Postinstallation script}
 \label{postinstallation-script}
 
--- 1509,1513 ----
 \longprogramopt{dist-dir} option.
 
! \subsection{The Postinstallation script}
 \label{postinstallation-script}
 
***************
*** 1983,1987 ****
 
 
! %\subsection{Building modules: the \protect\command{build} command family}
 %\label{build-cmds}
 
--- 1983,1987 ----
 
 
! %\section{Building modules: the \protect\command{build} command family}
 %\label{build-cmds}
 
***************
*** 3511,3515 ****
 % todo
 
! \subsubsection{\module{distutils.command.install} --- Install a package}
 \declaremodule{standard}{distutils.command.install}
 \modulesynopsis{Install a package}
--- 3511,3515 ----
 % todo
 
! \section{\module{distutils.command.install} --- Install a package}
 \declaremodule{standard}{distutils.command.install}
 \modulesynopsis{Install a package}
***************
*** 3517,3521 ****
 % todo
 
! \subsubsection{\module{distutils.command.install_data}
 --- Install data files from a package}
 \declaremodule[distutils.command.installdata]{standard}{distutils.command.install_data}
--- 3517,3521 ----
 % todo
 
! \section{\module{distutils.command.install_data}
 --- Install data files from a package}
 \declaremodule[distutils.command.installdata]{standard}{distutils.command.install_data}
***************
*** 3524,3528 ****
 % todo
 
! \subsubsection{\module{distutils.command.install_headers}
 --- Install C/\Cpp{} header files from a package}
 \declaremodule[distutils.command.installheaders]{standard}{distutils.command.install_headers}
--- 3524,3528 ----
 % todo
 
! \section{\module{distutils.command.install_headers}
 --- Install C/\Cpp{} header files from a package}
 \declaremodule[distutils.command.installheaders]{standard}{distutils.command.install_headers}
***************
*** 3531,3535 ****
 % todo
 
! \subsubsection{\module{distutils.command.install_lib}
 --- Install library files from a package}
 \declaremodule[distutils.command.installlib]{standard}{distutils.command.install_lib}
--- 3531,3535 ----
 % todo
 
! \section{\module{distutils.command.install_lib}
 --- Install library files from a package}
 \declaremodule[distutils.command.installlib]{standard}{distutils.command.install_lib}
***************
*** 3538,3542 ****
 % todo
 
! \subsubsection{\module{distutils.command.install_scripts}
 --- Install script files from a package}
 \declaremodule[distutils.command.installscripts]{standard}{distutils.command.install_scripts}
--- 3538,3542 ----
 % todo
 
! \section{\module{distutils.command.install_scripts}
 --- Install script files from a package}
 \declaremodule[distutils.command.installscripts]{standard}{distutils.command.install_scripts}
***************
*** 3545,3549 ****
 % todo
 
! \subsubsection{\module{distutils.command.register}
 --- Register a module with the Python Package Index}
 \declaremodule{standard}{distutils.command.register}
--- 3545,3549 ----
 % todo
 
! \section{\module{distutils.command.register}
 --- Register a module with the Python Package Index}
 \declaremodule{standard}{distutils.command.register}
***************
*** 3554,3558 ****
 % todo
 
! \subsubsection{Creating a new Distutils command}
 
 This section outlines the steps to create a new Distutils command.
--- 3554,3558 ----
 % todo
 
! \section{Creating a new Distutils command}
 
 This section outlines the steps to create a new Distutils command.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /