Commit Graph

3840 Commits

Author SHA1 Message Date
Georg Brandl
e5e44202b6 Closes #680: allow doc fields in cpp domain directives. 2011-09-22 10:37:55 +02:00
Armin Ronacher
6b96b10220 Be explicit about rvalue references. 2011-09-22 10:33:15 +02:00
Armin Ronacher
55935bdd04 Be explicit about rvalue references. 2011-09-22 10:33:15 +02:00
Georg Brandl
b3108306cd Fix #677: allow multiple signatures in C++ domain directives. 2011-09-22 10:23:54 +02:00
Armin Ronacher
bdf5816437 Added support for non-name template arguments. This fixes #696 2011-09-22 10:23:46 +02:00
Armin Ronacher
860b410fbc Added support for non-name template arguments. This fixes #696 2011-09-22 10:23:46 +02:00
aohta
b3f1b5f8ff support to the pTex(Japanese TeX) in docutils 0.8.1 2011-09-22 17:09:00 +09:00
Georg Brandl
a843bf403b Update changelog with latest bugfixes. 2011-09-22 09:46:46 +02:00
Georg Brandl
ad5d9f7c6b Add changelog entry for emphasize-lines and some coding style fixes. 2011-09-22 09:29:36 +02:00
Georg Brandl
5373125fc6 Merged in marklodato/sphinx (pull request #4) 2011-09-22 09:14:50 +02:00
Georg Brandl
3d93b326f7 Merged in shino/sphinx (pull request #23) 2011-09-22 09:08:14 +02:00
Shunichi Shinohara
af96d11f11 Print table headers not only in first page but in next pages 2011-09-22 15:20:26 +09:00
Georg Brandl
cfc1ab4f99 Merge with 1.0 2011-09-21 19:28:43 +02:00
Georg Brandl
d05588da41 Fix #637: ignore strange Emacs lock files by default. 2011-09-21 19:23:24 +02:00
Georg Brandl
23cbe85e9f Fix #544: allow .pyw extension for importable modules. 2011-09-21 19:19:01 +02:00
Georg Brandl
92f5c43279 Fix #610: remove duplicate <h1> tags in agogo theme. 2011-09-21 19:15:56 +02:00
Georg Brandl
950321e4ef Merge with 1.0. 2011-09-21 19:08:03 +02:00
Georg Brandl
d7d7e0287f Fix #765: on Windows, relpath() does not always succeed. 2011-09-21 19:06:48 +02:00
Georg Brandl
6396adfda2 Fix #700: use $(MAKE) in quickstart-generated makefile. 2011-09-21 19:02:13 +02:00
Georg Brandl
c7f5ec3e8a Fix #734: make sidebar search box width consistent on all browsers. 2011-09-21 18:57:13 +02:00
Georg Brandl
e9efb8f3af e55ca1a50bfe for agogo. 2011-09-21 18:51:24 +02:00
Georg Brandl
fed6bdac65 Fix #644: remove "clear: both" for center-aligned figures in HTML. 2011-09-21 18:50:55 +02:00
Georg Brandl
4239392906 #316: broader range of exceptions to catch while communicating with subprocess. 2011-09-21 18:43:49 +02:00
Georg Brandl
7d06a5cae1 Merge with 1.0 2011-09-21 17:58:09 +02:00
Georg Brandl
cb54b7db4e Fix #768: whitespace-strip JS function names. 2011-09-21 17:57:47 +02:00
Georg Brandl
425c44ed59 Fix indentation. 2011-09-21 10:58:48 +02:00
Georg Brandl
6251adff45 Merge with 1.0. 2011-09-21 10:49:10 +02:00
Georg Brandl
19775589e9 Fix #767: safely encode SphinxErrors when printing to sys.stderr. 2011-09-21 10:47:18 +02:00
Georg Brandl
c05063d0a5 Fix #767: safely encode SphinxErrors when printing to sys.stderr. 2011-09-21 10:46:39 +02:00
Georg Brandl
3b43bd5182 Fix #611: latex writer raised IndexError on pages with no section but a link target. 2011-09-21 10:37:48 +02:00
Georg Brandl
a4b8b81712 Fix #611: latex writer raised IndexError on pages with no section but a link target. 2011-09-21 10:37:48 +02:00
Georg Brandl
1d564a7fa8 Fix #574: Improvement to Japanese LaTeX support. 2011-09-21 10:28:12 +02:00
Georg Brandl
ff4ec7fefd Fix #659: use object start/end tag. 2011-09-21 10:25:22 +02:00
Georg Brandl
1f59194ee3 Fix #663: add "return type" doc field to JS domain. 2011-09-21 10:24:16 +02:00
Georg Brandl
e74a5541df Make it clear that math labels are internal. 2011-09-21 10:21:22 +02:00
Georg Brandl
7bc89fcaec Fix #650: add missing newline in coverage output. 2011-09-21 10:19:09 +02:00
Georg Brandl
f908267c5e Fix #612: add default abbr/acronym markup which is not present in some browsers. 2011-09-21 10:17:45 +02:00
Georg Brandl
13ef18cd09 Fix #649: translate default html_title. Update locale catalogs. 2011-09-21 10:16:20 +02:00
Georg Brandl
5d936d5ff1 Fix :samp: latex tests. 2011-09-21 10:05:37 +02:00
Chris Salch
e92c7c8313 pulling from upstream 2011-09-12 21:14:27 -05:00
jules
f3fd3f9457 Pulling in changes from upstream 2011-09-03 16:19:00 -05:00
Lucas Taylor
ade940d1f6 [intersphinx] [Fixes #622] env.warn called with incorrect number of arguments 2011-09-03 12:41:26 -07:00
aohta
f1ba8a4fcc fix japanese translation. 2011-08-27 17:53:19 +09:00
Georg Brandl
f048039f36 Merged in nkvoll/sphinx (pull request #17) 2011-08-23 09:27:17 +02:00
Njal Karevoll
04c5c5aab8 Array.concat does not exist in all browsers.
[].concat can be used instead of Array.concat, and this works in Firefox and Chrome (and reportedly on IE8/9).
2011-08-15 10:27:25 +02:00
Georg Brandl
400339a23b Merged in kou/sphinx (pull request #16) 2011-08-15 08:33:32 +02:00
Kouhei Sutou
773ba3b768 [i18n] fix reference line separator.
This commit fixes part of 5976facae92c commit:
  Refactor comment generating code for message catalogs.

The commit says "Refactor" but it changes original code behavior.
In original code, source locations are separated with " " but
in refactored code, source locations are separated with ", ".

msgmerge and po-mode that are part of the GNU gettext toolset treats
"," as part of source location. We can fix this problem by one of them:

  * Use " " instead of ", " as source locations separator
    in a "reference" line.
  * Put "reference" lines. Each "reference" line just has a source location.

This commit uses the latter because the latter has more higher readablility.

See also about "reference" line but it doesn't say about separator:
  http://www.gnu.org/s/hello/manual/gettext/PO-Files.html
2011-08-14 19:55:07 +09:00
jules
8ad51bb220 Pulling in changes from birkenfeld branch 2011-08-12 18:25:34 -05:00
Njal Karevoll
61867d69e7 The graphviz extension uses an empty <object ... /> tag to embed svg files, but for the object tag the start and the end tag are required (see http://www.w3.org/TR/html40/struct/objects.html#edef-OBJECT).
Issue #659: https://bitbucket.org/birkenfeld/sphinx/issue/659/patch-graphviz-object-tag-to-embed-svg
2011-08-12 09:15:02 +02:00
Georg Brandl
aa7098ed82 Merged in kou/sphinx (pull request #12) 2011-08-12 08:30:35 +02:00