Commit Graph

3145 Commits

Author SHA1 Message Date
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
Michał Kandulski
685a9085a9 Updated polish i18n. 2010-12-22 08:44:16 +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
mcantor
b3ee43700c added a :private-members: option to autodoc, which will instruct directives to include members whose names start with an underscore 2010-12-01 21:45:47 -05:00
Daniel Neuhäuser
e38f19a829 "Fixed" the CombinedHTMLDiff test
The output should probably be validated but I just wanted to make
sure it runs without an Exception first
2010-12-01 23:13:31 +01:00
Daniel Neuhäuser
dd955b1f94 #559 Add html_permalink_text confval 2010-12-01 22:54:54 +01:00
Robert Lehmann
8dc49de956 merge with trunk 2010-11-30 14:25:44 +01:00
Georg Brandl
537db42ece Add cancel button to comment reply form. 2010-11-24 22:08:26 +01:00
Robert Lehmann
4a2ce98cd8 Recommend best practice instead of sphinx-to-github.
Reported by the original author, Michael Jones, on sphinx-dev.
http://groups.google.com/group/sphinx-dev/msg/1faa6adbe1bf0819
2010-12-09 10:44:31 +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
amenohi
0c7d972c81 On HTML Help, ignore 'html_output_encoding' and use langage encoding. 2010-11-18 17:18:15 +09:00
amenohi
9be3dc6cda Fix garbled HTML Help keywords. 2010-11-18 16:44:41 +09:00
Georg Brandl
0a9f5a058a major.minor version is enough for the grammar pickle. 2010-12-09 19:18:19 +01:00
Georg Brandl
35258f2c46 merge with 1.0 2010-11-17 22:59:08 +01:00
Georg Brandl
1cea10643d Do not require build dir to exist. 2010-11-17 22:58:11 +01:00