]> granicus.if.org Git - python/commitdiff
Added abstract.
authorGreg Ward <gward@python.net>
Thu, 31 Aug 2000 16:36:31 +0000 (16:36 +0000)
committerGreg Ward <gward@python.net>
Thu, 31 Aug 2000 16:36:31 +0000 (16:36 +0000)
Doc/dist/dist.tex
Doc/inst/inst.tex

index cc59cb2cd469952446ea270b91ede4db8eda471a..3f1001d04bd4c1842a7cca2877323343b5acced6 100644 (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}
index e6baac21e11dcfb49b05723910d3f9bac629639e..0107ef5b76ce8196b0042c60ee4b7cd338e5b3f0 100644 (file)
 \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}