mirror of https://github.com/python/cpython
Added abstract.
This commit is contained in:
parent
4c3f797128
commit
e3cca26627
|
@ -8,10 +8,20 @@
|
|||
\author{Greg Ward}
|
||||
\authoraddress{E-mail: \email{gward@python.net}}
|
||||
|
||||
\makeindex
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
\begin{abstract}
|
||||
\noindent
|
||||
This document describes the Python Distribution Utilities
|
||||
(``Distutils'') from the module developer's point-of-view, describing
|
||||
how to use the Distutils to make Python modules and extensions easily
|
||||
available to a wider audience with very little overhead for
|
||||
build/release/install mechanics.
|
||||
\end{abstract}
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\section{Introduction}
|
||||
|
|
|
@ -24,11 +24,20 @@
|
|||
\author{Greg Ward}
|
||||
\authoraddress{E-mail: \email{gward@python.net}}
|
||||
|
||||
\makeindex
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\begin{abstract}
|
||||
\noindent
|
||||
This document describes the Python Distribution Utilities
|
||||
(``Distutils'') from the end-user's point-of-view, describing how to
|
||||
extend the capabilities of a standard Python installation by building
|
||||
and installing third-party Python modules and extensions.
|
||||
\end{abstract}
|
||||
|
||||
%\begin{abstract}
|
||||
%\noindent
|
||||
%Abstract this!
|
||||
|
@ -664,8 +673,6 @@ section~\ref{config-files} for details.
|
|||
\section{Distutils Configuration Files}
|
||||
\label{config-files}
|
||||
|
||||
\XXX{not even implemented yet, much less documented!}
|
||||
|
||||
|
||||
\section{Pre-Distutils Conventions}
|
||||
\label{pre-distutils}
|
||||
|
|
Loading…
Reference in New Issue