Commit Graph

3680 Commits

Author SHA1 Message Date
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
Georg Brandl
f5ecf50985 Merged in kou/sphinx (pull request #11) 2011-08-12 07:40:18 +02:00
Kouhei Sutou
f98cfbe862 [i18n] use relative path from output directory for source path.
This commit reverts part of 5976facae92c commit:
  Refactor comment generating code for message catalogs.

The commit says "Refactor" but it changes original code behavior.
In original code, start path for path.relpath() is self.outdir but
in refactored code, start path for path.relpath() is self.srcdir.

It should be self.outdir not self.srcdir to improve po-mode.el
support. po-mode.el has "po-cycle-source-reference" command. It
search source code relative from .po file directory.

See also::
  http://www.gnu.org/s/hello/manual/gettext/C-Sources-Context.html

    Program source files are usually found relative to where the PO
    file stands. As a special provision, when this fails, the file
    is also looked for, but relative to the directory immediately
    above it.
2011-08-12 14:29:19 +09:00
jules
26ebe84b3a Working with guides 2011-07-30 00:30:19 -05:00
jules
5233f7a544 Working with guides 2011-07-30 00:26:21 -05:00
jules
df02c49e76 Working with guides 2011-07-30 00:22:18 -05:00
jules
2af77f7be2 Working with guides 2011-07-29 23:58:52 -05:00
jules
b7d0b6387c Working with guides 2011-07-29 23:43:10 -05:00
Georg Brandl
ed0bad3889 Doc and changelog entries for 91b4fc984b32. 2011-07-23 10:04:09 +02:00
Georg Brandl
3e649cf681 Merged in mattpap/sphinx (pull request #8) 2011-07-23 10:02:10 +02:00
Georg Brandl
680d261694 s/jsmath/mathjax/ 2011-07-23 10:02:04 +02:00