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
Georg Brandl
5f0c30ac90
Updated Czech translation.
2008-08-23 15:02:50 +00:00
Georg Brandl
f89c3d32a1
Add todo item.
2008-08-23 14:53:14 +00:00
Georg Brandl
e6739efa3c
Index quick fix.
2008-08-17 21:54:32 +00:00
Georg Brandl
37da4a20ed
Respect __all__ when autodocumenting module members.
2008-08-15 19:43:52 +00:00
Georg Brandl
a8c1a75e81
Display stderr and stdout for LaTeX too.
2008-08-15 19:21:09 +00:00
Georg Brandl
e6a6087335
Use alternate method of removing node from doctree which
...
doesn't raise assertion errors. :)
2008-08-15 19:16:20 +00:00
Georg Brandl
92ba27e0af
Fix typo.
2008-08-15 19:11:26 +00:00
Georg Brandl
742821d6e0
Simplify index entry handling.
2008-08-11 08:40:12 +00:00
Georg Brandl
a984b56afd
Update French locale.
2008-08-10 20:22:52 +00:00
Georg Brandl
5298b40780
Typo fix.
2008-08-10 17:22:06 +00:00
Georg Brandl
74d52b40bc
Add exclude_dirnames value.
2008-08-10 17:21:08 +00:00
Georg Brandl
b3f1de1bf7
New config value "keep_warnings", default is to discard the from the saved doctrees.
2008-08-10 17:10:31 +00:00
Georg Brandl
e93af0e57c
Merged revisions 65566-65567,65623,65625 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines
Clarification for the ref role.
........
r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines
Rebuild everything if extensions change.
........
r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines
Unify handling of LaTeX escaping, and add some more replacements.
........
r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines
Make tex escapes a module.
........
2008-08-10 16:59:27 +00:00
Georg Brandl
ac8a346f45
Add preliminary french locale.
2008-08-10 16:42:29 +00:00
Georg Brandl
74d36acbf7
* Add more generated text to the automatic translation.
...
* Remove all locale-dependent text from sphinx.sty, put it into Python files
to enable message extraction and translation.
* Use babel in the LaTeX output.
* Centralize locations for labels used in every builder.
2008-08-10 10:00:20 +00:00
Georg Brandl
e9d3589140
Link to group instead of direct email link.
2008-08-08 15:44:23 +00:00
Georg Brandl
bc6d83d7c4
Add dev.mixin.com, which has a nice theme.
2008-08-08 15:42:41 +00:00