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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|