Commit Graph
100 Commits
Author SHA1 Message Date
Georg Brandl 0d1a8e5720 merge with 1.0 2011-01-06 13:07:07 +01:00
Georg Brandl 8621526045 #568: Fix lookup of class attribute documentation on descriptors so that comment documentation now works.
Needed to port assignment of ``self.parent`` from trunk.
2011-01-06 13:03:17 +01:00
Georg Brandl 400e1a7fa8 Fix traceback with `only` directives preceded by targets. 2011-01-06 12:50:14 +01:00
Georg Brandl 60037c3e4e Get rid of the "v". 2011-01-06 12:39:56 +01:00
Georg Brandl 81ecbc19b0 Fix tracebacks occurring for duplicate C++ domain objects. 2011-01-06 12:28:55 +01:00
Georg Brandl c873409943 Add Leo. 2011-01-06 12:08:26 +01:00
Georg Brandl 0b11af5024 Add Lino. 2011-01-06 12:03:09 +01:00
Georg Brandl cdc820f136 Add Pyre. 2011-01-06 12:01:40 +01:00
Georg Brandl e8d4fa759e Update github pages advice. 2011-01-05 18:12:51 +01:00
Georg Brandl dee8554dd8 Adapt to refactoring of Babel class in latest docutils. 2011-01-05 18:06:08 +01:00
Georg Brandl 154f9bf8ea merge with 1.0 2011-01-04 23:53:17 +01:00
Georg Brandl 86658c8b8d Prepare for 1.0.7. 2011-01-04 23:52:30 +01:00
Georg Brandl 45e8986666 Added tag 1.0.6 for changeset 48688502e78b 2011-01-04 23:51:37 +01:00
Georg Brandl 4db4fdc0c3 Version and release date update. 2011-01-04 23:43:29 +01:00
Georg Brandl e8b0511fdc merge with 1.0 2011-01-04 23:40:57 +01:00
Georg Brandl 7e3151dd73 #581: Fix traceback in Python domain for empty cross-reference targets. 2011-01-04 23:39:13 +01:00
Georg Brandl 3f44fc7332 Fix long line. 2011-01-04 23:34:23 +01:00
Georg Brandl 61d7b357ee Get rid of tabs. 2011-01-04 23:22:51 +01:00
Georg Brandl 5d427566bb merge with 1.0 2011-01-04 23:21:49 +01:00
Georg Brandl c4b9cca165 #283: Fix literal block display issues on Chrome browsers. 2011-01-04 23:20:59 +01:00
Georg Brandl e78714c7ce merge with 1.0 2011-01-04 22:53:36 +01:00
Georg Brandl 5fce89aa52 Added tag 1.0.5 for changeset 878a1874a8e6 2011-01-04 22:53:24 +01:00
Georg Brandl 208e8a66e2 Add an option for the coverage builder if source-undocumented items are matched. 2011-01-04 22:50:13 +01:00
Georg Brandl 7616639622 Test suite fix for new theme. 2011-01-04 22:49:57 +01:00
Georg Brandl dd6984b7a9 merge with bb://mbrochh/sphinx 2011-01-04 22:22:23 +01:00
Georg Brandl 9ac5f2b873 merge with bb://tuos/sphinx 2011-01-04 22:20:10 +01:00
Georg Brandl 046d264465 merge with bb://michaeljones/sphinx 2011-01-04 22:18:03 +01:00
Georg Brandl 55f4ccf2a7 merge with bb://sborho/sphinx 2011-01-04 22:17:13 +01:00
Georg Brandl ebc4227e95 merge with bb://dwins/sphinx 2011-01-04 22:16:05 +01:00
Georg Brandl b73ed75f88 merge with bb://mcantor/sphinx 2011-01-04 22:14:50 +01:00
Georg Brandl b56003649f merge with bb://jonwaltman/sphinx-info 2011-01-04 22:13:35 +01:00
Georg Brandl 560e803cc1 merge with bb+http://jonathanj/sphinx 2011-01-04 22:11:57 +01:00
Georg Brandl db597468b8 Add book examples. 2011-01-04 21:51:16 +01:00
Georg Brandl 17ef080bb5 merge with 1.0 2011-01-04 21:42:09 +01:00
Georg Brandl 4ce378be29 #209: Added :confval:text_newlines and :confval:text_sectionchars config values. 2011-01-04 21:41:05 +01:00
Georg Brandl 9624ff5e10 #148: Support sorting a limited range of accented characters in the glossary. 2011-01-04 19:23:47 +01:00
Georg Brandl 87cebf1a07 #98: Add autopackage script. (Undocumented for now.) 2011-01-04 19:20:22 +01:00
Georg Brandl c5eee59f92 Fix docstring. 2011-01-04 19:18:33 +01:00
Georg Brandl 442229dd97 Add `pyramid` theme. 2011-01-04 17:49:59 +01:00
Georg Brandl 5c0c465db2 #383: Support sorting a limited range of accented characters in the general index. 2011-01-04 17:14:00 +01:00
Georg Brandl 54e1ab93ba #570: Try decoding `-D and -A` command-line arguments with the locale's preferred encoding. 2011-01-04 15:33:18 +01:00
Georg Brandl 417571176b #560: Change default split_owner to return something useful. 2011-01-04 12:55:37 +01:00
Georg Brandl cfe85b4e8b Determine search language in builder, and add missing method in websupport indexer implementations. 2011-01-04 12:47:49 +01:00
Georg Brandl 7beb8533b5 #273: Add an API for adding full-text search support for languages other than English. Add support for Japanese.
Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.
2011-01-04 12:40:19 +01:00
Georg Brandl c5b5c16cb3 Fix some broken URLs. 2011-01-04 11:37:56 +01:00
Georg Brandl 17efae5622 merge with 1.0 2011-01-04 11:29:09 +01:00
Georg Brandl 51852c0e87 #472: linkcheck builder: Check links in parallel, use HTTP HEAD requests and allow configuring the timeout.
New config values: :confval:`linkcheck_timeout` and :confval:`linkcheck_workers`.
2011-01-04 11:27:42 +01:00
Georg Brandl 0e1db6ad90 New year update. 2011-01-04 10:00:51 +01:00
Georg Brandl 22777a5128 #528: Observe :confval:locale_dirs when looking for the JS translations file. 2011-01-04 09:34:44 +01:00
Georg Brandl 3642b521ed merge with 1.0 2011-01-04 00:35:27 +01:00
Georg Brandl eecd8bff03 Fix pretty-printing of C++ function arguments. 2011-01-04 00:34:47 +01:00
Georg Brandl 5072e74a46 Fix test_build_html after latest docfields fix. 2011-01-04 00:23:27 +01:00
Georg Brandl 6219286df9 Use XML-entity-replace error handling in HTML output files. Fixes test_build.test_htmlhelp. 2011-01-04 00:17:08 +01:00
Georg Brandl a484a62f11 #578: doc clarification. 2011-01-04 00:08:38 +01:00
Georg Brandl 8fd5bd1e19 Fix docstring preparation with included signature: ignore indentation of two lines when looking for the signature. 2011-01-04 00:04:04 +01:00
Georg Brandl a304c8d247 Fix-up half-sentence. 2011-01-03 23:50:30 +01:00
Georg Brandl 0aa9538484 Use non-breaking spaces to separate type and parameter name. 2011-01-03 23:47:33 +01:00
Georg Brandl 63db45dea9 Even more tweaking of the latex tabular environment selection code. 2011-01-03 23:34:57 +01:00
Georg Brandl 256517b902 #574: Add special code for better support of Japanese documents in the LaTeX builder. 2011-01-03 23:13:40 +01:00
Georg Brandl 205d50a01d Regression of #77: If there is only one parameter given with `:param:` markup, the bullet list is now suppressed again. 2011-01-03 23:08:13 +01:00
Georg Brandl f6cb763ff8 #564: Add :confval:autodoc_docstring_signature which retrieves the signature from the first line of the docstring, if it is found there. 2011-01-03 22:51:33 +01:00
Georg Brandl 594c1a90f4 #520: Provide `special-members` option for autodoc directives. 2011-01-03 21:56:41 +01:00
Georg Brandl 92cb77a131 #176: Provide `private-members` option for autodoc directives. 2011-01-03 21:48:37 +01:00
Georg Brandl 0cda61e88d #556: Fix missing paragraph breaks in LaTeX output in certain situations (e.g.
if an index directive is positioned between paragraphs).
2011-01-03 21:38:30 +01:00
Georg Brandl 7401622583 #553: Added :rst:dir:testcleanup blocks in the doctest extension. 2011-01-03 21:20:29 +01:00
Georg Brandl 8f37758033 #567: Emit the `autodoc-process-docstring` event even for objects without a docstring so that it can add content. 2011-01-03 21:00:08 +01:00
Georg Brandl 6964bdffb9 #565: In the LaTeX builder, not only literal blocks require different table handling, but also quite a few other list-like block elements. 2011-01-03 20:48:11 +01:00
Georg Brandl a4036ae6ad Remove redundant local. 2011-01-03 19:51:44 +01:00
Georg Brandl cc8271486b #515: Fix tracebacks in the viewcode extension for Python objects that do not have a valid signature. 2011-01-03 19:34:21 +01:00
Georg Brandl eb014a1b64 Add missing file. 2011-01-03 19:33:44 +01:00
Georg Brandl 6c7aa8bb6d merge with 1.0 2011-01-03 15:55:56 +01:00
Georg Brandl 69e5b91b2d Fix strange reportings of line numbers for warnings generated from
autodoc-included docstrings, due to different behavior depending
on docutils version.
2011-01-03 15:55:30 +01:00
Georg Brandl 13ebda2b76 Fix CPP domain modifiers: short can be unsigned and signed, but not short. 2010-12-29 10:24:14 +01:00
Georg Brandl 7fe2f8ca5b merge with 1.0 2010-12-28 10:57:51 +01:00
Georg Brandl 2f4f5bb30d Use better-readable code markup in text output. 2010-12-18 09:42:27 +01:00
Georg Brandl 29d6167125 Remove html_permalink_text again and give meaning to html_add_permalinks. 2010-12-11 09:25:59 +01:00
Georg Brandl 266df2317f Revert accident. 2010-12-11 09:25:35 +01:00
Georg Brandl ec85695e7c Allow giving root dir to quickstart as an argument. 2010-12-03 21:04:57 +01:00
Georg Brandl 537db42ece Add cancel button to comment reply form. 2010-11-24 22:08:26 +01:00
Georg Brandl 6c843451b2 Fix event handling and class names for comment sort links. 2010-11-24 21:31:26 +01:00
Georg Brandl 80c3fc6000 Fix typo. 2010-11-24 17:12:05 +01:00
Georg Brandl b72e41832e Small tweaks. 2010-11-24 09:17:11 +01:00
Georg Brandl 9481a557c1 Add a text-based diff view e.g. for display in emails. 2010-11-21 21:18:57 +01:00
Georg Brandl 9a3a3df917 Highligh comments to moderate. 2010-11-21 21:07:20 +01:00
Georg Brandl 27f9378670 Fix comment voting again. 2010-11-21 20:56:13 +01:00
Georg Brandl 8e07433256 Remove more mentions of reject_comment. 2010-11-21 20:49:51 +01:00
Georg Brandl f9705fc5b7 Remove comment rejection; delete is fine for that now. 2010-11-21 20:47:32 +01:00
Georg Brandl 6d6f799710 Remove comment form once comment is submitted, and allow directly opening a comment popup with an anchor. 2010-11-21 20:43:20 +01:00
Georg Brandl 9295e3ce1a Fix deletion of comments with votes. 2010-11-21 20:02:23 +01:00
Georg Brandl fc9549767c Tolerate the lack of a sidebar. 2010-11-21 14:02:03 +01:00
Georg Brandl 53d237a4eb Allow configuration whether to allow anonymous comments. 2010-11-21 13:41:19 +01:00
Georg Brandl bdf27419e4 Support complete comment deletion. 2010-11-21 13:17:11 +01:00
Georg Brandl 69713fb26d Allow rst markup in the comment text. 2010-11-21 12:46:31 +01:00
Georg Brandl e05137417a Tweak the commenting interface a bit. 2010-11-21 11:13:11 +01:00
Georg Brandl 7e3f9d866a Fix a few smaller issues. Add JS and CSS for all pages. 2010-11-21 08:25:43 +01:00
Georg Brandl dae3933e87 Add a "nocomment" class to be able to hide bubbles. 2010-11-20 18:00:23 +01:00
Georg Brandl fbaae8b740 For now, do not allow comments on literals. 2010-11-20 18:00:11 +01:00
Georg Brandl 2ab934b232 Make websupport builder inherit from serializing builder, remove separate WebSupportApp. 2010-11-20 17:41:20 +01:00
Georg Brandl 47bc250f19 Avoid "import *" and remove unused import/variable. 2010-11-20 11:25:37 +01:00
Georg Brandl de0cf8f665 Fix calling all serializers with pickle.HIGHEST_PROTOCOL argument. 2010-11-20 09:45:05 +01:00