Commit Graph

1237 Commits

Author SHA1 Message Date
Georg Brandl
cc8030b074 Fix test_env after update() API change. 2009-03-15 19:04:02 +01:00
Georg Brandl
1861a9ec5d Add autosummary to tests. 2009-03-15 19:02:37 +01:00
Georg Brandl
8e00cff32c Improve ImportError message. 2009-03-15 18:42:56 +01:00
Georg Brandl
ea286e05cd Work on autodoc: move -g command-line argument to config value, make
directive up to new API.
2009-03-15 18:36:00 +01:00
Georg Brandl
a77888a42b Document setup_extension(). 2009-03-14 21:34:59 +01:00
Georg Brandl
ca27c7285a Remove extra autosummary license since Sphinx now uses 2-clause BSD as well. 2009-03-14 21:16:20 +01:00
Georg Brandl
2c1d0a62fb merge with autosummary branch 2009-03-14 21:14:48 +01:00
Georg Brandl
c85d4c2db2 Work a bit on coding style of autosummary. 2009-03-14 21:08:52 +01:00
Georg Brandl
b8988db3d1 Add PyLit. 2009-03-09 18:51:55 +01:00
Georg Brandl
39bd7dff92 Encode graphviz input to utf-8. 2009-03-09 15:04:32 +01:00
Georg Brandl
0f3e0ec335 merge with 0.5 2009-03-09 14:59:04 +01:00
Georg Brandl
9a2bf336f7 Properly escape `|` in LaTeX output. 2009-03-09 14:58:25 +01:00
Georg Brandl
c632481afb merge with 0.5 2009-03-09 14:25:52 +01:00
Georg Brandl
da7f1e408c Relicense to avoid confusion. 2009-03-09 14:25:36 +01:00
Georg Brandl
d117ef45a3 Fix node class name. 2009-03-09 09:47:10 +01:00
Georg Brandl
e6aa389718 Mark up. 2009-03-09 09:42:05 +01:00
Georg Brandl
d81d1dcc4e Use a new progress indicator with percents. 2009-03-08 10:21:07 +01:00
Georg Brandl
fc30eea875 Update tutorial for directive classes. 2009-03-07 22:54:36 +01:00
Georg Brandl
30fe6d4190 Sanitize the Environment.update() method API. 2009-03-05 20:25:39 +01:00
Georg Brandl
0d75f37e23 Make WARNING the default warning prefix. 2009-03-05 10:06:18 +01:00
Georg Brandl
ed26bfa30e Remove testing text. 2009-03-05 10:05:27 +01:00
Georg Brandl
0a9adbdd5a merge with 0.5 2009-03-05 09:54:12 +01:00
Georg Brandl
415d975496 Fix a linking problem in latex. 2009-03-05 09:52:26 +01:00
Georg Brandl
51265dfe3f #114: Added an `abbr` role to markup abbreviations and acronyms. 2009-03-05 09:48:55 +01:00
Georg Brandl
b244dbf9b5 Use standard `file:line: warning: message` format for warning messages. 2009-03-05 09:21:35 +01:00
Georg Brandl
9951bd3f73 Make titles consistent. 2009-03-05 00:17:14 +01:00
Georg Brandl
f52a768756 Add Scapy. 2009-03-05 00:15:15 +01:00
Georg Brandl
c5d0ba9913 New `inheritance_diagram` extension to embed... inheritance diagrams! 2009-03-05 00:14:29 +01:00
Georg Brandl
75637a5d6a New `graphviz` extension to embed graphviz graphs. 2009-03-04 23:52:56 +01:00
Georg Brandl
1a22255080 Add two comments. 2009-03-04 23:51:36 +01:00
Georg Brandl
43dc531458 Fix grammar. 2009-03-04 23:49:32 +01:00
Georg Brandl
01f3804716 Add default parent attribute to Node classes. 2009-03-03 08:55:34 +01:00
Georg Brandl
ecddf34f60 merge with 0.5 2009-03-01 19:45:58 +01:00
Georg Brandl
c8afb6b245 Debian bug #517735: check for presence of pages before linking to them. 2009-03-01 19:44:47 +01:00
Georg Brandl
8189ade471 Re-add dependency recording in autodoc which was lost during the refactoring. 2009-03-01 16:40:01 +01:00
Georg Brandl
be83ff48dc Add PyMOTW. 2009-02-27 17:13:34 +01:00
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