Commit Graph

2447 Commits

Author SHA1 Message Date
Georg Brandl
23971336b7 Fix :guilabel: unescaping, and make some tests actually run. 2010-07-21 11:33:24 +01:00
Doug Hellmann
957ca34f0e Include Text as well as Inline nodes in the content for function arguments 2010-07-20 16:23:31 -04:00
Georg Brandl
e7405554a7 Adjust alignment. 2010-07-17 19:52:54 +02:00
Georg Brandl
115b31f6bb Fix bug in LaTeX label writing: do not generate \phantomsections in \section{}. 2010-07-17 19:52:16 +02:00
Georg Brandl
2b29038d0c The behavior of :confval:html_file_suffix changed slightly: the empty string now means "no suffix" instead of "default suffix", use `None` for "default suffix". 2010-07-17 19:45:54 +02:00
Roland Meister
162cb22cbe Moved href replacement of colons to hyphens to fix_fragment for the epub builder. 2010-07-14 23:07:27 +02:00
Roland Meister
c8e1fd449d Replace colons with hyphens in genindex pages for the epub builder. 2010-07-14 22:53:22 +02:00
Georg Brandl
9f4c61b154 #391: do not report local links as "malformed" in the linkcheck builder. 2010-07-11 11:00:07 +02:00
Georg Brandl
400617e692 #461: elaborate how to use intersphinx. 2010-07-10 16:59:23 +02:00
Georg Brandl
d0900e8862 #465: update version requirement. 2010-07-10 16:50:32 +02:00
Roland Meister
7cbe0588a9 Added new config parameter epub_tocdup. 2010-07-10 16:33:43 +02:00
Roland Meister
1d4f0c3f69 Better fix to replace colons with hyphens 2010-07-10 14:41:40 +02:00
Roland Meister
d6a0ac11e1 Proper fix for missing refuri attribute; it's has_key, not hasattr. 2010-07-08 23:14:44 +02:00
Roland Meister
8c64eddb8d Re-added visible links; this time not as docutils.transform. 2010-07-08 22:00:27 +02:00
Roland Meister
e06a11bd64 Replace colons with hyphens in id and href attributes for the epub builder. 2010-07-08 21:42:16 +02:00
Georg Brandl
b57c71b784 Small logic fix to work around precedence bug in Jinja 2.1.x. 2010-07-03 10:28:28 +02:00
Daniel Neuhäuser
2cbaded701 Add test for oldcmarkup warning 2010-07-02 16:44:05 +02:00
Georg Brandl
28fc52559c Activate oldcmarkup by default, but warn when the markup is used. 2010-07-02 11:44:01 +02:00
Georg Brandl
1b19d0d1e5 merge with http://bitbucket.org/rolmei/sphinx-epub/ 2010-07-02 11:37:12 +02:00
Georg Brandl
8ea900a1bd #462: another qthelp namespace fix. 2010-07-02 11:33:36 +02:00
Georg Brandl
fa120b01d5 Update of Brazilian portuguese message catalog, by Roger Demetrescu. 2010-07-02 10:41:40 +02:00
Roland Meister
0dd1e93bed Merge with http://bitbucket.org/birkenfeld/sphinx 2010-06-30 21:34:35 +02:00
Roland Meister
b2a237b8b4 Omit nodes without refuri attribute from toc.ncx.
This fixes bug report on sphinx-dev.
2010-06-30 21:32:18 +02:00
Daniel Neuhäuser
1c09b052fa Added PyMQI documentation to the examples 2010-06-22 20:38:18 +02:00
Daniel Neuhäuser
ea62fb7af3 Added the Spring Python documentation to the examples 2010-06-22 20:37:11 +02:00
Daniel Neuhäuser
24bd58ea6c merge with trunk 2010-06-22 20:09:47 +02:00
Georg Brandl
1261e37267 Better insert at the beginning of sys.path. 2010-06-22 20:06:46 +02:00
Daniel Neuhäuser
85a854c859 Added the tipfy documentation to the examples 2010-06-21 20:08:52 +02:00
Georg Brandl
74e791301d Complete comment. 2010-06-20 18:29:47 +02:00
Georg Brandl
4c0f91f2ca merge with 0.6 2010-06-20 14:24:32 +02:00
Georg Brandl
acc9d13c58 #452: fix encoding handling in ModuleAnalyzer. 2010-06-20 14:23:59 +02:00
Georg Brandl
f7a418949a Monkey-patch docutils.nodes.Element.copy to copy the rawsource. 2010-06-20 12:33:11 +02:00
Georg Brandl
bd1c19d724 Added Lithuanian translation, thanks to Dalius Dobravolskas. 2010-06-20 12:19:34 +02:00
Georg Brandl
c7a8350f3c Do not stop even at severe docutils errors, continue build. 2010-06-19 21:37:10 +02:00
Dalius
08148362fd Lithuanian l10n files added. 2010-06-19 12:53:50 +03:00
Daniel Neuhäuser
c4b703035b Added the qooxdoo documentation to the examples 2010-06-18 15:33:56 +02:00
Roland Meister
603f7e5ec8 Merged with http://bitbucket.org/birkenfeld/sphinx/. 2010-06-14 19:01:20 +02:00
Georg Brandl
187e78adf6 Mention type of "meta". 2010-06-14 09:49:48 +02:00
Georg Brandl
9fca66a690 merge with 0.6 2010-06-13 21:39:44 +02:00
Georg Brandl
c88cb38f42 #445: Fix links to result pages when using the search function of HTML built with the `dirhtml` builder. 2010-06-13 21:35:42 +02:00
Georg Brandl
762741244d #444: Re-escape result of the "striptags" jinja filter. 2010-06-13 19:50:04 +02:00
Georg Brandl
e4354a1045 Really fix IndexError from #424. 2010-06-13 19:42:50 +02:00
Georg Brandl
5d3ccf7a8e Add Music21. 2010-06-12 20:17:16 +02:00
Georg Brandl
43c0c87136 Give more detailed info about exception determining image type. 2010-06-12 20:15:13 +02:00
Georg Brandl
9a0859fea8 Reverse latex appendix logic: Add appendices if docclass is not howto. Also fix docs: other docclasses can be given if you know what you do. 2010-06-12 20:04:01 +02:00
Georg Brandl
7c7d3f4010 Added `exclude argument to :func:.autodoc.between`. From http://bitbucket.org/mfperzel/sphinx-additions. 2010-06-12 18:16:18 +02:00
Georg Brandl
d30d286486 Fix transformation of Field. 2010-06-12 12:30:40 +02:00
Georg Brandl
9b27aa3ae8 #450: potentially escape index letters; _ needs to be. 2010-06-12 12:21:04 +02:00
Georg Brandl
c891fdfc60 Document new :py:func:.blah syntax. 2010-06-12 11:37:56 +02:00
Georg Brandl
09e6001e7a In the Python domain, references like `:func:.name``` now look for
matching names with any prefix if no direct match is found.
2010-06-12 10:41:56 +02:00