Commit Graph

2654 Commits

Author SHA1 Message Date
Jacob Mason
3babf6e968 fixed search result titles and context 2010-06-25 14:41:30 -05:00
Jacob Mason
05c9c2842b Fixed styling problems in search results. 2010-06-25 14:37:46 -05:00
Jacob Mason
eab344496b merge with trunk 2010-06-24 15:04:04 -05:00
jacob
8c4e535170 Added xapian search 2010-06-24 14:30:02 -05:00
jacob
00f841be2a Added relbar and sidebar to documents 2010-06-23 14:37:07 -05: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
jacob
95d95edacc fixed typo in docs 2010-06-16 08:41:43 -05:00
jacob
b114fe521a merge with static 2010-06-16 08:37:37 -05:00
jacob
3613ce1a42 updated documentation 2010-06-16 08:33:33 -05:00
jacob
cd227483ea Don't add attributes to node. 2010-06-15 22:15:10 -05:00
jacob
ed7c1ad43d Don't add attributes to node. 2010-06-15 22:10:36 -05: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
jacob
51ea0cb2fe removed document.py 2010-06-07 18:19:40 -05:00
jacob
8e8fd9ca98 Now serves static body. 2010-06-07 16:09:19 -05:00
Roland Meister
eb86c504b3 Disable VisibleLinksTransform because it may leak into the HTML generation. 2010-06-07 22:37:01 +02:00
Roland Meister
13adb67063 Correct handling of extensions for extra files 2010-06-07 22:28:48 +02:00
Roland Meister
d54377153a Only add refnodes with a class of 'toctree-l%d' to the toc.ncx file 2010-06-07 22:27:13 +02:00
Georg Brandl
fc93a56280 merge with 0.6 2010-06-05 18:49:39 +02:00
Georg Brandl
732857577e Post-release updates. 2010-06-05 18:48:25 +02:00
Georg Brandl
d27fdb1c71 Added tag 0.6.7 for changeset e2723a4a64f0 2010-06-05 18:47:19 +02:00
Georg Brandl
08285e6a50 Prepare for 0.6.7 release. 2010-06-05 18:42:11 +02:00
Georg Brandl
996339593e merge with 0.6 2010-06-05 18:39:48 +02:00
Georg Brandl
3ff350c4d9 #439: angle brackets in template class names can be misinterpreted as link targets. Clarify how to avoid this. 2010-06-05 18:21:48 +02:00
Georg Brandl
ce96cfbfb6 Revert logic in _directive_helper: everything that is not a function is a class-style directive.
Fixes issues with extensions registering directive classes not inheriting from Directive.
2010-06-05 18:10:42 +02:00
Georg Brandl
0320c3393c Added Danish translation, thanks to Hjorth Larsen. 2010-06-05 15:42:18 +02:00