Commit Graph

648 Commits

Author SHA1 Message Date
Georg Brandl
47ce40c492 #16: allow referring to figures without explicit text. 2008-09-24 15:36:34 +00:00
Georg Brandl
20e989e19b #17: fix Makefile syntax. 2008-09-24 15:29:07 +00:00
Georg Brandl
8a02400f0c Update to Polish locale. 2008-09-24 15:06:51 +00:00
Georg Brandl
dfee8188b3 Group changelog entries and fix docstring for jsdump. 2008-09-24 12:20:41 +00:00
Georg Brandl
0970f31caa Rename util.json to util.jsdump because it doesn't generate valid JSON anymore.
The JSON html builder still needs simplejson to work.
2008-09-24 12:01:16 +00:00
Georg Brandl
0830a04bbf A fix in the JS dumper and further compression by omitting redundant braces. 2008-09-24 11:51:02 +00:00
Georg Brandl
3d3bcb00df Rename rellinks to linktags. 2008-09-24 11:48:43 +00:00
Georg Brandl
29c916fb6c * Always use our own JS dumper instead of simplejson.
* Compress JS further by omitting quotes for dict keys where possible.
2008-09-24 11:30:22 +00:00
Georg Brandl
291159861b Update jQuery. 2008-09-24 11:15:55 +00:00
Georg Brandl
47cc132ff4 Add changelog entry about search change. 2008-09-24 09:33:21 +00:00
Georg Brandl
0cc9cc5eaa More compression: group objects by prefix. 2008-09-24 09:31:46 +00:00
Georg Brandl
7a2d4f0f27 Add stopword list. 2008-09-24 09:06:31 +00:00
Georg Brandl
77e3718db9 Compress the index more, by not storing the label name for keywords. 2008-09-24 08:53:17 +00:00
Georg Brandl
c4b660c5e0 * Search for partial keyword matches and be case insensitive.
* Show keyword results before regular ones.
* Show full name, type of keyword and title of containing doc.
2008-09-24 08:46:33 +00:00
Armin Ronacher
b21d71abfd Some tiny search fixes. 2008-09-24 08:39:33 +00:00
Georg Brandl
6a7e6315c2 Commit missing doc change. 2008-09-23 21:27:12 +00:00
Armin Ronacher
6373729f1d Improved search slightly by adding keyword based lookup 2008-09-23 21:21:32 +00:00
Georg Brandl
449adba3b6 One more fix. 2008-09-21 08:22:55 +00:00
Georg Brandl
330dd725ac Fix makefile. 2008-09-21 08:08:04 +00:00
Georg Brandl
2f392028cf Adapt markup test to renaming of highlighting escapes. 2008-09-16 07:52:19 +00:00
Georg Brandl
d97f2a2c58 Allow lexer guessing. 2008-09-16 07:49:27 +00:00
Georg Brandl
1dec332ff9 Add po file. 2008-09-16 07:14:37 +00:00
Georg Brandl
f7fcd04bbc Add Japanese translation, provided by Yasushi Masuda. 2008-09-16 07:14:17 +00:00
Georg Brandl
a4cb2e9e7a Add footer element. 2008-09-16 07:00:19 +00:00
Georg Brandl
afa63e57d8 Add test for coverage builder and fix an AttributeError in it. 2008-09-13 09:45:59 +00:00
Georg Brandl
063283a1be Add missing file. 2008-09-13 09:44:40 +00:00
Georg Brandl
56933b0d24 Add Django URL. 2008-09-12 19:50:49 +00:00
Georg Brandl
6343fcca71 Track TODO items on code.google.com tracker. 2008-09-12 16:29:52 +00:00
Georg Brandl
e0a2159c78 Use Google groups issue tracker instead of abusing the Python tracker. 2008-09-12 16:07:13 +00:00
Georg Brandl
1d3bb3d640 Blocked revisions 66405 via svnmerge
........
  r66405 | georg.brandl | 2008-09-12 17:45:31 +0200 (Fri, 12 Sep 2008) | 3 lines

  Fix for obscure __import__ behavior: if fromlist contains '',
  an import of "module." is attempted.
........
2008-09-12 15:48:16 +00:00
Georg Brandl
a16e0a1961 Forward-port of r66405. 2008-09-12 15:46:53 +00:00
Georg Brandl
e943dca703 A bit more testing for autodoc. 2008-09-12 15:46:19 +00:00
Georg Brandl
616cd89807 Add news entry. 2008-09-12 13:09:43 +00:00
Georg Brandl
f16dae964a Restructure LaTeX file template: add new "latex_elements" config value
allowing to customize each part of what is written to the tex file.
2008-09-12 13:08:52 +00:00
Georg Brandl
83b2fdcf78 Add note how to find source examples. 2008-09-11 23:15:32 +00:00
Georg Brandl
46544e4986 Use a prefix to \at, \lb and \rb since they are probably often used command names. 2008-09-11 22:29:35 +00:00
Georg Brandl
8652abef3c Merged revisions 66397 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x

........
  r66397 | georg.brandl | 2008-09-12 00:19:44 +0200 (Fri, 12 Sep 2008) | 2 lines

  #3837: fix comment for html_logo.
........
2008-09-11 22:21:42 +00:00
Georg Brandl
703acbfe57 Fix nits. 2008-09-11 22:14:34 +00:00
Georg Brandl
246a7a09b6 Add _() to some english strings. 2008-09-11 22:08:29 +00:00
Georg Brandl
55d4a64a4b Quote input file names, so that it works when they contain shell-metacharacters. 2008-09-11 07:15:01 +00:00
Armin Ronacher
b69e1a4fe7 Moved searchindex to the bottom to not lock the search page, prepared index for title searching. 2008-09-10 11:26:07 +00:00
Armin Ronacher
3debdc2c2a Improved search system. The search index is now a regular javascript file which should speed things up because browsers can cache it. Removed unused code from doctools.js 2008-09-10 09:11:56 +00:00
Georg Brandl
b4ec549f04 Merged revisions 66355 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x

........
  r66355 | georg.brandl | 2008-09-10 00:06:51 +0200 (Wed, 10 Sep 2008) | 2 lines

  #3746: fix duplicate id generation with docutils 0.5.
........
2008-09-09 22:08:42 +00:00
Georg Brandl
703117a77d cmdclass must stay. 2008-09-09 21:23:57 +00:00
Georg Brandl
b6ae85ec71 Fix setup.py when babel is unavailable. 2008-09-09 21:19:11 +00:00
Georg Brandl
e8ba78c9d8 Add section on conversion from others. 2008-09-09 19:24:08 +00:00
Georg Brandl
7d3539c041 Add default highlight language selection support.
Add support for recognizing Python 3 console output.
2008-09-09 19:10:09 +00:00
Georg Brandl
97e5802c39 Update Polish translation. 2008-09-08 20:46:56 +00:00
Georg Brandl
139fbd241b Show in "download" sidebar when documented version isn't released. 2008-09-06 20:18:48 +00:00
Georg Brandl
7679af3ae4 Fix handling of __all__ for modules and add a test. 2008-09-06 20:11:04 +00:00