Georg Brandl
4e3c3a43fc
The new `trim_footnote_reference_space` config value mirrors
...
the docutils config value of the same name and removes the
space before a footnote reference that is necessary for reST
to recognize the reference.
2009-01-26 23:38:02 +01:00
Georg Brandl
e65fafb396
merge with 0.5
2009-01-26 23:11:55 +01:00
Georg Brandl
d1e6119461
merge with trunk
2009-01-26 22:44:38 +01:00
Georg Brandl
257d630c6d
merge with 0.5
2009-01-26 22:42:00 +01:00
Georg Brandl
e974741c74
Added a toctree variable to the templates, and the ability to
...
include external links in toctrees.
Patch by Stefan Seefeld.
2009-01-26 21:57:15 +01:00
Georg Brandl
781b418360
merge with 0.5
2009-01-24 18:36:11 +00:00
Georg Brandl
bb291e5045
Add add_generic_role().
2009-01-22 20:01:01 +01:00
Georg Brandl
55c4f5a096
merge with trunk
2009-01-22 19:25:24 +01:00
Armin Ronacher
9f85317530
Autodoc can document classes as functions now if explicitly
...
marked with `autofunction`.
2009-01-17 01:21:47 +01:00
Georg Brandl
a8756fb4b3
merge with 0.5
2009-01-14 19:39:42 +01:00
mq
ab4c11f641
add modindex_common_prefix config value
2009-01-10 21:54:26 +01:00
Georg Brandl
32f6af61ba
Add changelog entry for #32 .
2009-01-04 22:34:00 +01:00
Georg Brandl
c83d630fd8
Close #52 : There is now a `hlist` directive, creating a compact
...
list by placing distributing items into multiple columns.
2009-01-04 22:00:40 +01:00
Georg Brandl
dd91ce47d5
Add changelog entries for news in pycode branch.
2009-01-04 21:07:25 +01:00
Georg Brandl
6a8b0aa599
merge in 0.5
2009-01-03 11:33:44 +01:00
Georg Brandl
04348edcee
New builder for Qt help collections, by Antonio Valentino.
...
(This is not finished work yet.)
2008-12-29 00:51:51 +01:00
Georg Brandl
f13c3a00cd
Close #23 : Added a `classmethod directive along with method`
...
and ``staticmethod``.
2008-12-29 00:11:06 +01:00
Georg Brandl
ce52e9072e
Some fixes and changelog entry after switch to Jinja2.
2008-12-28 23:39:26 +01:00
Georg Brandl
5d05ffc883
Fix #6 : Don't generate redundant `<ul>` for top-level TOC tree
...
items, which leads to a visual separation of TOC entries.
2008-12-28 21:56:22 +01:00
Georg Brandl
b3d55c3139
Close #4 : Added a `:download:` role that marks a non-document file
...
for inclusion into the HTML output and links to it.
2008-12-28 21:30:25 +01:00
Georg Brandl
e2c52d6e90
Fix #77 : If a description environment with info field list only
...
contains one ``:param:`` entry, no bullet list is generated.
2008-12-28 20:02:55 +01:00
Georg Brandl
78dec65bcc
Due to popular demand, added a `:doc:` role which directly
...
links to another document without the need of creating a
label to which a ``:ref:`` could link to.
2008-12-28 19:44:54 +01:00
Georg Brandl
a26aa3315f
Add html_link_suffix value.
2008-12-25 17:59:32 +01:00
Georg Brandl
dafb55a467
Fix documentation of inner classes in autodoc. Messy!
2008-12-23 20:05:56 +01:00
Georg Brandl
fc6a50903c
Source links in HTML are now generated with `rel="nofollow"`.
2008-12-20 23:47:06 +01:00
Georg Brandl
c74163d0a0
The `toctree directive now supports a :hidden:` flag,
...
which will prevent links from being generated in place of
the directive -- this allows you to define your document
structure, but place the links yourself.
2008-12-20 23:23:39 +01:00
Georg Brandl
711a1fa7ed
Merge in 0.5.1 release.
2008-12-15 22:08:46 +01:00
Georg Brandl
f21769a232
Merge in #67 bugfix.
2008-12-15 20:00:58 +01:00
Georg Brandl
a605255413
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-15 19:31:12 +01:00
Georg Brandl
f5cb011e77
The new `html_show_sourcelink` config value can be used to
...
switch off the links to the reST sources in the sidebar.
2008-12-15 13:38:39 +01:00
Georg Brandl
037954d850
The `autodoc_skip_member` event now also gets to decide
...
whether to skip members whose name starts with underscores.
Previously, these members were always automatically skipped.
Therefore, if you handle this event, add something like this
to your event handler to restore the old behavior::
if name.startswith('_'):
return True
2008-12-15 12:49:40 +01:00
Georg Brandl
69ff09917c
Merge in 0.5 bugfixes.
2008-12-15 12:33:24 +01:00
Georg Brandl
5066f49fbe
Add "doctest_global_setup" conf val.
2008-12-15 12:33:13 +01:00
Georg Brandl
7c02f11ec1
Merge bugfixes from 0.5.
2008-12-15 11:12:08 +01:00
Georg Brandl
628adc4d03
Add Italian locale, translation by Sandro Dentella.
2008-12-15 10:21:01 +01:00
Georg Brandl
934463e30a
Merge in two bugfixes.
2008-12-10 00:44:29 +01:00
Georg Brandl
1d00f4a487
Merge bugfix from 0.5.
2008-12-08 08:57:46 +01:00
Georg Brandl
9442b92213
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-08 08:44:34 +01:00
Georg Brandl
14b401be1e
Merge bugfix from 0.5.
2008-12-07 23:20:45 +01:00
Georg Brandl
733b2b5bc6
Automated merge with file:///home/gbr/devel/sphinx0.5
2008-12-07 22:36:44 +01:00
Georg Brandl
79f9948090
Merge with 0.5.
2008-12-06 09:00:22 +01:00
Georg Brandl
b572cf2504
Merge bugfix from 0.5.
2008-11-30 20:57:48 +01:00
Georg Brandl
765ec5c0c3
Add html_add_permalinks config value.
2008-11-30 20:38:59 +01:00
Georg Brandl
50339493c6
Add Sphinx.add_lexer().
2008-11-30 19:58:29 +01:00
Georg Brandl
2757866655
Allow giving values for dict type config values in the overrides.
2008-11-30 16:33:56 +01:00
Georg Brandl
9cce898a36
Final changes for 0.5.
2008-11-23 19:02:32 +01:00
Georg Brandl
16d26edcd8
Changelog entry for #51 .
2008-11-23 12:43:15 +01:00
Georg Brandl
df7e93dcf1
Fix latex markup for line blocks in tables.
2008-11-23 12:22:43 +01:00
Georg Brandl
e8cfdda7a2
Fix three problems in HTML help index generation.
...
Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44 .
2008-11-22 15:28:09 +01:00
Georg Brandl
634003f847
Add Slovenian locale, by Rok Garbas.
2008-11-19 18:35:00 +01:00