summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs/python.sty
Commit message (Collapse)AuthorAgeFilesLines
* sf #1009373, #1005936. fix underscores in index entries in PDF files.Neal Norwitz2004-08-211-0/+1
| | | | | | | I couldn't test this, but it didn't break anything and the patch reported fixed the problem. Bugfix candidate.
* add a heavy box around warning notices to make them really stand out in theFred Drake2004-03-311-1/+29
| | | | PDF and PostScript versions of the docs (the CSS already does this for HTML)
* add support for \e to the {alltt} environmentFred Drake2004-02-101-0/+1
|
* support \e in \file and \filenq; this is useful for Windows pathsFred Drake2004-02-091-1/+1
|
* add \guilabel macro to mark labels that occur in user interfacesFred Drake2004-01-231-1/+4
|
* add new reference macro: \seelinkFred Drake2004-01-081-0/+10
|
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
| | | | (From SF patch #810751)
* add a note about how \ulink should be different than it actually isFred Drake2003-09-061-0/+1
| | | | for PDF generation
* Make it easier to figure out the where a menuselection starts and endsFred Drake2003-07-161-1/+1
| | | | by controling the font.
* Start something that might make table notes easier to deal with,Fred Drake2002-12-301-0/+21
| | | | eventually.
* Thinking on comp.text.tex seems to be that it's better to overrideFred Drake2002-11-041-3/+3
| | | | \@makefntext than \@footnotetext, so we'll do that instead.
* Define abstract way to get the normal and smaller font sizes that workFred Drake2002-10-311-16/+28
| | | | even in the footnote context.
* Add a couple of comments about the use of \normalsize andFred Drake2002-10-301-1/+3
| | | | \footnotesize.
* Add a comment showing how one of the macros should be used.Fred Drake2002-08-021-0/+1
|
* Abstract the creation of signature lines for callable things; the newFred Drake2002-07-021-7/+19
| | | | | | | \py@sigline macro will wrap the argument list so it will not extend into the right margin. Substantially based on a contribution from Dave Cole. This addresses one of the comments in SF bug #574742.
* Separate out a \cfuncline macro from the cfuncdesc environment.Fred Drake2002-04-151-1/+4
| | | | | This matches many other of the *desc environments, and is useful when multiple functions share a description.
* Additional support for describing C structure members.Fred Drake2002-04-121-0/+11
|
* Add \csimplemacro to parallel the csimplemacrodesc environment.Fred Drake2002-04-091-1/+2
| | | | Fix a typo in the comments for csimplemacrodesc.
* Extend \verbatiminput so that the typeset version provides the same appearanceFred Drake2002-03-281-0/+14
| | | | as a verbatim environment. (The HTML version is already fine.)
* Make \url to force horizontal mode.Fred Drake2002-03-261-0/+1
|
* pdfTeX 0.13 and 0.14 do not agree on the name of the macro, and I will notFred Drake2002-03-161-0/+8
| | | | | | change the installed version on either of the machines I use to format the docs. Instead, use a compatibility hack to support both versions. This is also better for external users of the Python styles.
* Revise the markup related to the grammar productions to increase theFred Drake2002-03-151-16/+6
| | | | | | level of predictability. This is not really "good" markup, but is arguably better than we had before. This closes SF bug #523117.
* Add a new environment for whole-paragraph (or longer) notes & warnings.Fred Drake2001-12-141-2/+7
|
* Save a new version of the productionlist environment for safe-keeping; thisFred Drake2001-12-111-5/+22
| | | | will be replaced shortly. See the comments for more details.
* Add a new environment in the Python docs markup: seealso*. This is similarFred Drake2001-11-301-3/+13
| | | | | | | | to seealso, but does not add the "See also:" header or put the content in a box in the HTML version. Updated the description of \seeurl to better indicate when it should be used; the old description was written before we had \seetitle.
* Fix stupid bug recently introduced for DVI version of the docs (used toFred Drake2001-11-021-1/+1
| | | | generate PostScript).
* Revise the PDF support in the LaTeX style sheet. This still isn't quiteFred Drake2001-10-291-24/+47
| | | | | right, but the tests for whether we are generating PDF are a bit more readable, and some unnecessary indirection has been removed.
* New markup: \note{...} and \warning{...}Fred Drake2001-10-091-0/+3
|
* Move the styling for the HTML version of \mailheader into the CSS file.Fred Drake2001-09-261-1/+1
| | | | | | In both the HTML and typeset versions of the documentation, add a colon after the name of a mail header so that it is more easily distinguished from other text.
* New \grammartoken markup, similar to \token but allowed everywhere.Fred Drake2001-08-201-0/+2
|
* Define the \mailheader macro and document conventions for using it.Fred Drake2001-08-031-0/+1
|
* Define new markup for 5-column tables.Fred Drake2001-07-171-0/+21
|
* Add \ulink, grammar production markup.Fred Drake2001-07-061-0/+15
|
* \infinity,Fred Drake2001-06-231-0/+2
| | | | \plusminus: New macros to allow us to avoid math mode for these symbols.
* Add a little more support for describing version information. ThisFred Drake2001-06-201-0/+3
| | | | is not pretty, but does what is needed.
* Define a new environment, classdesc*, which can be used to document aFred Drake2001-05-111-0/+12
| | | | | | class without providing any information about the constructor. This should be used for classes which only exist to act as containers rather than as factories for instances.
* \versionadded: Add support for including an explanatory note along withFred Drake2001-04-181-2/+7
| | | | the versioning information, similar to \versionchanged.
* Import the alltt package and wrap that environment in a similar way toFred Drake2001-04-101-0/+21
| | | | | the way we handle verbatim, so that it picks up the same indentation and minipage behavior.
* Label classes and exceptions explicitly in the documentation (for theirFred Drake2001-03-021-15/+15
| | | | *desc environments).
* Remove the dollar sign from the formatting of environment variables --Fred Drake2001-01-221-3/+3
| | | | | too Unix-specific, and not really needed. (Already fixed the HTML formatting, but forgot to mention it in the checkin for python.perl 1.94.)
* Fix \withsubitem so that it actually works if the only indexing macro inFred Drake2000-10-301-10/+5
| | | | | | | | | the content body is the \ttindex macro, which seems to match actual usage. Adjust \funcline to restore the "index sub-item" for functions to be " (in module <name>)" instead of " (in <name>)". This is need to match uses of \withsubitem throughout the documentation. (Not ideal, but gets achieves consistency.)
* Avoid using \withsubitem and \ttindex internally; they have not provenFred Drake2000-10-291-20/+26
| | | | | | to be very robust. Using \index directly fixes a lot of entries in the index that had to be specifically read to determine that they had the wrong parenthesized description.
* Remove second horizontal line below table headers; it is just tooFred Drake2000-10-241-6/+6
| | | | distracting.
* 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.
* \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.
* \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.
* \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.
* 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.