summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
Commit message (Collapse)AuthorAgeFilesLines
* Update versioning for the next Python release.Fred Drake2000-09-221-2/+2
|
* New text about how to report bugs in Python and the documentation.Fred Drake2000-09-211-0/+65
|
* Add new environments: longtableii, longtableiii, and longtableiv, toFred Drake2000-09-211-3/+36
| | | | | support long tables which might break across page boundaries. Otherwise identical to tableii, tableiii, and tableiv.
* Allow the LaTeX markup descriptions to use the \moreargs and \unspecifiedFred Drake2000-09-211-1/+5
| | | | macros in the argument list position.
* Use the \setshortversion macro to specify the abbreviated version number.Fred Drake2000-09-141-2/+3
| | | | | | | | | This partially addresses SourceForge bug #114318. Fix the release number -- this is supposed to be the *Python* release, not the documentation release! The later is given by the combination of the Python release number and the date. Add a comment so I can keep it straight.
* \shortversion,Fred Drake2000-09-141-0/+3
| | | | | | \setshortversion: New markup to help deal with Python having a "real" version number and an abbreviated version number used to create pathnames to the library installation.
* Documentation is good. Let's release more.Fred Drake2000-09-121-2/+2
|
* \seetitle: New macro for building reference list content.Fred Drake2000-09-121-0/+13
|
* excclassdesc: New environment. For use in documenting class-basedFred Drake2000-09-091-0/+19
| | | | | | | | exceptions which have interesting constructor signatures. \pep, \seepep: New macros. Equivalent to \rfc and \seerfc, but referring to the PEP series instead of the Internet RFC series of documents.
* Remove the specific date -- back in development mode.Fred Drake2000-09-071-1/+1
|
* Fix PDF generation.Fred Drake2000-09-052-4/+12
| | | | | | | The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context.
* Minor nit to make this work a little better with the PDF generation fix.Fred Drake2000-09-051-2/+2
| | | | This does not change the HTML or PostScript output.
* Update license according to the LICENSE file in the source tree.Fred Drake2000-09-051-30/+83
|
* Set the date.Fred Drake2000-09-051-1/+1
|
* \citetitle: Format the title, not the optional URL!Fred Drake2000-08-171-1/+1
|
* \py@varvars: Merge the various definitions to be the simplist one thatFred Drake2000-08-031-5/+2
| | | | | does everything needed, and discard the older stuff that is not being used.
* Update, 'cause Guido said it should be this way.Fred Drake2000-07-311-4/+4
|
* The new copyright / license.Fred Drake2000-07-011-25/+33
|
* Try to make sure \code always uses roman (non-italic) text.Fred Drake2000-06-301-2/+2
| | | | Change a 1.6 version number used in a an example in a comment to 2.0.
* Update the release number & date, Guido's employer.Fred Drake2000-06-301-4/+3
|
* Define \seeurl in the seealso environment. Two parameters: url, why.Fred Drake2000-05-091-0/+9
|
* \versionchanged: Added optional parameter for explanation of change.Fred Drake2000-05-021-2/+8
|
* Define \seerfc within the seealso environment.Fred Drake2000-04-261-0/+9
|
* Dropped '\tilde' and '\bslash' definitions.Greg Ward2000-04-191-5/+0
|
* Removed '\package' definition.Greg Ward2000-04-191-2/+0
|
* Trying to placate Fred: redefine \tilde and \bslash; document everything.Greg Ward2000-04-121-9/+23
| | | | Still some not-quite-standard definitions in here that I have to fix.
* \longprogramopt: New macro.Fred Drake2000-04-111-0/+2
|
* LaTeX macros for the Distutils manuals.Greg Ward2000-04-111-0/+26
| | | | Perhaps these should be added to the standard Python style file?
* cfuncdesc environment:Fred Drake2000-04-101-1/+1
| | | | | When processing the optional parameter, don't append any text; let the pre-processor supply all of it.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-033-15/+61
|
* This branch is for 1.6 & forward.Fred Drake2000-02-221-2/+2
|
* Set the date and version to reflect the actual status, not the lastFred Drake1999-11-181-2/+2
| | | | released status. Has to be changed just before publishing anyway.
* \programopt: New macro, used to mark command-line parameters in theFred Drake1999-11-091-0/+5
| | | | | | | | | text. Looks like \program. \citetitle: New macro, used to mark titles of cited works (like the names of the Python manuals). Accepts & discards an optional parameter that is only used by the HTML formatter. Looks like \emph.
* Darn! Forgot to re-target.Fred Drake1999-07-021-1/+1
|
* Move the setting for secnumdepth to the document classes; make the numberingFred Drake1999-06-293-1/+2
| | | | | | | for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref.
* \declaremodule: Typo.Fred Drake1999-05-171-1/+1
|
* \declaremodule: Make this more robust. Only attempt to add an indexFred Drake1999-05-171-1/+6
| | | | | | | | | | | | entry based on the module type if the type is known. Otherwise, spit out a warning the the module type parameter was bad and generate a "plain" index entry. Without this, the bad module type was emitted as text. Problem noticed by processing Michael Hudson's docs for bytecodehacks.
* Change the look of \seemodule output to fit in better.Fred Drake1999-05-111-10/+16
|
* Let's try again: new assertion.Fred Drake1999-04-281-1/+1
|
* \filenq: Like \file, but don't use single-quotes; this looks betterFred Drake1999-04-281-0/+1
| | | | in tables.
* Fix square brackets around optional parameters to macros.Fred Drake1999-04-231-2/+2
|
* Make an assertion.Fred Drake1999-04-221-1/+1
|
* Added support for adding environment/macro parameters more cleanly:Fred Drake1999-04-221-2/+14
| | | | | | \op adds an optional parameter, and \p adds a required parameter. These are only defined in the context of the parameter list parameter of the envdesc and macrodesc environments.
* Just in case a copy of the documentation gets released somehow...Fred Drake1999-04-131-1/+1
|
* Use more recent option to \pdfdest to not change the zoom factor.Fred Drake1999-03-241-1/+1
| | | | This is in response to a comment from Wes Rishel <wes@rishel.com>.
* Add some (commented out) macros to change the page size to the size ofFred Drake1999-03-181-41/+35
| | | | | | | | | | | | | | typical published manuals, so people can more easily see what they're really asking for. ;-) Revise the verbatim environment: simple implementation, but more compatible if a document also add \usepackage{verbatim} at the beginning. Declare \modindex, \bimodindex, \exmodindex, and \stmodindex obsolete. These still work just fine, but \declaremodule should be used instead. The obsolete macros will print a warning on standard out.
* Markup for documenting LaTeX macros and environments.Fred Drake1999-03-161-0/+24
|
* Added support for \platform, \platformof, and \ignorePlatformAnnotation.Fred Drake1999-03-021-10/+47
|
* Set target.Fred Drake1999-02-151-1/+1
|
* Make \versionadded and \versionchanged less prominant -- neither boldFred Drake1999-02-021-3/+3
| | | | nor a separate paragraph.