cpython/Doc/tutorial
Éric Araujo afd2fe2aea Improve documentation for PEP 370 support in site module (#8617).
site.USER_BASE and site.USER_SITE are now fully documented.  PEP 370 is
outdated with respects to the Mac framework situation, but the code in
sysconfig and the example in the 3.2 What’s New document helped me find
the right values to document for Mac OS X.

The command-line interface of the site module is also described in the
module docs.

The purpose of the usercustomize module is explained in the site docs,
with a gentle introduction in the tutorial (right after the section that
talks about PYTHONSTARTUP; a comment mentions it should be moved from
the tutorial to another file, but that will be another bug).

Various markup and wording improvements were made along the way in the
site module docs.  Duplicate and incomplete declarations of environment
variables have also been removed (the original bug report was actually
about these entries :).  The site module docs are still a bit messy;
I’ll see about improving them for #11553.

All these sections are copiously interlinked and findable from the doc
indexes.
2011-08-19 08:20:01 +02:00
..
appetite.rst Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. 2008-09-13 17:41:16 +00:00
classes.rst Make indentation comply with our style guide and the rest of the file 2011-07-26 16:54:24 +02:00
controlflow.rst Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. 2011-08-08 21:45:13 +02:00
datastructures.rst Clarify. 2010-11-05 07:38:48 +00:00
errors.rst #6879 - fix misstatement about exceptions 2009-09-16 13:14:05 +00:00
floatingpoint.rst More tweaks to floating-point section of the tutorial. 2010-08-04 21:44:47 +00:00
index.rst Add proper references. 2009-10-22 16:17:05 +00:00
inputoutput.rst Fix markup in inputoutput.rst. 2011-03-13 02:13:08 +02:00
interactive.rst Improve documentation for PEP 370 support in site module (#8617). 2011-08-19 08:20:01 +02:00
interpreter.rst Improve documentation for PEP 370 support in site module (#8617). 2011-08-19 08:20:01 +02:00
introduction.rst Merged revisions 86310 via svnmerge from 2010-11-08 02:12:57 +00:00
modules.rst merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the previous change. 2011-06-20 07:34:48 -07:00
stdlib.rst Merged revisions 86794,86798,86801 via svnmerge from 2010-11-26 18:26:04 +00:00
stdlib2.rst #7388: "python".capitalize() in the Doc 2009-12-19 22:41:49 +00:00
whatnow.rst Remove trailing whitespace. 2009-01-03 20:55:06 +00:00