Added abstract.

This commit is contained in:
Greg Ward 2000-08-31 16:36:31 +00:00
parent 4c3f797128
commit e3cca26627
2 changed files with 19 additions and 2 deletions

10
Doc/dist/dist.tex vendored
View File

@ -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}

View File

@ -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}