Georg Brandl
3fc8f0c33c
Support searching for Class.methodname.
2009-05-17 12:12:24 +02:00
Georg Brandl
5692ec9d22
merge with 0.6
2009-05-10 21:21:37 +02:00
Georg Brandl
b1dbe95255
#155 : Fix Python 2.4 compatibility: exceptions are old-style classes there.
2009-05-10 21:14:14 +02:00
Georg Brandl
a07daf48cf
merge with 0.6
2009-05-10 20:59:55 +02:00
Georg Brandl
e02e828cbe
#150 : Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.
2009-05-10 20:56:50 +02:00
Georg Brandl
297ceab686
merge with 0.6
2009-05-03 10:33:08 +02:00
Georg Brandl
ba45703b5a
#146 : Don't fail to generate LaTeX when the user has an active
...
``.docutils`` configuration.
2009-05-03 10:32:32 +02:00
Georg Brandl
58da7a84fd
Added the `extlinks` extension.
2009-05-02 20:38:45 +02:00
Georg Brandl
7e53d3f71b
Next version will be 1.0.
2009-04-29 12:55:03 +02:00
Georg Brandl
2376d259ef
Added simplified Chinese locale.
2009-04-28 23:21:07 +02:00
Georg Brandl
7468998a28
merge with 0.6
2009-04-28 21:43:40 +02:00
Georg Brandl
770f716fc0
#29 : Don't generate visible "-{-}" in option lists in LaTeX.
2009-04-28 21:28:29 +02:00
Georg Brandl
dbf9f9985f
merge with 0.6
2009-04-28 21:23:39 +02:00
Georg Brandl
75cccedad1
Fix cross-reference roles when put into substitutions.
2009-04-28 21:13:02 +02:00
Georg Brandl
82af37ea7c
Don't put image "alt" text into table-of-contents entries.
2009-04-28 20:46:24 +02:00
Georg Brandl
cb86f75bab
In the LaTeX writer, do not raise an exception on too many section
...
levels, just use the "subparagraph" level for all of them.
2009-04-28 20:31:00 +02:00
Georg Brandl
124864ed27
#145 : Fix autodoc problem with automatic members that refuse to be
...
getattr()'d from their parent.
2009-04-28 20:08:17 +02:00
Georg Brandl
f6bf796cdb
Allow searching for object names including the module name, like `sys.argv`.
2009-04-18 09:55:02 +02:00
Georg Brandl
92f1cbfa45
Add changelog entry.
2009-04-13 08:45:52 +00:00
Georg Brandl
5f710d37bc
merge with 0.6
2009-04-11 12:50:09 +02:00
Georg Brandl
46bc1cbe4b
Check for files that are outside the source dir in build_specific().
2009-04-11 12:49:45 +02:00
Georg Brandl
b349660d95
Add html_show_copyright config val, patch by Wojtek Walczak.
2009-04-09 19:04:44 +00:00
Georg Brandl
cb33979cde
merge with 0.6
2009-04-01 12:01:06 -05:00
Georg Brandl
67827b3806
Add changelog entry for fd52839b069b.
2009-04-01 09:20:02 -05:00
Georg Brandl
cf1435afb5
Fix intersphinx for installations without urllib2.HTTPSHandler.
2009-03-31 14:01:26 -05:00
Georg Brandl
38dcc3c25b
merge...
2009-03-27 12:07:11 -05:00
Georg Brandl
6693413ed7
Update changelog.
2009-03-27 12:07:02 -05:00
Georg Brandl
9bf7a14aff
merge with 0.5
2009-03-26 15:02:44 -04:00
Georg Brandl
8b7bbca048
Update for 0.6.2dev.
2009-03-26 15:00:29 -04:00
Georg Brandl
23e77c67a8
Fix #132...
2009-03-26 14:55:17 -04:00
Georg Brandl
59dcb32b43
merge with 0.6
2009-03-24 22:04:26 +01:00
Georg Brandl
f7f786752e
Update for 0.6.1dev.
2009-03-24 22:02:31 +01:00
Georg Brandl
371ccb34fa
Update for 0.7dev.
2009-03-24 21:54:05 +01:00
Georg Brandl
96689eec28
Update info for 0.6 final.
2009-03-24 21:45:17 +01:00
Georg Brandl
5469dfe4e6
Add Russian translation, by Alexander Smishlajev.
2009-03-24 09:00:45 +00:00
Georg Brandl
19586782da
merge with 0.5
2009-03-24 08:24:39 +00:00
Georg Brandl
ecf20b3f7b
Update for 0.5.2 final.
2009-03-24 08:17:24 +00: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
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
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
51265dfe3f
#114 : Added an `abbr` role to markup abbreviations and acronyms.
2009-03-05 09:48:55 +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
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
fb511a015a
Paths to literal include files and download files can now be absolute too.
2009-02-24 13:38:15 +01:00
Georg Brandl
7792e27030
#10 : implement HTML section numbering.
2009-02-22 15:22:23 +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