Georg Brandl
02f7601dc0
merge with 0.5
2009-03-16 00:05:15 +01:00
Georg Brandl
5f6c38f47a
Handle inline nodes in latex and text writers.
2009-03-16 00:04:40 +01:00
Georg Brandl
9732e6720b
Update MapServer URL.
2009-03-15 23:55:05 +01:00
Georg Brandl
e517911ac3
Autodoc can now exclude single members from documentation
...
via the ``exclude-members`` option.
2009-03-15 23:52:48 +01:00
Georg Brandl
989f8a593d
Add link to Glenn's SCons script repo.
2009-03-15 23:43:09 +01:00
Georg Brandl
4de4dcccd4
#123 : The `glossary
directive now supports a
:sorted:
`
...
flag that sorts glossary entries alphabetically.
2009-03-15 23:34:19 +01:00
Georg Brandl
33a30a21db
Note `autosummary
` extension.
2009-03-15 23:29:10 +01:00
Georg Brandl
9f12d678aa
Fix test.
2009-03-15 19:55:48 +01:00
Georg Brandl
74dd919170
Fix attribute reference error.
2009-03-15 19:06:57 +01:00
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