Georg Brandl
6769daa80a
autodoc: generate directives including domain name.
2009-09-07 23:18:17 +02:00
Georg Brandl
9101593b01
Remove almost empty sphinx.directives.desc module.
2009-09-07 22:57:46 +02:00
Georg Brandl
fa7f8812cd
More refactoring for language-independent domain support.
...
* Renamed "desc"ription unit to "object" wherever possible.
* Added standard x-ref types to a StandardDomain which is always consulted.
* Split domains module into a subpackage.
* Removed additional_xref_types in favor of new directive classes in StandardDomain.
* Implemented x-ref inventory version 2, for all object types.
* Added env.doc_read_data which is for temporary data stored while reading.
* Minimally updated extension tutorial.
* Started to implement changes to interactive search.
* Test suite passes again.
2009-09-07 22:52:26 +02:00
Georg Brandl
0d029eeb9c
merge with trunk
2009-09-04 00:17:41 +02:00
Georg Brandl
894cac3390
merge with 0.6
2009-09-04 00:16:34 +02:00
Georg Brandl
0899e017a9
Post-0.6.3 changes.
2009-09-04 00:14:18 +02:00
Georg Brandl
92b0243281
Added tag 0.6.3 for changeset 447109cf9b01
2009-09-04 00:11:56 +02:00
Georg Brandl
aea14370d9
Prepare for 0.6.3 release
2009-09-04 00:06:12 +02:00
Georg Brandl
dcff10ddaa
Cleanup unused imports.
2009-09-04 00:05:09 +02:00
Georg Brandl
cad5598069
fix typos.
2009-09-03 23:20:26 +02:00
Georg Brandl
917669a39f
merge with 0.6
2009-09-03 22:00:28 +02:00
Georg Brandl
eff2bdd515
Properly add C module filenames as dependencies in autodoc.
2009-09-03 22:00:10 +02:00
Georg Brandl
65c81df70f
merge with trunk
2009-09-03 18:25:54 +02:00
Georg Brandl
9fce647b14
merge with 0.6
2009-09-03 18:24:04 +02:00
Georg Brandl
65a8a4a6b2
#208 followup: add zh_CN entry.
2009-09-03 18:20:43 +02:00
Georg Brandl
3cc52246b2
#253 : Ignore graphviz directives without content instead of
...
raising an unhandled exception.
2009-09-03 18:15:55 +02:00
Georg Brandl
456abdefbe
#241 : Fix a crash building LaTeX output for documents that contain
...
a todolist directive.
2009-09-03 18:08:57 +02:00
Georg Brandl
e9fc8d890c
Really fix the problem of keeping all pgen2 parser nodes in memory.
2009-09-03 18:00:11 +02:00
Georg Brandl
3276bb42c8
#252 : Make it easier to change the build dir in the Makefiles
...
generated by quickstart.
2009-09-03 17:53:47 +02:00
Georg Brandl
a392b15c12
#246 : fix Italian translation.
2009-09-03 17:43:39 +02:00
Georg Brandl
3e91b3cd64
merge
2009-09-02 17:32:48 +00:00
Georg Brandl
0e37970007
raise ExtensionError for unregistered domains
2009-09-02 17:31:49 +00:00
Georg Brandl
db59dec9df
Add WebFaction.
2009-08-30 10:54:34 +00:00
Georg Brandl
a734207eea
fix markup
2009-08-26 14:30:23 +00:00
Georg Brandl
4b450726d6
Simplify explicit title matching.
2009-08-11 21:17:30 +02:00
Georg Brandl
2d2a58efb4
Fix test now that show_authors is true.
2009-08-09 23:13:35 +02:00
Georg Brandl
8d0c50c5b4
More block markup tests.
2009-08-09 23:12:01 +02:00
Georg Brandl
8ba78e88e7
More tests for inline markup.
2009-08-09 23:01:48 +02:00
Georg Brandl
631ccfa3b5
Fix test.
2009-08-09 22:47:56 +02:00
Georg Brandl
d3b0d6a105
merge with trunk
2009-08-09 22:46:16 +02:00
Georg Brandl
2ac807a066
Add more tests for markup.
2009-08-09 22:44:41 +02:00
Georg Brandl
28263b96de
More tests for inline markup.
2009-08-09 22:19:37 +02:00
Georg Brandl
9989aacfb1
merge with trunk head.
2009-08-09 22:05:51 +02:00
Georg Brandl
f64d01bea2
Fix resolution of references without domain.
2009-08-09 22:05:03 +02:00
Georg Brandl
af87d555ee
Add b/w compatibility xfileref_role, with a DeprecationWarning.
2009-08-09 20:32:18 +02:00
Georg Brandl
4cb2faeb9c
Use Domain.role().
2009-08-09 20:29:02 +02:00
Georg Brandl
94f0c051c5
Fix remaining uses of xfileref_role.
2009-08-09 20:27:36 +02:00
Georg Brandl
0f5532cf4c
Update message catalogs.
2009-08-06 23:04:33 +02:00
Georg Brandl
137f37b2fc
merge with 0.6
2009-08-06 23:03:49 +02:00
Georg Brandl
304255894f
#220 : Fix CSS so that displaymath really is centered.
2009-08-06 22:57:12 +02:00
Georg Brandl
4e3746c7f3
Update German locale.
2009-08-06 22:49:47 +02:00
Georg Brandl
de3c790694
Update message catalogs.
2009-08-06 22:49:06 +02:00
Georg Brandl
c32186282f
#222 : Allow the "Footnotes" header to be translated.
2009-08-06 22:48:14 +02:00
Georg Brandl
13ced8d606
#225 : Don't add whitespace in generated HTML after inline tags.
2009-08-06 22:32:14 +02:00
Georg Brandl
ea5b0088fa
#227 : Make `literalinclude
` work when the document's path
...
name contains non-ASCII characters.
2009-08-06 22:29:31 +02:00
Georg Brandl
c914884f57
#229 : Fix autodoc failures with members that raise errors
...
on ``getattr()``.
2009-08-06 22:06:19 +02:00
Georg Brandl
3352493642
merge pre-domain state with tip from 0.6
2009-08-06 21:36:57 +02:00
Georg Brandl
efa16ae0c7
#205 : When copying files, don't copy full stat info, only
...
modification times.
2009-08-06 21:22:12 +02:00
Georg Brandl
b242c6b47c
#232 : Support non-ASCII metadata in Qt help builder.
2009-08-06 21:13:23 +02:00
Georg Brandl
86686262bd
merge with 0.6
2009-08-05 00:04:39 +02:00