Commit Graph

1543 Commits

Author SHA1 Message Date
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
Georg Brandl
ba45703b5a #146: Don't fail to generate LaTeX when the user has an active
``.docutils`` configuration.
2009-05-03 10:32:32 +02:00
Georg Brandl
6702234eac Remove testing markup. 2009-05-03 10:25:40 +02:00
Georg Brandl
40a044b6da Fix markup. 2009-05-03 10:24:28 +02:00
Georg Brandl
e46e989d8b No need to use extlinks in conf.py. 2009-05-02 20:48:30 +02:00
Georg Brandl
8c47cf5fea merge with 0.6 2009-05-02 20:38:58 +02:00
Georg Brandl
58da7a84fd Added the `extlinks` extension. 2009-05-02 20:38:45 +02:00
Georg Brandl
af36cccf1f Move the code splitting role content into title and target into util. 2009-05-02 20:21:55 +02:00
Georg Brandl
7890fa17e0 Enable colors in the linux console. 2009-05-02 19:57:01 +02:00
Georg Brandl
7e53d3f71b Next version will be 1.0. 2009-04-29 12:55:03 +02:00
Georg Brandl
7425f381b8 merge with 0.6 2009-04-29 12:26:57 +02:00
Georg Brandl
ba0039cc4d Bring some more sanity into quickstart validators. 2009-04-29 12:26:38 +02:00
Georg Brandl
2376d259ef Added simplified Chinese locale. 2009-04-28 23:21:07 +02:00
Georg Brandl
a3ec455446 merge with 0.6 2009-04-28 23:14:37 +02:00
Georg Brandl
ab07eba895 Convert strings to unicode in highlighting. 2009-04-28 23:14:29 +02:00
Georg Brandl
7468998a28 merge with 0.6 2009-04-28 21:43:40 +02:00
Georg Brandl
770f716fc0 #29: Don't generate visible "-{-}" in option lists in LaTeX. 2009-04-28 21:28:29 +02:00
Georg Brandl
6acc71ef3a fix whitespace 2009-04-28 21:23:58 +02:00
Georg Brandl
dbf9f9985f merge with 0.6 2009-04-28 21:23:39 +02:00
Georg Brandl
75cccedad1 Fix cross-reference roles when put into substitutions. 2009-04-28 21:13:02 +02:00
Georg Brandl
8011b358c8 Copy stat as well as files for static content. 2009-04-28 20:59:11 +02:00
Georg Brandl
82af37ea7c Don't put image "alt" text into table-of-contents entries. 2009-04-28 20:46:24 +02:00
Georg Brandl
cb86f75bab In the LaTeX writer, do not raise an exception on too many section
levels, just use the "subparagraph" level for all of them.
2009-04-28 20:31:00 +02:00
Georg Brandl
124864ed27 #145: Fix autodoc problem with automatic members that refuse to be
getattr()'d from their parent.
2009-04-28 20:08:17 +02:00
Georg Brandl
97ebfba6c8 Make doctest block definition clearer. 2009-04-27 17:34:27 +02:00
Pauli Virtanen
676409133a autosummary: fix typo in a regexp 2009-04-25 23:40:11 +03:00
Georg Brandl
fd64879146 Ignore stopwords and numbers in search. 2009-04-18 10:03:36 +02:00
Georg Brandl
f6bf796cdb Allow searching for object names including the module name, like `sys.argv`. 2009-04-18 09:55:02 +02:00