Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix duplicate label | Skip Montanaro | 2002-04-19 | 1 | -1/+5 |
| | | | | add index turds | ||||
* | Document the cmemberdesc environment. | Fred Drake | 2002-04-15 | 1 | -0/+11 |
| | |||||
* | Document the \csimplemacro macro and the csimplemacrodesc environment. | Fred Drake | 2002-04-09 | 1 | -0/+20 |
| | |||||
* | Extend the list of special characters and magic markup used to produce them | Fred Drake | 2002-03-13 | 1 | -6/+10 |
| | | | | | | to include various characters used in code samples, URLs, and other special contexts. This closes SF bug #525684. | ||||
* | Update the list of output formats. | Fred Drake | 2002-01-17 | 1 | -0/+2 |
| | |||||
* | Add a new environment for whole-paragraph (or longer) notes & warnings. | Fred Drake | 2001-12-14 | 1 | -0/+19 |
| | |||||
* | Add a new environment in the Python docs markup: seealso*. This is similar | Fred Drake | 2001-11-30 | 1 | -8/+22 |
| | | | | | | | | 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. | ||||
* | Describe the content given as the parameter to the \note and \warning macros | Fred Drake | 2001-10-20 | 1 | -10/+13 |
| | | | | in more detail, and use them where appropriate. | ||||
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+17 |
| | |||||
* | Note that the colon following a mail header name should not be included | Fred Drake | 2001-09-26 | 1 | -5/+5 |
| | | | | | | when using the \mailheader markup. Change a couple of inline examples to show the markup rather than the result. | ||||
* | Move the \mailheader description to the right place. | Fred Drake | 2001-09-26 | 1 | -12/+13 |
| | | | | | | Clarify the \mimetype description; it can be used to refer to a part of a MIME type name, so \mimetype{text} or \mimetype{plain} can be used, not just \mimetype{text/plain}. | ||||
* | Fix a minor markup typo. | Fred Drake | 2001-08-29 | 1 | -1/+1 |
| | |||||
* | Revise comments about TeX & LaTeX for accuracy. | Fred Drake | 2001-08-28 | 1 | -5/+7 |
| | | | | This closes SF bug #456222. | ||||
* | Added some examples of table markup. | Fred Drake | 2001-08-14 | 1 | -0/+71 |
| | |||||
* | Define the \mailheader macro and document conventions for using it. | Fred Drake | 2001-08-03 | 1 | -0/+11 |
| | |||||
* | Add labels to all \section and \subsection headings for use in references. | Fred Drake | 2001-07-24 | 1 | -15/+15 |
| | |||||
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 1 | -0/+16 |
| | |||||
* | Add a little more information about the usage of some terms where the | Fred Drake | 2001-07-14 | 1 | -8/+24 |
| | | | | | | | style guide can use a little clarification, and present some minor specific markup. Make a few adjustments to conform to the style guide. | ||||
* | For \kbd, be more prescriptive regarding how keystrokes should be | Fred Drake | 2001-07-12 | 1 | -2/+7 |
| | | | | written. | ||||
* | Add a little bit more about the XML migration plan. This still needs a lot | Fred Drake | 2001-07-09 | 1 | -4/+23 |
| | | | | | of work, but mostly it needs time spent doing the work to make the generated XML useful. | ||||
* | Add new material on some markup that will be checked in shortly. This | Fred Drake | 2001-07-06 | 1 | -34/+137 |
| | | | | | | | | | includes some minor new inline markup and markup to generate hyperlinked grammar productions. Adopt a "style guide" document -- this beats writing our own and means we'll have a chance at consistency, without having to make it all up ourselves. | ||||
* | Add some information on the use of \verbatiminput to display sources from | Fred Drake | 2001-06-18 | 1 | -0/+15 |
| | | | | an external file. | ||||
* | Document the new classdesc* environment, and the previously undocumented | Fred Drake | 2001-05-11 | 1 | -1/+18 |
| | | | | excclassdesc environment. | ||||
* | Add description of the "explanation" optional parameter added to the | Fred Drake | 2001-04-18 | 1 | -5/+8 |
| | | | | | | \versionadded macro. Note: this should not be merged into the 2.1 maintenance branch. | ||||
* | Make a number of small clarifications and correct a whole bunch of typos, | Fred Drake | 2001-04-18 | 1 | -15/+18 |
| | | | | all reported by Bruce Smith. | ||||
* | Fix a number of small issues; this closes SF bug #411063. | Fred Drake | 2001-03-28 | 1 | -4/+4 |
| | |||||
* | Minor typo: \subsubsections --> \subsubsection | Fred Drake | 2000-11-27 | 1 | -1/+1 |
| | |||||
* | Update author information. | Fred Drake | 2000-10-28 | 1 | -2/+2 |
| | |||||
* | Flesh out the "LaTeX Primer" some more. | Fred Drake | 2000-10-20 | 1 | -7/+74 |
| | |||||
* | Revise the capitalization policy of \versionchanged explanation; the | Fred Drake | 2000-10-19 | 1 | -6/+132 |
| | | | | | | | explanation must now be capitalized. This is more consistent with the \see* explanation fields. Added a lot of material to the "LaTeX Primer" section. | ||||
* | Add new environments: longtableii, longtableiii, and longtableiv, to | Fred Drake | 2000-09-21 | 1 | -3/+32 |
| | | | | | support long tables which might break across page boundaries. Otherwise identical to tableii, tableiii, and tableiv. | ||||
* | Document directories are not always named with three characters any more; | Fred Drake | 2000-09-21 | 1 | -7/+7 |
| | | | | reported by Detlef Lannert <lannert@uni-duesseldorf.de>. | ||||
* | Document \cfuncdesc, \ctypedesc, and \cvardesc. | Fred Drake | 2000-09-16 | 1 | -0/+28 |
| | |||||
* | Fix a link -- there is no starship.python.org! | Fred Drake | 2000-09-15 | 1 | -1/+1 |
| | |||||
* | \shortversion, | Fred Drake | 2000-09-14 | 1 | -2/+26 |
| | | | | | | \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. | ||||
* | Add note that the various \see* macros are only defined in the context | Fred Drake | 2000-09-12 | 1 | -0/+3 |
| | | | | of a seealso environment. | ||||
* | \seetitle: New macro for building reference list content. | Fred Drake | 2000-09-12 | 1 | -4/+11 |
| | |||||
* | Add documentation for the \pep and \seepep macros. | Fred Drake | 2000-09-11 | 1 | -6/+21 |
| | |||||
* | Wrap some long lines. | Fred Drake | 2000-09-07 | 1 | -10/+23 |
| | | | | Note that \file and \filenq do not work inside section titles. | ||||
* | Added material about documenting packages, so that the use of module | Fred Drake | 2000-08-11 | 1 | -0/+20 |
| | | | | markup for packages is clear. | ||||
* | Add entries for the distutils documents to the directories table. | Fred Drake | 2000-07-25 | 1 | -0/+2 |
| | |||||
* | Added some further description to the usage of the seealso environment. | Fred Drake | 2000-07-06 | 1 | -1/+30 |
| | | | | Documented the \seerfc and \seeurl macros used in that environment as well. | ||||
* | Update authors email address and corporate affiliation. | Fred Drake | 2000-06-30 | 1 | -3/+2 |
| | |||||
* | Added descriptions of \versionadded and \versionchanged. | Fred Drake | 2000-05-02 | 1 | -0/+20 |
| | |||||
* | Elaborate descriptions of \e, \module. | Fred Drake | 2000-04-11 | 1 | -2/+11 |
| | | | | Describe policy on vertical lines in tables. | ||||
* | Revise the description of \programopt, document \longprogramopt. | Fred Drake | 2000-04-11 | 1 | -2/+10 |
| | |||||
* | Note that "Unicode" is always capitalized. | Fred Drake | 2000-04-03 | 1 | -0/+4 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+19 |
| | |||||
* | Document \citetitle and \programopt. | Fred Drake | 1999-11-10 | 1 | -0/+9 |
| | |||||
* | Use \citetitle in several places. | Fred Drake | 1999-11-10 | 1 | -14/+18 |
| |