rest25/library/distutils.rst => rest262/library/distutils.rst
8.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
9
10
11The :mod:`distutils` package provides support for building and installing
12additional modules into a Python installation.  The new modules may be either
13100%-pure Python, or may be extension modules written in C, or may be
14collections of Python packages which include modules coded in both Python and C.
15
n16-This package is discussed in two separate documents which are included in the
n16+This package is discussed in two separate chapters:
17-Python documentation package.  To learn about distributing new modules using the
18-:mod:`distutils` facilities, read Distributing Python Modules (XXX reference:
19-../dist/dist.html); this includes documentation needed to extend distutils.  To
20-learn about installing Python modules, whether or not the author made use of the
21-:mod:`distutils` package, read Installing Python Modules (XXX reference:
22-../inst/inst.html).
23
24
25.. seealso::
26
n27-   `Distributing Python Modules <../dist/dist.html>`_
n21+   :ref:`distutils-index`
28      The manual for developers and packagers of Python modules.  This describes how
29      to prepare :mod:`distutils`\ -based packages so that they may be easily
30      installed into an existing Python installation.
31
t32-   `Installing Python Modules <../inst/inst.html>`_
t26+   :ref:`install-index`
33      An "administrators" manual which includes information on installing modules into
34      an existing Python installation. You do not need to be a Python programmer to
35      read this manual.
36
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op