Georg Brandl
|
b4d0a9dc9a
|
Remove the "ni" environments; they are useless now that index
entries are always inserted separately. Fixes #4132.
|
2008-10-16 20:33:59 +00:00 |
|
Georg Brandl
|
a857b89a23
|
UTF-8 isn't mandatory anymore.
|
2008-10-16 20:31:28 +00:00 |
|
Georg Brandl
|
e4306e5f87
|
Escape " to " in HTML help attribute values. #25.
|
2008-10-16 19:48:35 +00:00 |
|
Georg Brandl
|
7e1311e8cf
|
Fold in 0.4.3 changelog.
|
2008-10-16 19:47:08 +00:00 |
|
Georg Brandl
|
688ef9dc1f
|
Properly escape authors and titles put into quickstart latex_documents setting.
|
2008-10-16 19:43:15 +00:00 |
|
Georg Brandl
|
efd474b296
|
Add a caveat about LaTeX titles and authors, and properly escape
a title that comes from the document itself.
|
2008-10-16 19:37:57 +00:00 |
|
Georg Brandl
|
23d578da81
|
Create pygments.css before copying user-supplied static files.
|
2008-10-16 19:29:35 +00:00 |
|
Georg Brandl
|
f0b1d78641
|
Let include encoding default to source encoding.
|
2008-10-16 19:25:31 +00:00 |
|
Georg Brandl
|
516d1a2872
|
Add "source_encoding" config value.
|
2008-10-16 19:21:06 +00:00 |
|
Georg Brandl
|
918fbecb12
|
This should fix compatibility with XeTeX *and* prevent issues like #3909.
|
2008-10-16 19:05:26 +00:00 |
|
Georg Brandl
|
d7e2a48555
|
Add "source-read" event.
|
2008-10-16 19:04:45 +00:00 |
|
Georg Brandl
|
39c3121344
|
Add new projects/URLs.
|
2008-10-08 11:24:37 +00:00 |
|
Benjamin Peterson
|
73ce37b504
|
silence some deprecation warnings
|
2008-10-04 20:06:30 +00:00 |
|
Georg Brandl
|
4a9612a951
|
Add zc.async.
|
2008-10-02 16:19:44 +00:00 |
|
Georg Brandl
|
869df5123b
|
Add cmember role (#3875).
|
2008-09-24 17:09:48 +00:00 |
|
Georg Brandl
|
825ae40f41
|
Merged revisions 66588,66602 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r66588 | georg.brandl | 2008-09-24 17:25:43 +0200 (Wed, 24 Sep 2008) | 2 lines
Fix footer marking.
........
r66602 | georg.brandl | 2008-09-24 19:02:31 +0200 (Wed, 24 Sep 2008) | 2 lines
Escape backtick in texescape.
........
|
2008-09-24 17:08:47 +00:00 |
|
Georg Brandl
|
00de8e0d36
|
Use palatino for the Sphinx docs.
|
2008-09-24 16:18:45 +00:00 |
|
Georg Brandl
|
5e13c56f96
|
#18: put footnotes at the correct location in the LaTeX writer.
|
2008-09-24 16:13:36 +00:00 |
|
Georg Brandl
|
0b1f0d045a
|
Converter is now fairly usable for non-Python core projects.
|
2008-09-24 15:50:37 +00:00 |
|
Georg Brandl
|
d8de24e1ad
|
Don't overwrite existing sphinx projects from quickstart.
|
2008-09-24 15:46:54 +00:00 |
|
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 |
|