Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug #1001088, incorrect reference to macro named foo | Neal Norwitz | 2004-08-01 | 1 | -1/+1 |
| | | | | Backport candidate. | ||||
* | clarify where \versionadded and \versionchanged should be placed when | Fred Drake | 2004-07-13 | 1 | -20/+28 |
| | | | | they are used | ||||
* | don't make assumptions about $PATH in Cygwin instructions | Fred Drake | 2004-05-10 | 1 | -1/+1 |
| | |||||
* | SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" | Raymond Hettinger | 2004-03-25 | 1 | -1/+1 |
| | |||||
* | add support for \e to the {alltt} environment | Fred Drake | 2004-02-10 | 1 | -1/+2 |
| | |||||
* | the \file macro is no longer a good example of where \e can't be used | Fred Drake | 2004-02-09 | 1 | -4/+5 |
| | |||||
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 1 | -0/+14 |
| | |||||
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 1 | -1/+10 |
| | |||||
* | add some information about using graphics with the Python document | Fred Drake | 2003-10-11 | 1 | -0/+93 |
| | | | | classes | ||||
* | Various minor updates in the description of mkhowto. | Fred Drake | 2003-10-01 | 1 | -5/+10 |
| | |||||
* | add commontex/ to the list of directories described here | Fred Drake | 2003-09-27 | 1 | -2/+3 |
| | |||||
* | update the documentation contact address | Fred Drake | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | Cygwin instructions: | Fred Drake | 2003-07-16 | 1 | -5/+5 |
| | | | | | - added missing period - added markup so it's easier to tell which names are special | ||||
* | normalize whitespace | Fred Drake | 2003-07-11 | 1 | -78/+79 |
| | |||||
* | update the reference to the Apple Publications Style Guide | Fred Drake | 2003-07-11 | 1 | -4/+2 |
| | |||||
* | SF bug #719367, string exceptions are deprecated | Neal Norwitz | 2003-05-29 | 1 | -3/+2 |
| | | | | Remove references to string based exceptions in the doc. | ||||
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -2/+2 |
| | |||||
* | Update some comments about what version of the documentation tools | Fred Drake | 2002-09-25 | 1 | -4/+3 |
| | | | | code to use. | ||||
* | Finish & commit some docs for markup that's been in use for a while. | Fred Drake | 2002-09-25 | 1 | -2/+29 |
| | |||||
* | More updates describing FutureWarnings. | Barry Warsaw | 2002-08-14 | 1 | -0/+3 |
| | |||||
* | Typo fix. | Greg Ward | 2002-06-29 | 1 | -1/+1 |
| | |||||
* | Add additional comments on the use of \deprecated. | Fred Drake | 2002-05-21 | 1 | -1/+4 |
| | |||||
* | Remove the warning about the Cygwin directions not working -- the latest | Fred Drake | 2002-05-02 | 1 | -6/+3 |
| | | | | change to Doc/tools/node2label.pl (revision 1.13) makes this work. | ||||
* | Added some notes on setting up the documentation tools on Cygwin. | Fred Drake | 2002-05-01 | 1 | -0/+40 |
| | |||||
* | 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 |
| |