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
Georg Brandl
ce74366033
Add Czech translation by Pavel Kosina, and use Unicode gettext methods throughout.
2008-08-08 14:03:02 +00:00
Georg Brandl
387c8cd693
Oops.
2008-08-08 13:46:15 +00:00
Georg Brandl
c21ff79a8b
English is nice for the official docs nevertheless.
2008-08-08 11:00:29 +00:00
Georg Brandl
a7cfb52ab6
Add i18n support, thanks to Horst Gutmann.
2008-08-08 10:54:00 +00:00
Georg Brandl
f706ce0d40
Remove old web templates.
2008-08-08 10:40:00 +00:00
Georg Brandl
17451736d6
No border around the logo.
2008-08-08 06:21:12 +00:00
Georg Brandl
16579e33d7
Link to master doc in TOC heading and logo.
2008-08-07 18:46:07 +00:00
Georg Brandl
436aa42b5d
Use numbers instead of [Link] in duplicate index entries.
2008-08-07 18:35:58 +00:00
Georg Brandl
e34a6e22a6
Add glossary entries to the index. Update TODO.
2008-08-07 18:29:48 +00:00
Georg Brandl
cdeaa1e1c9
Fix script location.
2008-08-07 18:05:11 +00:00
Georg Brandl
aed6d94008
Allow nonwrapped displaymath.
2008-08-07 09:17:50 +00:00
Georg Brandl
3204f83dc7
Merged revisions 65556 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65556 | georg.brandl | 2008-08-06 15:12:43 +0000 (Wed, 06 Aug 2008) | 2 lines
Run latex over the latex builder's output.
........
2008-08-06 15:13:42 +00:00
Georg Brandl
6d89feae1e
Test suite update for math extension.
2008-08-06 14:57:44 +00:00
Georg Brandl
26d724cb6d
Merged revisions 65532,65546-65547,65550-65551 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines
Add a test file for misc. markup and fix a doc bug.
........
r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines
Show an indication while downloading the search index.
........
r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines
Fix an indentation problem in production lists. #3477 .
........
r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines
Remove unused interface.js.
........
r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines
Don't try to remove a nonexisting static dir.
........
2008-08-06 14:46:11 +00:00
Georg Brandl
2bc9b72bfd
Add changelog entry.
2008-08-06 13:10:02 +00:00