Commit Graph

2129 Commits

Author SHA1 Message Date
Georg Brandl
e2b5248177 Fix typo. 2010-01-14 20:42:10 +01:00
Georg Brandl
82e53778a6 Fix duplication of source links. 2010-01-14 19:53:00 +01:00
Georg Brandl
ba13060ebe Fix docs of emit_firstresult(). 2010-01-14 11:18:28 +01:00
Georg Brandl
6ae7e196c3 Fix test suite errors. 2010-01-13 23:44:31 +00:00
Georg Brandl
ba8ffcc8d0 Cleanup make check. 2010-01-13 23:38:44 +00:00
Georg Brandl
07f295df7c merge 2010-01-13 23:35:13 +00:00
Georg Brandl
a52885d078 Fix the test suite. 2010-01-13 23:35:05 +00:00
Georg Brandl
edb89b1940 Add the "viewcode" extension. 2010-01-13 23:53:01 +01:00
Georg Brandl
177e0d19ee Move getting module source to util. 2010-01-13 23:43:43 +01:00
Georg Brandl
cc35b402d9 Note the full name on the signature node. 2010-01-13 23:43:09 +01:00
Georg Brandl
cbbae81e8f Add html-collect-pages event. 2010-01-13 23:42:58 +01:00
Georg Brandl
65b426b22b Rename parse_signature() to handle_signature(); allows more to happen. Record module and class name in Python object descriptions. 2010-01-13 20:58:44 +01:00
Georg Brandl
54a31c5a6f Change naming convention in doc_read_data to "domain:key". 2010-01-13 20:45:34 +01:00
Georg Brandl
a7d9a4894b merge with 0.6 2010-01-12 23:40:26 +00:00
Roland Meister
96bfbdcc77 Code cleanup: removed comment; consistent use of single quote in string constants. 2010-01-12 22:19:05 +01:00
Georg Brandl
fa00d30daf Add link to rst2pdf generated version. 2010-01-12 21:11:20 +00:00
Georg Brandl
d7a4fc7660 Added tag 0.6.4 for changeset 24a206106321 2010-01-12 21:09:55 +00:00
Roland Meister
46047b60bf Moved string constants to module level. 2010-01-12 22:09:02 +01:00
Georg Brandl
59a7070e7e Update long_description a bit. 2010-01-12 21:01:49 +00:00
Georg Brandl
872062f93b Prepare for release 0.6.4. 2010-01-12 20:55:59 +00:00
Georg Brandl
c2379f7c21 Remove Python 2.5ism and undefined local access. 2010-01-12 20:53:43 +00:00
Georg Brandl
8bb4d4320d merge with 0.6 2010-01-12 10:47:29 +00:00
Georg Brandl
1b725c3acf Fix typo. 2010-01-12 10:47:05 +00:00
Georg Brandl
43d08313a0 Improve the handling of non-Unicode strings in the configuration:
warn about non-ascii bytestrings, and give nicer messages if unicode errors
occur.
2010-01-12 10:45:38 +00:00
Georg Brandl
a9235ebc23 #314: fix typo in autosummary template. 2010-01-12 09:57:57 +00:00
Georg Brandl
c8321d3020 #316: catch "broken pipe" OSErrors when communicating with graphviz; get stdout/stderr anyway. This happens e.g. when dot does not support the selected output format. 2010-01-12 09:55:07 +00:00
Georg Brandl
403b01f38b #315: update bug reporting information. 2010-01-12 09:43:34 +00:00
Georg Brandl
c197c29f2e #313: fix search on Internet Explorer; add underscore.js to JavaScript libs. 2010-01-12 09:35:18 +00:00
Georg Brandl
c49c9b288b Make refdoc node attribute optional. 2010-01-12 09:18:35 +00:00
Roland Meister
a880aa8f70 Added transform for visible links. 2010-01-10 21:14:19 +01:00
Roland Meister
0ec66c2d3f Fix the dtb:depth meta parameter in toc.ncx. 2010-01-09 12:17:16 +01:00
Roland Meister
77f02290ee Use rsplit instead of split in insert_subnav. 2010-01-09 11:33:58 +01:00
Roland Meister
257321e79e Fixed comment for toctree depth. 2010-01-09 11:25:13 +01:00
Roland Meister
791d1a757e Removed the collapse_text method.
Docutils astext method already does the right thing.
2010-01-09 11:23:53 +01:00
Roland Meister
0a1f09c9cf Added the epub_tocdepth configuration option. 2010-01-09 11:19:41 +01:00
Roland Meister
8b95f65192 Removed comment about reversed.
Reversed exists since Python 2.4 and is ok for sphinx.
2010-01-09 11:13:10 +01:00
Roland Meister
fa1f187c84 Code cleanup: add space after comma. 2010-01-09 11:12:36 +01:00
Roland Meister
3e9c7dc8a6 Merge with birkenfeld/sphinx 2010-01-09 11:06:00 +01:00
Georg Brandl
883b40b7e9 Fix long line. 2010-01-08 20:40:28 +01:00
Georg Brandl
2a2a66a923 merge with trunk 2010-01-08 18:55:35 +01:00
Georg Brandl
c37ddd0a6f Add some XXXes... sigh. 2010-01-08 18:54:41 +01:00
Georg Brandl
1efbe7c623 Add nature examples. 2010-01-08 18:53:53 +01:00
Georg Brandl
820aefb0f7 Add another personal page. 2010-01-08 18:52:36 +01:00
Georg Brandl
5302829443 Don't name a variable like the macro it's in, Jinja 2.1 doesn't like it. 2010-01-08 18:47:15 +01:00
Georg Brandl
ae4099e79c Record jinja2 version. 2010-01-08 18:43:59 +01:00
Georg Brandl
c80f52dfbf Added `tab-width option to literalinclude` directive. 2010-01-08 18:36:58 +01:00
Georg Brandl
2ca792f809 Regroup examples list by theme used. 2010-01-08 18:09:16 +01:00
Georg Brandl
c227fc2720 merge with trunk (and remove debugging leftover from test layout.html template) 2010-01-07 21:51:23 +01:00
Georg Brandl
03b9d79b34 Fix compatibility with blocks in the old sidebar scheme: blocks cannot be used in included templates. Deprecate the blocks accordingly. 2010-01-07 21:49:31 +01:00
Georg Brandl
b1c937f0d9 merge with trunk (not working perfectly yet) 2010-01-07 21:41:03 +01:00