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
Georg Brandl
679cdb3348
Fix warning when json is not available.
2008-09-06 17:39:32 +00:00
Georg Brandl
7a66b9d2a2
Add translation of strings in JavaScript files.
2008-09-06 17:36:25 +00:00
Georg Brandl
94bd56e4e4
Some pylint-found fixes and cleanups.
2008-09-06 17:34:35 +00:00
Georg Brandl
8c86e44d64
Add polish to language list.
2008-09-06 17:13:49 +00:00
Georg Brandl
17771b1420
Blocked revisions 66252 via svnmerge
...
........
r66252 | georg.brandl | 2008-09-06 18:38:19 +0200 (Sat, 06 Sep 2008) | 4 lines
Properly call ``super()`` in overridden blocks in builtin templates,
even if the blocks are empty in the builtin layout.html they may contain
something in an overridden one.
........
2008-09-06 16:38:59 +00:00
Georg Brandl
52575f4b10
Properly call `super()
` in overridden blocks in builtin templates,
...
even if the blocks are empty in the builtin layout.html they may contain
something in an overridden one.
2008-09-06 16:38:37 +00:00
Georg Brandl
afd4828932
Add polish locale, thanks to Michal Kandulski.
2008-09-06 16:26:27 +00:00
Georg Brandl
2101b4326b
When building html help, no scripts are embedded.
2008-09-01 14:39:55 +00:00
Georg Brandl
87a05a41cb
Merged revisions 66061,66069 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r66061 | georg.brandl | 2008-08-30 11:43:20 +0200 (Sat, 30 Aug 2008) | 2 lines
Show last released version in built docs.
........
r66069 | georg.brandl | 2008-08-30 15:21:40 +0200 (Sat, 30 Aug 2008) | 2 lines
XeTeX fix by Markus Gritsch.
........
2008-08-30 21:56:43 +00:00
Georg Brandl
32edf2ce94
Fix missing import.
2008-08-30 13:29:17 +00:00
Georg Brandl
f0605a40a4
Merged revisions 65640,65675,65699,65701 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65640 | georg.brandl | 2008-08-11 16:11:17 +0200 (Mon, 11 Aug 2008) | 2 lines
More info in intro.
........
r65675 | georg.brandl | 2008-08-14 13:53:02 +0200 (Thu, 14 Aug 2008) | 2 lines
#3546 : add missing linebreak.
........
r65699 | benjamin.peterson | 2008-08-15 23:02:22 +0200 (Fri, 15 Aug 2008) | 4 lines
rename util.with_testapp to util.with_app; nose was running it
also make an assert more informative
........
r65701 | benjamin.peterson | 2008-08-16 00:00:54 +0200 (Sat, 16 Aug 2008) | 1 line
add some tests for sphinx.application
........
2008-08-23 15:04:45 +00:00