Commit Graph

1027 Commits

Author SHA1 Message Date
Armin Ronacher
2d76170b9c Automated merge with ssh://hg@bitbucket.org/birkenfeld/sphinx 2009-02-06 22:26:02 +01:00
Armin Ronacher
191440725f Fixed a bug in autodoc that caused a lot of headaches to the testsuite. 2009-02-06 22:25:39 +01:00
Georg Brandl
1e347aba51 Skip pygments-related tests if it is not installed. 2009-02-06 22:18:16 +01:00
Georg Brandl
e15b26866e Add several projects. 2009-02-06 19:04:14 +01:00
Georg Brandl
9517595c70 Add Ukrainian translation, by Stoune. 2009-02-06 17:50:24 +01:00
Georg Brandl
2b1ed08569 Fix #97: redundant wording. 2009-02-06 17:41:41 +01:00
Armin Ronacher
bb218297ff Automated merge with ssh://hg@bitbucket.org/birkenfeld/sphinx 2009-02-05 13:28:57 +01:00
Armin Ronacher
bf943483c0 attribute documentation now overrides non attribute documentation.
This makes it possible to document aliased methods and other things::

    def foo(self):
        pass

    #: an alias for foo()
    foo_alias = foo

Also attribute documentation can contain paragraphs now.
2009-02-05 13:28:46 +01:00
Georg Brandl
aff1fe3031 Add Pyevolve. 2009-02-05 13:26:50 +01:00
Georg Brandl
24fc4edb03 Add Roundup. 2009-02-05 12:47:02 +01:00
Armin Ronacher
4f21cce12e Merge 2009-02-01 20:51:16 +01:00
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
2413580d1b Use full path in new toctree entries. 2009-01-26 23:36:10 +01:00
Georg Brandl
e65fafb396 merge with 0.5 2009-01-26 23:11:55 +01:00
Georg Brandl
54c5eb4db0 Prevent double hyphens becoming en-dashes in literal code in the LaTeX output. 2009-01-26 23:11:34 +01:00
Georg Brandl
257d630c6d merge with 0.5 2009-01-26 22:42:00 +01:00
Georg Brandl
611fcf7112 Open literalinclude files in universal newline mode to allow
arbitrary newline conventions.
2009-01-26 22:41:22 +01:00
Georg Brandl
4fb3c27ecb don't error out in search index building if there are documents without titles containing referenced stuff 2009-01-26 22:35:56 +01:00
Georg Brandl
f1e39097c6 Add a minimal test for external toctree links and fix a small bug found by it. 2009-01-26 22:04:29 +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
62222ca5a1 Add WTForms. 2009-01-26 20:08:02 +01:00
Georg Brandl
f5c24066a8 Add Selflanguage.org. 2009-01-26 19:56:14 +01:00
Georg Brandl
272ebb83ef fix classmethoddesc environment 2009-01-24 20:55:16 +00:00
Georg Brandl
055c4bc091 Update catalog and German translations. 2009-01-24 18:44:29 +00:00
Georg Brandl
781b418360 merge with 0.5 2009-01-24 18:36:11 +00:00
Georg Brandl
e65d9de023 make -Q work 2009-01-24 18:27:19 +00:00
Luc Saffre
4ddde0ac1a make.bat failed on MS Windows XP Home 2009-01-23 06:49:42 -03:00
Georg Brandl
3fede67ae9 add VOR-cycling.be 2009-01-22 20:31:09 +01:00
Georg Brandl
655ae6d89e add doctest quickstart target. 2009-01-22 20:29:38 +01:00
Georg Brandl
0dd23c2dc1 Prevent encoding errors when filenames are non-ASCII. 2009-01-22 20:12:40 +01:00
Georg Brandl
bb291e5045 Add add_generic_role(). 2009-01-22 20:01:01 +01:00
Georg Brandl
9c552c5d33 Add python-apt. 2009-01-22 19:44:40 +01:00
Georg Brandl
29cc19a199 merge with 0.5 2009-01-22 19:23:23 +01:00
Georg Brandl
05cf79da52 A bit of clarification about where Sphinx finds autodoced modules. 2009-01-22 19:22:49 +01:00
Georg Brandl
fd48a0016c add Sqlkit and Reteisi. 2009-01-18 14:43:29 +01:00
Georg Brandl
9822e9fe67 Italian translation update. 2009-01-18 14:41:47 +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
Georg Brandl
eefc54baca Fix #86; merged from mq 2009-01-14 19:39:27 +01:00
mq
fccd4fff66 fix custom link titles in toctrees 2009-01-14 14:44:10 +01:00
Georg Brandl
09dd6c00ab Give <pre> blocks a uniform line-height. 2009-01-14 00:30:34 +01:00
Georg Brandl
93bcc3c3ea fix 2009-01-14 00:06:56 +01:00
Georg Brandl
88639dc45e merge with 0.5 2009-01-13 23:59:01 +01:00
Georg Brandl
677d096393 On Windows, the target of os.rename() may not exist. 2009-01-13 23:55:24 +01:00
Georg Brandl
0da1788c0e Remove debugging print. 2009-01-11 10:18:40 +01:00
Georg Brandl
beb141c1c7 merge in Ben's bundle with more py3k compatibility 2009-01-10 20:35:16 +01:00
Georg Brandl
45c7871448 Raise PycodeError directly on parsing. 2009-01-10 20:34:26 +01:00
Benjamin Peterson
07c5a8b449 use the py3k version of callable() 2009-01-10 13:04:23 -06:00
Benjamin Peterson
5e1711ab21 normalize raise statements 2009-01-10 13:02:24 -06:00
Benjamin Peterson
957973d651 fix a has_key() usage 2009-01-10 12:54:03 -06:00