Commit Graph

18038 Commits

Author SHA1 Message Date
Georg Brandl
d06a0780b2 Fix a couple double backslashes and port rev. 56885. 2007-08-10 06:10:32 +00:00
Georg Brandl
e61378d74f Move jinja external to svn.python.org, extend Makefile. 2007-08-10 05:59:40 +00:00
Georg Brandl
b1271fa623 Fix searching and search index creation for incremental builds. 2007-08-09 19:22:20 +00:00
Georg Brandl
be36a0f85d Fix typo in link, extend README. 2007-08-09 17:16:28 +00:00
Georg Brandl
a47becbdcc Add a README.txt file to the trees. 2007-08-09 16:32:50 +00:00
Georg Brandl
700a73971f Also checkout docutils 0.4. 2007-08-09 15:55:16 +00:00
Georg Brandl
c21d3845aa Add a Makefile to the Doc trees. 2007-08-09 15:46:06 +00:00
Georg Brandl
af33fd9548 Add an explicit doctreedir option. 2007-08-09 09:47:24 +00:00
Georg Brandl
edd5ff70d9 Move web startup code to __init__.py. 2007-08-09 09:19:37 +00:00
Georg Brandl
9a267392c2 Port rev. 56830. 2007-08-08 13:05:17 +00:00
Georg Brandl
8f943b6121 Document set constructors in stdtypes. 2007-08-08 12:07:32 +00:00
Georg Brandl
259bb631c8 Merge latest two revs, write about. 2007-08-08 11:53:20 +00:00
mark.summerfield
9ed6e630ff Added more cross-references between containers & regarding strings.
Deleted some of the dict constructor examples to avoid confusing
newcomers.
Added mild warning about using float keys for dicts.
Added cross-references between time, datetime, and calendar.
Added other cross-references.
2007-08-08 11:10:08 +00:00
mark.summerfield
e49c8a45b4 I have reordered the table of contents for the library. 2007-08-08 11:09:20 +00:00
Georg Brandl
67e2e52af5 Update bug reporting page for roundup. 2007-08-08 07:33:11 +00:00
Georg Brandl
52a7637cfd Port rev. 56806. 2007-08-08 06:23:21 +00:00
Georg Brandl
843e3f7508 Port rev. 56784. 2007-08-07 06:30:36 +00:00
Georg Brandl
3ffecea9fc Port rev. 56782. 2007-08-07 06:30:02 +00:00
Georg Brandl
3a946215af Fix a key name. 2007-08-06 19:05:14 +00:00
Georg Brandl
47a9ad555e Fix module index cloud size calculation. 2007-08-06 17:04:12 +00:00
Georg Brandl
9fe28bd780 Apply config overrides before searching for version info. 2007-08-06 16:54:17 +00:00
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