Commit Graph

2447 Commits

Author SHA1 Message Date
Georg Brandl
41e55b92de Add missing targets to Makefile; do not build latex twice for latexpdf target. 2010-05-30 09:02:22 +02:00
Georg Brandl
ac9245de2d Update phony targets. 2010-05-30 08:49:33 +02:00
Daniel Neuhäuser
6f982283ed Fixed a testcase in response to issue #415 which is failing as of revision a854e3d2ca07 2010-05-30 04:47:28 +02:00
Marijn van der Zee
0b9a8b1991 updated some translations
Not quite sure about the Dutch programming terminology to use;
left most of it as-is.

Used Poedit for editing the .po file. This appears to introduce some
new linebreaks, while leaving some others out. That's why the diff
is bigger than you would expect.
2010-05-29 16:30:53 +02:00
Marijn van der Zee
49a20465aa update translation 2010-05-29 11:08:36 +02:00
Georg Brandl
ef2325047c #415: Do not compact single paragraphs within desc_content nodes. 2010-05-28 23:00:34 +02:00
Georg Brandl
f87766af25 Add libLAS. 2010-05-28 22:43:02 +02:00
Georg Brandl
c0a57a84ca #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swallow UnicodeError as a warning. 2010-05-28 22:37:54 +02:00
Georg Brandl
88787b2c86 #435: update Turkish translation for 1.0. 2010-05-28 22:25:41 +02:00
smerch
c96a54c61d Fix for .html writer logic 2010-05-28 15:34:02 +03:00
Georg Brandl
d491eda986 Fix an AttributeError for strange xref nodes. 2010-05-27 19:02:26 +02:00
Armin Ronacher
6613b64726 Added class role docs for JS domain. 2010-05-27 16:18:38 +02:00
Jean Daniel Browne
f0ced55e2f Fixed a missing newline in the french translation 2010-05-27 14:46:58 +02:00
Jean Daniel Browne
6aedab3da2 Completed the french translation 2010-05-27 14:43:11 +02:00
Armin Ronacher
a534f39187 Fixed a bug in the C++ domain and documented more 2010-05-27 14:12:24 +02:00
Armin Ronacher
8c388b8b14 Added :js:class: which makes JS documentation a lot more readible 2010-05-27 13:52:02 +02:00
Armin Ronacher
31aed65b6f Usefulified C++ code example 2010-05-27 13:41:16 +02:00
Georg Brandl
b3524a8697 #427: fix the encode() method of translation proxies. 2010-05-27 00:06:48 +02:00
Georg Brandl
0d4c3a31b6 #426: Fix encoding issues when saving/loading intersphinx inventories. 2010-05-26 19:51:09 +02:00
Georg Brandl
7e7593c4dd #424: Fix IndexError in viewcode extension. 2010-05-26 19:32:17 +02:00
Georg Brandl
d3d93a54f0 Test the viewcode extension; decode the source files before highlighting them. 2010-05-26 19:29:44 +02:00
Georg Brandl
8d1235d7ad #419: remove unnecessary mkdir call. 2010-05-26 19:08:15 +02:00
Georg Brandl
7eb85e159a Fix long lines. 2010-05-26 00:25:41 +02:00
Georg Brandl
9f562309f8 Fix long lines. 2010-05-26 00:25:41 +02:00
Georg Brandl
7f818affe4 Require docutils 0.5, as announced. 2010-05-26 00:22:28 +02:00
Georg Brandl
b3b58ea24c #421: fix Unicode errors for translations with non-ASCII characters. 2010-05-26 00:13:11 +02:00
Georg Brandl
6012506d74 Be more precise. 2010-05-26 00:08:11 +02:00
Georg Brandl
c671e81d6c Restore sphinxdoc theme. 2010-05-25 23:59:22 +02:00
Armin Ronacher
feab1d154e Fixed console.py function term_width_line() issue. #423 2010-05-25 16:24:44 +02:00
Georg Brandl
4f0be2bae1 Be more precise. 2010-05-26 00:08:11 +02:00
Georg Brandl
6ab7cd4ab7 #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swallow UnicodeError as a warning. 2010-06-05 18:37:16 +02:00
Georg Brandl
2a8b6f44c7 #428: Add some missing CSS styles for standard docutils classes. 2010-06-05 18:33:04 +02:00
Georg Brandl
8d6aa310fe Explain absolute paths in toctree. 2010-06-05 18:31:37 +02:00
Georg Brandl
b50e09e33e Fix a bug that prevented some references being generated in the LaTeX builder. 2010-06-05 18:30:43 +02:00
Georg Brandl
8c7e288129 #440: Remove usage of a Python >= 2.5 API in the `literalinclude` directive.
CodecInfo is not a namedtuple, so accessing attributes on 2.4 fails.
2010-06-05 18:27:43 +02:00
Armin Ronacher
5be7570ee8 Fixed console.py function term_width_line() issue. #423 2010-05-25 16:24:44 +02:00
Georg Brandl
9b9d188ded Post release update. 2010-05-25 01:27:33 +02:00
Georg Brandl
eb0b178cb2 Added tag 1.0b1 for changeset 80dc1a872e49 2010-05-25 01:25:47 +02:00
Georg Brandl
785cfa2560 Prepare for release of 1.0b1. 2010-05-25 01:17:03 +02:00
Georg Brandl
89c54a90a8 merge with 0.6 2010-05-25 01:14:37 +02:00
Georg Brandl
d1bf155cfe Post release update. 2010-05-25 01:13:29 +02:00
Georg Brandl
528af848d5 Added tag 0.6.6 for changeset 36de1ff4ba69 2010-05-25 01:09:19 +02:00
Georg Brandl
4dfe623d7d Update trove classifiers. 2010-05-25 01:08:52 +02:00
Georg Brandl
ecb394a978 Monkey-patch Node.__contains__ to get consistent behavior for docutils 0.5 and 0.6. 2010-05-25 01:05:36 +02:00
Georg Brandl
4a796be021 Prepare for 0.6.6 release. 2010-05-25 00:53:40 +02:00
Georg Brandl
8bcf1f4511 Fix long line. 2010-05-25 00:50:15 +02:00
Georg Brandl
488adca485 Fix translation catalogs as far as I can; compile new .mo out of it. 2010-05-25 00:34:45 +02:00
Georg Brandl
2f7618dd16 Update German translation. 2010-05-25 00:03:02 +02:00
Georg Brandl
dc85b9c879 Update gettext catalogs based on new template. 2010-05-24 23:55:23 +02:00
Georg Brandl
fa958c6db8 Update gettext catalog template. 2010-05-24 23:54:33 +02:00