Georg Brandl
|
09147448d4
|
#280: Autodoc can now document instance attributes assigned in `__init__` methods.
|
2010-01-03 13:59:30 +01:00 |
|
Georg Brandl
|
268911eb47
|
merge with 0.6
|
2010-01-03 12:41:51 +01:00 |
|
Georg Brandl
|
dcabce9f78
|
#286: collect todo nodes after the whole document has been read; this allows placing substitution references in todo items.
|
2010-01-03 12:36:21 +01:00 |
|
Georg Brandl
|
7b09f95cfa
|
#294: do not ignore an explicit `today` config value in a LaTeX build.
|
2010-01-03 12:20:54 +01:00 |
|
Georg Brandl
|
c8835d970b
|
Added `alt option to graphviz` extension directives.
|
2010-01-03 12:02:31 +01:00 |
|
Georg Brandl
|
7e53338d9a
|
merge with 0.6
|
2010-01-03 11:55:57 +01:00 |
|
Georg Brandl
|
b9294de041
|
The `alt` text of inheritance diagrams is now much cleaner:
it's not the graphviz code but a description "Inheritance diagram of ...".
|
2010-01-03 11:47:46 +01:00 |
|
Georg Brandl
|
0b70a32efe
|
Ignore images in section titles when generating link captions.
(Otherwise, the "alt" text leaks into the caption, and docutils automatically
assigns an alt text to images in substitutions.)
|
2010-01-03 11:42:15 +01:00 |
|
Georg Brandl
|
d32bd22ae7
|
#309: The `graphviz` extension can now output SVG instead of PNG
images, controlled by the ``graphviz_output_format`` config value.
Patch by Henrique Bastos.
|
2010-01-02 21:38:27 +01:00 |
|
Georg Brandl
|
faeec5cbbb
|
merge with trunk
|
2010-01-02 21:03:56 +01:00 |
|
Georg Brandl
|
ed78dc7ff0
|
merge with 0.6
|
2010-01-02 20:54:59 +01:00 |
|
Georg Brandl
|
f4da14806c
|
#310: support exception messages in the `testoutput blocks of the doctest` extension.
Also add minimal test cases for the doctest extension.
|
2010-01-02 14:59:27 +01:00 |
|
Georg Brandl
|
32437e45bd
|
merge with 0.6
|
2010-01-02 00:49:51 +01:00 |
|
Georg Brandl
|
f7b0d4c9c3
|
#293: line blocks are styled properly in HTML output.
|
2010-01-02 00:47:57 +01:00 |
|
Georg Brandl
|
297b2c7663
|
#285: make the `locale_dirs` config value work again.
|
2010-01-02 00:39:55 +01:00 |
|
Georg Brandl
|
f3a2854ba9
|
merge with trunk
|
2009-12-31 18:40:58 +01:00 |
|
Georg Brandl
|
bf9c12a3e8
|
merge with 0.6
|
2009-12-31 09:49:12 +01:00 |
|
Georg Brandl
|
096725922a
|
#303: `html_context values given on the command line via -A`
should not override other values given in conf.py.
|
2009-12-31 09:47:56 +01:00 |
|
Georg Brandl
|
54fc87e1cf
|
merge with 0.6
|
2009-12-29 22:32:04 +01:00 |
|
Georg Brandl
|
4c19161b5a
|
Fix a bug preventing incremental rebuilds for the `dirhtml` builder -- the
target file name wasn't determined portably between HTML builders.
|
2009-12-29 22:31:28 +01:00 |
|
Georg Brandl
|
5d0812fb91
|
merge with trunk
|
2009-12-28 19:49:57 +01:00 |
|
Georg Brandl
|
b6f9399961
|
Add change and author info for epub builder.
|
2009-12-28 19:08:32 +01:00 |
|
Georg Brandl
|
0238b8322d
|
merge with 0.6
|
2009-12-24 13:32:16 +01:00 |
|
Georg Brandl
|
88e54f951b
|
#299: Fix the mangling of quotes in "include:: :literal:" blocks.
|
2009-12-24 13:19:07 +01:00 |
|
Georg Brandl
|
64c534b03b
|
#292: Fix path to the search index for the `dirhtml` builder.
|
2009-12-24 13:06:34 +01:00 |
|
Georg Brandl
|
18230a6060
|
merge with trunk
|
2009-12-23 12:13:40 +01:00 |
|
Georg Brandl
|
7698388835
|
Add issue number.
|
2009-12-23 12:00:37 +01:00 |
|
Georg Brandl
|
9e7c5e88c4
|
Fix some nits after pulling from http://bitbucket.org/howthebodyworks/sphinx/ and add changelog and authors entries.
|
2009-12-23 11:53:19 +01:00 |
|
Georg Brandl
|
8533c4cb98
|
merge with trunk
|
2009-11-16 15:03:20 +01:00 |
|
Georg Brandl
|
571ebbf42b
|
Add news entry on Jython compatibility.
|
2009-11-10 22:43:59 +00:00 |
|
Georg Brandl
|
407b41536d
|
merge with trunk
|
2009-11-09 00:37:42 +01:00 |
|
Georg Brandl
|
5590675955
|
merge with 0.6
|
2009-11-09 00:33:49 +01:00 |
|
Georg Brandl
|
b9253e348b
|
#238: In autodoc, catch all errors that occur on module import,
not just ``ImportError``.
|
2009-11-08 22:37:29 +01:00 |
|
Georg Brandl
|
51a1698dc6
|
Added `htmltitle` block in layout template.
|
2009-11-08 19:03:57 +01:00 |
|
Georg Brandl
|
dd500ce6fb
|
Catch OSError in copyfile(); os.utime() raises that.
|
2009-11-08 16:21:02 +01:00 |
|
Georg Brandl
|
414816bb37
|
Remove docutils 0.4 support.
|
2009-10-27 19:12:47 +01:00 |
|
Georg Brandl
|
3594104d4e
|
merge with trunk
|
2009-10-26 14:05:45 +01:00 |
|
Georg Brandl
|
4f63b6cbd5
|
merge with 0.6
|
2009-10-26 09:46:04 +01:00 |
|
Georg Brandl
|
23a75e5e62
|
Expand news item.
|
2009-10-26 09:32:33 +01:00 |
|
Georg Brandl
|
ccd4c85b20
|
Test change.
|
2009-10-25 22:29:22 +01:00 |
|
Georg Brandl
|
2df42c5cb3
|
merge with 0.6
|
2009-10-25 11:27:05 +01:00 |
|
Georg Brandl
|
f04ca65690
|
Fix "fixed" descriptor handling, and add tests.
|
2009-10-25 11:26:10 +01:00 |
|
Georg Brandl
|
0792ad7498
|
The `toctree() callable in templates now has a maxdepth`
keyword argument to control the depth of the generated tree.
Also add tests for that callable.
|
2009-09-09 15:56:52 +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
|
aea14370d9
|
Prepare for 0.6.3 release
|
2009-09-04 00:06:12 +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 |
|