summaryrefslogtreecommitdiffstats
path: root/Doc/documenting
Commit message (Collapse)AuthorAgeFilesLines
* remove 'Documenting Python' and its references, it's now on devguideSandro Tosi2012-01-147-1639/+0
|
* update to new C roles and directivesSandro Tosi2012-01-141-5/+5
|
* Document that True/False/None don’t use :keyword: in docÉric Araujo2011-09-011-1/+4
|
* Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.Éric Araujo2011-09-011-5/+5
|
* Remove outdated bit of advice (c882b5ff92d9 follow-up)Éric Araujo2011-06-041-5/+6
|
* Document working dir for “make html” (#12249). Patch by Tshepang ↵Éric Araujo2011-06-031-0/+1
| | | | Lekhonkhobe.
* Fix two typosÉric Araujo2011-05-251-2/+2
|
* Issue 12047: Expand the style guide.Raymond Hettinger2011-05-101-0/+104
|
* Fix wordingÉric Araujo2011-05-011-2/+2
|
* Advertise nesting directives for class/method and class/data combos.Éric Araujo2011-04-161-4/+21
| | | | Also fix a typo and a misleading example (method used to describe function).
* remove documentation for something that's goneFred Drake2010-11-191-4/+0
|
* Merged revisions 82871,82960-82961 via svnmerge fromGeorg Brandl2010-08-011-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 fromGeorg Brandl2010-08-011-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 Brandl2010-06-122-3/+95
|
* Use newer toctree syntax.Georg Brandl2010-06-121-6/+6
|
* Grammar fixAndrew M. Kuchling2010-05-121-1/+1
|
* Add "report a bug" links in some prominent places. Make it clear that doc ↵Georg Brandl2010-04-221-3/+8
| | | | bugs can be mailed to docs@python.org. Clarify tracker usage.
* Update link to Apple Publication Style guide.R. David Murray2010-04-171-1/+1
|
* Document new directive.Georg Brandl2009-10-221-0/+18
|
* rationalize a bitBenjamin Peterson2009-09-171-2/+4
|
* Demote warnings to notices where appropriate, following the goal that as few ↵Georg Brandl2009-04-271-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 Brandl2009-03-281-0/+1
|
* Copy over docs on advanced role features from Sphinx docs.Georg Brandl2009-01-261-3/+15
|
* Clarify wording.Georg Brandl2009-01-221-2/+3
|
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
|
* Fix uses of the default role.Georg Brandl2009-01-031-2/+2
|
* Remove confusing sentence part.Georg Brandl2008-12-051-1/+1
|
* update linkBenjamin Peterson2008-11-091-1/+1
|
* Fix warning.Georg Brandl2008-11-081-1/+1
|
* Update "Documenting" a bit. Concentrate on Python-specifics.Georg Brandl2008-11-084-108/+7
|
* :func: et al. should *not* include the parens.Georg Brandl2008-04-191-3/+3
|
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-151-1/+1
|
* Some cleanup in the docs.Georg Brandl2007-12-293-16/+42
|
* Another markup fix.Georg Brandl2007-12-051-2/+2
|
* Unify "byte code" to "bytecode". Also sprinkle :term: markup for it.Georg Brandl2007-10-211-1/+1
|
* Document new directive "envvar".Georg Brandl2007-10-201-0/+5
|
* Document new "cmdoption" directive.Georg Brandl2007-10-201-0/+8
|
* Fix subitem markup.Georg Brandl2007-08-311-7/+7
|
* Document new shorthand notation for index entries.Georg Brandl2007-08-311-4/+11
|
* Use glossary x-refs, document new ``!`` feature.Georg Brandl2007-08-171-0/+5
|
* Move the glossary from the tutorial to toplevel.Georg Brandl2007-08-171-0/+14
| | | | Prepare for cross-linking with the new .. glossary:: directive.
* Mark deprecated modules as such.Georg Brandl2007-08-151-0/+10
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-157-0/+1411