Commit e3cca266 authored by Greg Ward's avatar Greg Ward

Added abstract.

parent 4c3f7971
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment