Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e3cca266
Commit
e3cca266
authored
Aug 31, 2000
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added abstract.
parent
4c3f7971
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
2 deletions
+19
-2
Doc/dist/dist.tex
Doc/dist/dist.tex
+10
-0
Doc/inst/inst.tex
Doc/inst/inst.tex
+9
-2
No files found.
Doc/dist/dist.tex
View file @
e3cca266
...
...
@@ -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
}
...
...
Doc/inst/inst.tex
View file @
e3cca266
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment