Georg Brandl
b28de861fe
merge with 0.6
2009-05-24 19:15:57 +02:00
Georg Brandl
224104724a
#178 : apply `add_function_parentheses
` config value to C functions as promised.
2009-05-22 18:53:58 +02:00
Georg Brandl
88dadf142b
update messages for 1.0 branch
2009-05-22 18:51:46 +02:00
Georg Brandl
8b94dfffa7
merge with 0.6
2009-05-22 18:50:57 +02:00
Georg Brandl
4cbfac0589
Update message catalogs.
2009-05-22 18:21:47 +02:00
Georg Brandl
48ee3ed5b1
Update POT file for new template locations.
2009-05-22 18:19:30 +02:00
Georg Brandl
043569613a
Generate correct instructions for Qt help building in quickstart, patch by Wouter van Heyst.
2009-05-22 18:13:49 +02:00
Georg Brandl
cbadd4543a
Include images in the Qt help qhp file, patch by Wouter van Heyst.
2009-05-22 18:13:23 +02:00
Pauli Virtanen
2bf065f664
autosummary: fix python2.4 compatibility
2009-05-21 18:43:57 +03:00
Georg Brandl
3eb57cdf19
merge with 0.6
2009-05-17 19:35:19 +02:00
Georg Brandl
b4365ad72b
#173 : Respect the docutils `title
` directive.
2009-05-17 19:15:28 +02:00
Georg Brandl
3ac7ff8ec6
merge with 0.6
2009-05-17 12:59:16 +02:00
Georg Brandl
61146192c7
#172 : The `obj
` role now links to modules as promised.
2009-05-17 12:58:48 +02:00
Georg Brandl
f335757a41
Add changelog entry for longtable change.
2009-05-17 12:45:41 +02:00
Georg Brandl
d8616219cf
merge with http://bitbucket.org/cdevienne/sphinx-longtable/
2009-05-17 12:41:36 +02:00
Georg Brandl
724d8c81d1
Provide a ==dev egg link in pkg-info.
2009-05-17 12:39:43 +02:00
Georg Brandl
c0e848f0db
Look for translations in the system default path as well, for distributions that install the catalogs there.
2009-05-17 12:34:45 +02:00
Georg Brandl
d132ef67a5
Fallback for UnicodeErrors without an encoding set.
2009-05-17 12:31:39 +02:00
Georg Brandl
7749debcdc
Reformat autosummary docs.
2009-05-17 12:29:38 +02:00
Georg Brandl
8bb67b9bf0
merge with 0.6
2009-05-17 12:24:17 +02:00
Georg Brandl
0a3d0495a1
merge with pv/sphinx-work
2009-05-17 12:24:04 +02:00
Georg Brandl
d2bdbb0ee5
#168 : fix code.
2009-05-17 12:20:04 +02:00
Georg Brandl
9921e20a3d
merge with 0.6
2009-05-17 12:14:55 +02:00
Georg Brandl
c77362ad62
Use variable declaration.
2009-05-17 12:14:46 +02:00
Georg Brandl
b45cf97956
merge with 0.6
2009-05-17 12:13:19 +02:00
Georg Brandl
3fc8f0c33c
Support searching for Class.methodname.
2009-05-17 12:12:24 +02:00
Georg Brandl
d31ae6884c
Add GeoServer.
2009-05-17 12:10:19 +02:00
Georg Brandl
95dbaa5360
merge with 0.6
2009-05-16 12:49:58 +02:00
Georg Brandl
adfb8c2668
Fix speling.
2009-05-16 12:47:18 +02:00
Pauli Virtanen
4ab7bf69bb
autosummary: fix another bug in module stub template
2009-05-15 01:03:36 +03:00
Pauli Virtanen
3d5bb47869
autosummary: fix bug in module stub template
2009-05-15 00:53:04 +03:00
Pauli Virtanen
8d8281cb97
autosummary: don't spam output if there are many files to scan
2009-05-15 00:32:26 +03:00
Pauli Virtanen
a581245f9d
autosummary: fix bug in autosummary_generate option handling
2009-05-15 00:32:02 +03:00
Pauli Virtanen
c495b2a735
Merge with sphinx trunk
2009-05-15 00:23:26 +03:00
Pauli Virtanen
472357e6a5
autosummary: allow user to override stub templates + improve the default templates
2009-05-15 00:22:30 +03:00
Pauli Virtanen
bbf4fe36c1
autosummary: accept 'autosummary_generate = True' in config files
2009-05-14 22:01:19 +03:00
Georg Brandl
92f420bd22
Add more interop links.
2009-05-13 09:15:29 +02:00
Christophe de Vienne
80c0ff4b0d
#19 : Remove the 'longtable' flag in favor of .. class: longtable (actually cssclass).
...
If more than 30 lines are found in the table, the 'longtable' mode is automaticaly turned on
2009-05-12 17:15:34 +02:00
Christophe de Vienne
646c75ad9b
Add a "longtable" flag option to the "tabularcolumn" directive.
...
If used, the latex writer will use a \longtable instead of \tabular(y)
2009-05-12 14:41:46 +02:00
Georg Brandl
5692ec9d22
merge with 0.6
2009-05-10 21:21:37 +02:00
Georg Brandl
b1dbe95255
#155 : Fix Python 2.4 compatibility: exceptions are old-style classes there.
2009-05-10 21:14:14 +02:00
Georg Brandl
64d2c2c795
#159 : do not fail if sys.stdout has no isatty() method.
2009-05-10 21:06:34 +02:00
Georg Brandl
a07daf48cf
merge with 0.6
2009-05-10 20:59:55 +02:00
Georg Brandl
ef01782f42
#157 : fix make check.
2009-05-10 20:59:08 +02:00
Georg Brandl
e02e828cbe
#150 : Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.
2009-05-10 20:56:50 +02:00
Pauli Virtanen
39f5e8c3a0
autosummary: improve appearance of Latex tables
2009-05-09 19:41:54 +03:00
Pauli Virtanen
ccbeb415e1
autosummary: add non-breaking spaces only for HTML output
...
The Latex package `tabulary` has problems with dealing with columns that
contain non-breaking spaces. Rather often, the `L` class columns overflow,
and using `lL` makes the total table wider than the page.
2009-05-09 19:40:12 +03:00
Pauli Virtanen
fd248820d7
autosummary: improve signature formatting, obey max width more closely
2009-05-09 19:36:59 +03:00
Georg Brandl
041a491df7
Remove testing leftover.
2009-05-03 10:36:27 +02:00
Georg Brandl
297ceab686
merge with 0.6
2009-05-03 10:33:08 +02:00