summaryrefslogtreecommitdiffstats
path: root/Doc/dist
Commit message (Collapse)AuthorAgeFilesLines
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-0/+3
|
* Do not use \verb in the Python documentation -- it makes parsing the LaTeXFred Drake2000-11-221-3/+3
| | | | | sources more difficult and other tools do not always work well with it. Since we have better markup for this case, just fix it.
* Do not require packages that are not needed.Fred Drake2000-10-261-2/+0
|
* Lots of small markup adjustments for consistency with the rest of theFred Drake2000-10-261-24/+25
| | | | documentation.
* Typo fix -- it's 'ext_modules', not 'extensions'.Greg Ward2000-09-121-3/+3
|
* Greatly enhanced the section on creating built distributions; inGreg Ward2000-09-071-26/+169
| | | | | particular wrote up creating RPMs in detail. Other scattered improvements.
* General overhaul of the "Creating a Source Distribution" section --Greg Ward2000-09-061-51/+80
| | | | better explanation of manifest files, in particular.
* Fleshed out the section on the setup config file, setup.cfg.Greg Ward2000-09-041-26/+139
| | | | | Added a few clarifying footnotes and cross-references. Various minor tweaks.
* Added abstract.Greg Ward2000-08-311-0/+10
|
* Get rid of "sec:" prefix that slipped into a couple of \label's.Greg Ward2000-08-311-4/+4
|
* Wrote the "Describing extension modules" section.Greg Ward2000-08-061-4/+193
|
* A bundle of wording improvements, corrections, clarifications, updates,Greg Ward2000-08-051-68/+77
| | | | and so forth.
* Update Python version numbers from 1.6 to 2.0 where appropriate.Fred Drake2000-06-301-6/+7
| | | | | Make some references between the distutils documents hyperlinks using the \citetitle markup.
* Minor wording tweaks.Greg Ward2000-06-251-5/+6
| | | | | | Kludged the extra-wide table that summarizes the manifest template language (works with LaTeX, but is an *evil* kludge and could well break LaTeX2HTML or similar...).
* Some clarifications to the 'A simple example' section.Greg Ward2000-06-241-6/+8
|
* Fixed a grab-bag of typos spotted by Detlef Lannert.Greg Ward2000-06-241-10/+9
|
* Guido's rewording of my definition of "root package", with an addition by me.Greg Ward2000-05-261-6/+8
|
* A grab-bag of wording tweakage.Greg Ward2000-05-261-29/+54
|
* Doc patch from Bastein Kleineidam: start to describe the 'install' commandGregory P. Smith2000-05-121-0/+16
| | | | family, including the new 'install_scripts' and 'install_data' commands.
* Stripped leading 'sec:' from all section labels -- generates bad filenames,Greg Ward2000-04-281-36/+36
| | | | bad link URLs in HTML, etc.
* Added section headers for "Extending the Distutils" section (justGreg Ward2000-04-251-0/+14
| | | | a reminder to myself).
* Patch from Andrew Kuchling: document the new multiple pattern feature in theGreg Ward2000-04-211-12/+15
| | | | manifest template.
* Reformatted wide paragraphs.Greg Ward2000-04-191-23/+22
|
* Changed '\package' to \module'.Greg Ward2000-04-191-6/+6
|
* Changed '\option' to '\longprogramopt' wherever it referred to a command-lineGreg Ward2000-04-191-5/+5
| | | | option.
* Various wording/formattin tweaks.Greg Ward2000-04-141-12/+132
| | | | Started spewing "Creating Built Distributions" section.
* Moved definition of \XXX command out to distutils.sty.Greg Ward2000-04-091-1/+0
|
* Fixed so LaTeX can actually process it, and so it looks like the otherGreg Ward2000-04-091-26/+29
| | | | Distutils manual.
* Got started for real on this manual. Completely untested and unread -- justGreg Ward2000-04-091-2/+567
| | | | checking it in so I can move things around in the CVS repository.
* The "Distributing Python Modules" manual; currently empty (I'll get to itGreg Ward2000-02-261-0/+12
Real Soon Now(TM).