Georg Brandl
d2d3606158
Autodoc can now order members either alphabetically (like previously) or by member type;
...
configurable either with the config value ``autodoc_member_order`` or a ``member-order`` option per directive.
Also fix a bug that documented module-level functions as attributes.
2009-02-27 15:48:41 +01:00
Georg Brandl
dd32405563
Remove docs for removed automodule_skip_lines setting.
2009-02-27 15:22:45 +01:00
Georg Brandl
e5c8f5caff
Add Quex.
2009-02-27 15:09:54 +01:00
Georg Brandl
f2ed7b24ca
merge with 0.5
2009-02-27 15:09:03 +01:00
Georg Brandl
2ca8c15eba
Fix PNG depth assignment for depth=0.
2009-02-27 15:05:58 +01:00
Georg Brandl
717be1cd0e
Add headlink/headbgcolors.
2009-02-27 12:11:35 +01:00
Georg Brandl
af102a2579
Output each accesskey only once, regardless of the number of relbars.
2009-02-24 23:38:12 +01:00
Georg Brandl
d31f68be58
Make "numbered" toctree attribute optional.
2009-02-24 21:05:50 +01:00
Georg Brandl
9ed275c868
#109 : fix circular import problems by moving exceptions into their own module.
2009-02-24 19:15:39 +01:00
Georg Brandl
fb511a015a
Paths to literal include files and download files can now be absolute too.
2009-02-24 13:38:15 +01:00
Georg Brandl
29247f0896
Import style nit.
2009-02-24 13:34:39 +01:00
Georg Brandl
965a8c1d20
Allow multiple calls to setup_extension().
2009-02-24 13:34:21 +01:00
Georg Brandl
9df0b1ce74
Add coverage output file.
2009-02-23 19:24:22 +01:00
Georg Brandl
2f13231fbd
merge with 0.5
2009-02-23 19:24:02 +01:00
Georg Brandl
cadb5af9f1
Note that Python code in code blocks is parsed.
2009-02-23 19:23:08 +01:00
Georg Brandl
9618b0c78a
Add makefile target for easy test coverage checking.
2009-02-22 19:00:36 +01:00
Georg Brandl
5f0a7375c8
Bump ENV_VERSION after section numbering change.
2009-02-22 16:30:40 +01:00
Georg Brandl
7792e27030
#10 : implement HTML section numbering.
2009-02-22 15:22:23 +01:00
Georg Brandl
69aab57297
Small cosmetic fix.
2009-02-22 14:46:47 +01:00
Georg Brandl
ebb1d85051
Style nits.
2009-02-21 23:05:07 +01:00
Georg Brandl
0c70b1caa0
Remove removed method.
2009-02-21 22:01:27 +01:00
Georg Brandl
edaf639c2c
#96 : The LaTeX builder now supports figures wrapped by text, when using the `figwidth
` option and right/left alignment.
2009-02-21 20:28:20 +01:00
Georg Brandl
18c3748c98
merge with 0.5
2009-02-21 19:59:33 +01:00
Georg Brandl
2d0345a7d9
#71 : If a decoding error occurs in source files, print a warning and replace the characters by "?".
2009-02-21 19:58:52 +01:00
Georg Brandl
49cecc8f58
merge with 0.5
2009-02-21 19:08:42 +01:00
Georg Brandl
050560217c
Fix a problem in the HTML search if the index takes too long
...
to load.
2009-02-21 19:08:22 +01:00
Georg Brandl
faeb257e5a
merge with 0.5
2009-02-21 17:36:38 +01:00
Georg Brandl
099b4ce0ea
Register custom roles as local, saves system_messages which can cause problems e.g. in .. |abc| replace:: :role:foo
2009-02-21 17:25:48 +01:00
Georg Brandl
bc9a351853
Fix the serializing and changes builders, and really test them.
2009-02-21 17:17:21 +01:00
Georg Brandl
2ba9ec3456
More generator tests.
2009-02-21 17:16:56 +01:00
Georg Brandl
7073a5bd2c
The new `latex_additional_files
` config value can be used to
...
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
d3a7f004f0
Oops.
2009-02-20 11:09:54 +01:00
Georg Brandl
a07e7ad534
#62 : There is now a `-w
` option for sphinx-build that writes
...
warnings to a file, in addition to stderr.
2009-02-20 11:01:46 +01:00
Georg Brandl
98311e1779
Forgot ifconfig.
2009-02-20 10:45:24 +01:00
Georg Brandl
5b1415d16a
Fix #103 : add all (usable) builtin extensions to quickstart.
2009-02-20 10:43:56 +01:00
Georg Brandl
db8f428414
Fix wrong attribute name.
2009-02-20 10:42:50 +01:00
Georg Brandl
8f820c97ae
Add a few more docstrings, and remove the last XXX comments in the desc directives.
2009-02-20 10:22:56 +01:00
Georg Brandl
b861ee622a
Only move module targets that really come from module directives.
2009-02-20 09:43:00 +01:00
Georg Brandl
6e1d180d57
Fix a reuse problem with CDesc signatures.
2009-02-20 09:35:14 +01:00
Georg Brandl
a43b651804
Make "make check" happy.
2009-02-19 23:31:34 +01:00
Georg Brandl
3f7733f8d3
Fixed another of the isinstance tests that should have been issubclass. This doesn't make me look good...
2009-02-19 23:22:36 +01:00
Armin Ronacher
54583227d2
Enabled default jinja sandbox in sphinx. Makes it safer to share themes.
2009-02-19 23:20:29 +01:00
Georg Brandl
303481bd86
But maybe this time it works!
2009-02-19 23:17:34 +01:00
Georg Brandl
30e56ca544
Fix.
2009-02-19 23:10:48 +01:00
Georg Brandl
bb93cbfd86
Restore docutils 0.4 compatibility.
2009-02-19 23:09:20 +01:00
Georg Brandl
c9f607f826
Add MyHDL.
2009-02-19 23:02:54 +01:00
Georg Brandl
1d128f57fa
Fix #106 , fix #107 : make _special_attrgetters an attribute of AutoDirective, to avoid confusion how it should be overridden in subclasses.
2009-02-19 22:54:34 +01:00
Georg Brandl
bd5eb9f417
Fix a bug in FilenameUniqDict that led to test failures.
2009-02-19 22:36:00 +01:00
Georg Brandl
8bf6fa5a74
Make the HTML xpath tests generator tests.
2009-02-19 22:12:47 +01:00
Georg Brandl
4c81b055c8
Added an `only
` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00