Commit Graph

2843 Commits

Author SHA1 Message Date
Robert Lehmann
fda1d0985a Fixed docname resolution. 2010-07-14 23:41:38 +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
Robert Lehmann
38e1e7770f Move translation patching back into transform for chronological order. 2010-07-14 22:01:08 +02:00
Jacob Mason
1f2a52f45c small cleanup of xapiansearch.py 2010-07-13 17:00:23 -05:00
Jacob Mason
8ff41de37b API tweaks and more documentation 2010-07-13 15:33:12 -05:00
Jacob Mason
fa1e30c155 updated CHANGES.jacobmason 2010-07-12 14:25:08 -05:00
Jacob Mason
77515dee79 added frontend.rst 2010-07-12 12:41:32 -05:00
Jacob Mason
df10a2875e More documentation 2010-07-12 12:15:01 -05:00
Jacob Mason
cf06e98ebd Lots of documentation and a few small API changes 2010-07-12 01:41:39 -05:00
Jacob Mason
a1c99c9603 Move api.py into __init__.py 2010-07-11 18:33:42 -05:00
Jacob Mason
1aceea73a9 Enable comments by default. 2010-07-11 18:25:52 -05:00
Jacob Mason
a097429ec8 Sortable comments 2010-07-11 14:15:30 -05:00
Georg Brandl
9f4c61b154 #391: do not report local links as "malformed" in the linkcheck builder. 2010-07-11 11:00:07 +02:00
Jacob Mason
d08dae898a Comment Voting 2010-07-10 12:27:45 -05: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
Jacob Mason
940c48aabc Add way to get user information from id 2010-07-09 14:32:10 -05:00
Jacob Mason
0b1fe951c1 Track node pks without committing each node individually 2010-07-08 21:51:47 -05:00
Jacob Mason
42761f6916 Merge with trunk 2010-07-08 21:36:43 -05:00
Jacob Mason
03056a8a31 Basic comment system. 2010-07-08 21:35:19 -05: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
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
Robert Lehmann
583f4a100e Ignore translations which fall back to NullTranslations. 2010-06-30 13:11:22 +02:00
Robert Lehmann
4fa9fe3290 Skip untranslated msgids. 2010-06-30 12:59:12 +02:00
Robert Lehmann
93f2924008 Switch from normalized representation to rawsource. 2010-06-30 12:57:26 +02:00
Robert Lehmann
6e9b3c7249 Test if doctrees retain semantic structure. 2010-06-30 12:57:10 +02:00
Robert Lehmann
8a5af56e62 Disallow structural changes to TextElements; replace their children instead. 2010-06-30 12:50:34 +02:00
Robert Lehmann
1433b5cb11 Test translation patching in vitro. 2010-06-29 23:30:22 +02:00
Robert Lehmann
4b8249e6b1 Fix translation lookup and propagation. 2010-06-29 22:54:59 +02:00
Jacob Mason
ac262bb012 Split q for context_re 2010-06-29 10:39:49 -05:00
Robert Lehmann
684ecc2678 Preliminary fix for broken translations in autodoc/viewcode. 2010-06-29 08:08:31 +02:00
Robert Lehmann
6a715f5d1a Move translation patching into read_doc for access to runtime settings. 2010-06-29 08:06:48 +02:00
Robert Lehmann
bbc03c26e3 Make locale.init reentrable. 2010-06-29 08:05:28 +02:00
Jacob Mason
c4e5947f87 Api user instantiates WebSupport directly 2010-06-28 18:39:10 -05:00
Jacob Mason
9e569d650a updated documentation 2010-06-26 14:49:30 -05:00
Jacob Mason
f83ff52ede added whoosh search adapter 2010-06-26 13:40:39 -05:00
Robert Lehmann
804b8df9bb Prepare locale initialization for multiple catalogs. 2010-06-26 15:30:35 +02:00
Robert Lehmann
ba5e496a5d Hide canonical path separator. 2010-06-26 15:29:25 +02:00
Robert Lehmann
7b3830a78a Pull gettext tests into one single location. 2010-06-26 14:13:43 +02:00