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 |
|
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 |
|
Georg Brandl
|
e0f2c2e7e9
|
Add changelog entry.
|
2010-11-17 21:17:51 +01:00 |
|
Georg Brandl
|
ffd9268a65
|
Update release date and version.
|
2010-11-12 08:35:03 +01:00 |
|
Georg Brandl
|
c3e233e016
|
Adapt test to new warning API.
|
2010-11-12 08:34:47 +01:00 |
|
Georg Brandl
|
a1f633ee03
|
merge
|
2010-11-12 08:29:27 +01:00 |
|
Georg Brandl
|
5ca3c9817a
|
merge with 1.0.
|
2010-11-12 08:29:02 +01:00 |
|
Georg Brandl
|
7df688ea6c
|
Style fix.
|
2010-11-12 08:28:47 +01:00 |
|
Georg Brandl
|
3e8834503f
|
#550: fix confusing example in docs.
|
2010-11-12 08:26:20 +01:00 |
|
Georg Brandl
|
33fb06bca6
|
#557: Add CSS styles required by docutils 0.7 for aligned images and figures.
|
2010-11-12 08:21:49 +01:00 |
|
Georg Brandl
|
2e5bb8136a
|
In the Makefile generated by LaTeX output, do not delete pdf files
on clean; they might be required images.
|
2010-11-12 08:18:11 +01:00 |
|
Georg Brandl
|
c62a19bca5
|
Make Theme class usable without a builder object.
|
2010-10-30 16:47:05 +00:00 |
|
Georg Brandl
|
65505907f1
|
Fix loading JS searchindex data in Py3k.
|
2010-10-29 07:17:14 +02:00 |
|
Georg Brandl
|
51edd7e810
|
Nits.
|
2010-10-29 07:04:13 +02:00 |
|
Georg Brandl
|
99a74ad502
|
Add header and use docstring convention.
|
2010-10-28 21:28:44 +02:00 |
|
Georg Brandl
|
42208cf974
|
Use dashes rather than underscores in CSS classes and IDs.
|
2010-10-28 21:23:32 +02:00 |
|
Georg Brandl
|
20b50f8ac4
|
Add texinfo target to make.bat.
|
2010-10-22 19:28:47 +02:00 |
|
Georg Brandl
|
5edd11b245
|
merge with 1.0
|
2010-10-22 19:26:28 +02:00 |
|
Georg Brandl
|
4cb330f8a6
|
#526: Add Iranian translation, thanks to Omid Raha.
|
2010-10-22 13:24:17 +02:00 |
|
Georg Brandl
|
644e157fa5
|
#535: Fix LaTeX output generated for line blocks by porting implementation from new docutils code.
|
2010-10-22 12:10:11 +02:00 |
|
Georg Brandl
|
8c28be1cd6
|
#543: Remove special treatment of None, True and False in literals.
|
2010-10-22 12:01:36 +02:00 |
|
Georg Brandl
|
5d2e8ac1c9
|
#530: set font size of \paragraph to \small.
|
2010-10-22 11:59:16 +02:00 |
|
Georg Brandl
|
aee3d7618a
|
#522: in Windows batchfile, do not print success message when sphinx-build fails.
|
2010-10-22 11:54:05 +02:00 |
|
Georg Brandl
|
f4988dfa17
|
#523: fixes for qthelp index.
|
2010-10-22 11:42:56 +02:00 |
|
Georg Brandl
|
b72621c447
|
#521: Added :confval:linkcheck_ignore config value.
|
2010-10-22 11:40:38 +02:00 |
|
Georg Brandl
|
092a7173a1
|
#518: update Japanese catalog.
|
2010-10-22 11:30:07 +02:00 |
|
Georg Brandl
|
08c1076917
|
Implement missing node handlers for texinfo. Enable checking warnings from texinfo build in tests.
|
2010-10-22 11:27:33 +02:00 |
|
Georg Brandl
|
c48b67d3c9
|
Fix call.
|
2010-10-22 11:20:52 +02:00 |
|
Georg Brandl
|
db8189083d
|
merge with 1.0
|
2010-10-22 11:16:48 +02:00 |
|
Georg Brandl
|
92f6212c98
|
Add add_node() support for texinfo and add handlers for nodes in our extensions.
|
2010-10-22 11:16:23 +02:00 |
|
Georg Brandl
|
bd268c7182
|
Few cleanups after texinfo builder merge (#529). Add CHANGES and AUTHORS entries. To do: add node handlers for all extension nodes so that the test documents can be handled without warnings.
|
2010-10-22 10:17:35 +02:00 |
|
Georg Brandl
|
e6f5d36a0b
|
merge with http://bitbucket.org/jonwaltman/sphinx-info
|
2010-10-22 10:06:24 +02:00 |
|
Georg Brandl
|
357f8472c7
|
#534: warning message instead of crash if invalid Pygments lexer name is used.
|
2010-10-22 10:02:10 +02:00 |
|
Georg Brandl
|
c768b68340
|
#544: Allow `.pyw` as a source file extension.
|
2010-10-22 09:40:03 +02:00 |
|
Georg Brandl
|
39dc69e9d9
|
Remove obsolete config value.
|
2010-10-22 07:10:44 +02:00 |
|
Georg Brandl
|
991d0e32b3
|
Fix missing paren.
|
2010-10-20 11:55:11 +02:00 |
|
Georg Brandl
|
08047fc523
|
Add Pocoo logo to the sidebar on the index page.
|
2010-10-18 18:06:02 +02:00 |
|
Georg Brandl
|
15fe77069a
|
Add pypol.
|
2010-10-17 08:41:52 +02:00 |
|
Georg Brandl
|
4f8d836dae
|
merge
|
2010-10-16 21:56:02 +02:00 |
|
Georg Brandl
|
260e165cc3
|
merge with 1.0
|
2010-10-16 21:43:48 +02:00 |
|
Georg Brandl
|
a63dc62abd
|
Record Python version in save_traceback(), to better debug 2 vs 3 issues.
|
2010-10-16 21:42:47 +02:00 |
|