Commit Graph

7567 Commits

Author SHA1 Message Date
Georg Brandl
8ea4b866d8 Add header links statically. 2007-08-06 16:51:47 +00:00
Georg Brandl
12ffdb0103 Make the "standard types" docs more standard.
Add links from all constructors in "built-in functions" to
stdtypes.
2007-08-06 16:50:04 +00:00
Georg Brandl
338fa90190 Port rev. 56767f. 2007-08-06 16:29:32 +00:00
Georg Brandl
79f1a1eecb Add module names even to names in classes. Add a config option for that.
Add a :samp: role for highlighting text inside literal code.
Fix the time module docs.
2007-08-06 10:49:52 +00:00
mark.summerfield
cc5aedc6ce Added more cross-references for strings. And one more for open(). 2007-08-06 09:21:32 +00:00
mark.summerfield
cbd3fe5790 Added to the description: mention of and links to dict, list, and tuple,
and mention of bsddb.btopen().
2007-08-06 08:54:04 +00:00
Georg Brandl
cf0ab55a5a Port rev. 56764. 2007-08-06 08:07:23 +00:00
Georg Brandl
d3a70da988 Add missing file... 2007-08-06 07:57:06 +00:00
Georg Brandl
97205a8b8b Port rev. 56754, 56755. 2007-08-06 07:31:28 +00:00
Georg Brandl
35e26230fd Other minor fixes. 2007-08-05 12:26:55 +00:00
Georg Brandl
134590216d Only highlight snippets as Python if they can be parsed as Python. 2007-08-04 23:33:10 +00:00
Georg Brandl
3d44c1cb7f Don't mangle "--" in option names. 2007-08-04 23:07:57 +00:00
Georg Brandl
5fa895a2c4 Update readme. 2007-08-04 22:51:34 +00:00
Georg Brandl
0dc5e041ad Fix a whole load of markup glitches introduced mostly by the converter.
Many thanks to Tim Hatch for finding them, and thanks to Emacs for making it easy to fix them :)
2007-08-04 22:45:13 +00:00
Georg Brandl
8809f4163c Update traditional stylesheet, fix a markup glitch. 2007-08-04 18:17:51 +00:00
Georg Brandl
2aa14f1180 Replace some XXXs on the index page.
Port the download page, still needs to be populated.
2007-08-04 17:16:56 +00:00
Georg Brandl
a5c6fe7ac0 Further style nit and fix a missing import error. 2007-08-04 15:55:16 +00:00
Georg Brandl
7e6201a701 Merge rev 56731 to 3k tree. 2007-08-04 14:42:35 +00:00
Georg Brandl
3c274f05c2 Make admonitions take less space. 2007-08-04 14:41:59 +00:00
Georg Brandl
859e30e485 Add the module name to module globals' descriptions. 2007-08-04 14:33:16 +00:00
mark.summerfield
07412998eb Deleted comment: XXX Reference URLs that compare the different UI packages
They are too changeable, so instead I've added a reference to the Python Wiki
page which has such links.

Dropped coverage of PyKDE because it is platform-specific. I think
it is best to only list cross-platform GUI libraries here and leave
people to go to the Wiki for platform-specific GUI libraries.

Dropped the listing for FXPy since its website hasn't been updated
since 2002 and its most "up-to-date" installer for Windows is for Python 2.2!

Slightly slimmed down wxWidgets coverage for balance.

So now only the "big 3" cross-platform toolkits,
PyGTK, PyQt, and wxPython, are listed, and they now appear in
alphabetical order.
2007-08-04 08:01:07 +00:00
Georg Brandl
9b8d5fe104 Merge 56702-56729 and write a bit on reST source style guide. 2007-08-04 07:22:22 +00:00
mark.summerfield
e2527d6484 Changed third para of description to give greater emphasis
to other GUI toolkits.
2007-08-04 07:11:49 +00:00
Georg Brandl
b028c48213 Fix broken link in zipfile docs. 2007-08-03 15:46:34 +00:00
mark.summerfield
473c656b0e Changed all references to stat module S_* constants to stat.S_*
since it is v. confusing that in module os these constants are from
the stat module rather than from os.
Also added a couple of cross-references to open().
2007-08-03 13:20:47 +00:00
Georg Brandl
674f8e3d26 Fix the copyright page. 2007-08-03 12:08:08 +00:00
Georg Brandl
2587f186fc Write a bit more in "Documenting". 2007-08-03 11:56:22 +00:00
Georg Brandl
d0a6b3d1c3 Merge revs 56695--56698 to 3k tree. 2007-08-03 11:33:03 +00:00
mark.summerfield
4c801894ec Added note and cross-reference to close sf bug 1760423.
(But can't close the bug because I don't know how.)
2007-08-03 11:22:32 +00:00
mark.summerfield
28bed74654 Addd a few cross-references.
Clarified the short-circuit behavior of or and and.
2007-08-03 10:52:05 +00:00
mark.summerfield
14392934bf Added a few cross-references and a few more links.
Added a note that __import__ is "advanced" since that's the first
function that appears and looks scary for newcomers.
Added an example for enumerate since I don't think it is
immediately obvious how it works.
2007-08-03 10:31:21 +00:00
mark.summerfield
dfc057928c Made the intro text more positive in tone.
Noted that Win & Mac installers normally include the whole library
but that Unix users may need to add packages.
Added a link to pypy.
2007-08-03 09:09:18 +00:00
Georg Brandl
6ea0df4f60 Disable enumerated lists introduced by alphabetic or roman numerals. 2007-08-03 08:15:50 +00:00
Georg Brandl
27fdfc9838 Fix remaining references to "../foo" HTML pages. 2007-08-03 07:46:12 +00:00
Georg Brandl
98f098e4be Fix the modindex checkboxes if none is selected. 2007-08-03 07:40:36 +00:00
Georg Brandl
dbeb13600f Re-add the _ast docs to 3k; rename it accordingly. 2007-08-03 07:35:19 +00:00
Georg Brandl
6f7b816ab8 Replace .. include by a new .. literalinclude which doesn't raise if the file isn't found. 2007-08-03 07:32:31 +00:00
Georg Brandl
1a15ed97bb Merge Doc changes in rev. 56685:
Remove several h/w and o/s specific modules that are undocumented, obsolete,
and/or not widely used:
 linuxaudiodev.c, sunaudiodev.c Lib/plat-sunos5/SUNAUDIODEV.py
 Lib/audiodev.py Tools/audiopy/audiopy

Move Lib/toaiff.py to Demo.

See PEP 3108 for most of the details.
2007-08-03 05:52:43 +00:00
Georg Brandl
1dbcd54a17 Integrate the HOWTOs into the tree. 2007-08-02 21:31:34 +00:00
Georg Brandl
a39f67e314 Add missing synopses for library modules. 2007-08-02 20:33:06 +00:00
Georg Brandl
a9f6483547 Replace all previously inter-document links by :ref:s. 2007-08-02 18:07:46 +00:00
Georg Brandl
e7d56ddf90 Extra 3k fixes. 2007-08-02 16:13:06 +00:00
Georg Brandl
bbedd58eb5 Vanquish all remaining build warnings. 2007-08-02 15:44:40 +00:00
Georg Brandl
549719761d Remove redundant section titles after :ref:s. 2007-08-02 14:49:09 +00:00
Georg Brandl
3d3c60d42c Forgot to add new merged file. 2007-08-02 13:08:35 +00:00
Georg Brandl
28e7172f36 Fix all instances of bad reST generated by the converter.
Remove a debugging print.
2007-08-02 13:06:23 +00:00
Georg Brandl
a3e2e48326 Fix production list escaping. 2007-08-02 12:32:13 +00:00
Georg Brandl
51c1deef44 Don't interpret markup in productionlists. 2007-08-02 12:25:10 +00:00
Georg Brandl
26ec9e5e8f Add the email package toctree. 2007-08-02 09:30:42 +00:00
Georg Brandl
f1ed49ef80 First few fixes in the new trees. 2007-08-02 09:16:36 +00:00