Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove 'Documenting Python' and its references, it's now on devguide | Sandro Tosi | 2012-01-14 | 7 | -1639/+0 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -5/+5 |
| | |||||
* | Document that True/False/None don’t use :keyword: in doc | Éric Araujo | 2011-09-01 | 1 | -1/+4 |
| | |||||
* | Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. | Éric Araujo | 2011-09-01 | 1 | -5/+5 |
| | |||||
* | Remove outdated bit of advice (c882b5ff92d9 follow-up) | Éric Araujo | 2011-06-04 | 1 | -5/+6 |
| | |||||
* | Document working dir for “make html” (#12249). Patch by Tshepang ↵ | Éric Araujo | 2011-06-03 | 1 | -0/+1 |
| | | | | Lekhonkhobe. | ||||
* | Fix two typos | Éric Araujo | 2011-05-25 | 1 | -2/+2 |
| | |||||
* | Issue 12047: Expand the style guide. | Raymond Hettinger | 2011-05-10 | 1 | -0/+104 |
| | |||||
* | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 |
| | |||||
* | Advertise nesting directives for class/method and class/data combos. | Éric Araujo | 2011-04-16 | 1 | -4/+21 |
| | | | | Also fix a typo and a misleading example (method used to describe function). | ||||
* | remove documentation for something that's gone | Fred Drake | 2010-11-19 | 1 | -4/+0 |
| | |||||
* | Merged revisions 82871,82960-82961 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82871 | georg.brandl | 2010-07-14 10:00:22 +0200 (Mi, 14 Jul 2010) | 1 line #9258: fix copy-paste errors. ........ r82960 | georg.brandl | 2010-07-19 08:52:35 +0200 (Mo, 19 Jul 2010) | 1 line Clarify. ........ r82961 | georg.brandl | 2010-07-19 08:57:52 +0200 (Mo, 19 Jul 2010) | 1 line Clarify :option: description. ........ | ||||
* | Merged revisions 83160-83161,83166,83168-83169,83171 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83160 | georg.brandl | 2010-07-26 10:51:42 +0200 (Mo, 26 Jul 2010) | 1 line #9381: fix markup. ........ r83161 | georg.brandl | 2010-07-26 11:33:12 +0200 (Mo, 26 Jul 2010) | 1 line Add Brian Quinlan. ........ r83166 | georg.brandl | 2010-07-26 17:11:49 +0200 (Mo, 26 Jul 2010) | 1 line Fix grammar. ........ r83168 | georg.brandl | 2010-07-26 19:00:20 +0200 (Mo, 26 Jul 2010) | 1 line Fix indentation in example. ........ r83169 | georg.brandl | 2010-07-26 19:09:32 +0200 (Mo, 26 Jul 2010) | 1 line Add Reid. ........ r83171 | georg.brandl | 2010-07-26 23:12:13 +0200 (Mo, 26 Jul 2010) | 1 line Clarify. ........ | ||||
* | Add document on how to build. | Georg Brandl | 2010-06-12 | 2 | -3/+95 |
| | |||||
* | Use newer toctree syntax. | Georg Brandl | 2010-06-12 | 1 | -6/+6 |
| | |||||
* | Grammar fix | Andrew M. Kuchling | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Add "report a bug" links in some prominent places. Make it clear that doc ↵ | Georg Brandl | 2010-04-22 | 1 | -3/+8 |
| | | | | bugs can be mailed to docs@python.org. Clarify tracker usage. | ||||
* | Update link to Apple Publication Style guide. | R. David Murray | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | Document new directive. | Georg Brandl | 2009-10-22 | 1 | -0/+18 |
| | |||||
* | rationalize a bit | Benjamin Peterson | 2009-09-17 | 1 | -2/+4 |
| | |||||
* | Demote warnings to notices where appropriate, following the goal that as few ↵ | Georg Brandl | 2009-04-27 | 1 | -5/+5 |
| | | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. | ||||
* | Add section numbering to some of the larger subdocuments. | Georg Brandl | 2009-03-28 | 1 | -0/+1 |
| | |||||
* | Copy over docs on advanced role features from Sphinx docs. | Georg Brandl | 2009-01-26 | 1 | -3/+15 |
| | |||||
* | Clarify wording. | Georg Brandl | 2009-01-22 | 1 | -2/+3 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -2/+2 |
| | |||||
* | Remove confusing sentence part. | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
| | |||||
* | update link | Benjamin Peterson | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | Fix warning. | Georg Brandl | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Update "Documenting" a bit. Concentrate on Python-specifics. | Georg Brandl | 2008-11-08 | 4 | -108/+7 |
| | |||||
* | :func: et al. should *not* include the parens. | Georg Brandl | 2008-04-19 | 1 | -3/+3 |
| | |||||
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 1 | -1/+1 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 3 | -16/+42 |
| | |||||
* | Another markup fix. | Georg Brandl | 2007-12-05 | 1 | -2/+2 |
| | |||||
* | Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. | Georg Brandl | 2007-10-21 | 1 | -1/+1 |
| | |||||
* | Document new directive "envvar". | Georg Brandl | 2007-10-20 | 1 | -0/+5 |
| | |||||
* | Document new "cmdoption" directive. | Georg Brandl | 2007-10-20 | 1 | -0/+8 |
| | |||||
* | Fix subitem markup. | Georg Brandl | 2007-08-31 | 1 | -7/+7 |
| | |||||
* | Document new shorthand notation for index entries. | Georg Brandl | 2007-08-31 | 1 | -4/+11 |
| | |||||
* | Use glossary x-refs, document new ``!`` feature. | Georg Brandl | 2007-08-17 | 1 | -0/+5 |
| | |||||
* | Move the glossary from the tutorial to toplevel. | Georg Brandl | 2007-08-17 | 1 | -0/+14 |
| | | | | Prepare for cross-linking with the new .. glossary:: directive. | ||||
* | Mark deprecated modules as such. | Georg Brandl | 2007-08-15 | 1 | -0/+10 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 7 | -0/+1411 |