Commit Graph

1159 Commits

Author SHA1 Message Date
Georg Brandl
c7bee16c8a Closes #1871: fix for latex writer with multirow and 1-column tables. 2015-07-24 16:33:19 +02:00
Georg Brandl
4d1f66a8a1 Closes #1871: fix for latex writer with multirow and 1-column tables. 2015-07-24 16:30:48 +02:00
Georg Brandl
c2f1a27905 merge with stable 2015-07-24 15:59:47 +02:00
Georg Brandl
1d7db8da46 fixup test suite for already-registered warnings 2015-07-22 19:34:37 +02:00
Takayuki SHIMIZUKAWA
21aaf07776 Merge pull request #1866 from pjxiao/feature-1780
Fix #1780: Text builder outputs "class" and "exception" keywords once
2015-07-11 18:31:24 +09:00
Takayuki SHIMIZUKAWA
219b5aac9e Merge pull request #1819 from pjxiao/feature-1793
Fix #1793: Add new line before first item of list
2015-07-11 15:15:01 +09:00
Takeshi KOMIYA
65663912a4 Add testcase for graphviz 2015-06-26 21:23:03 +09:00
Rob Ruana
4670c87be2 Related to #1927: [Napoleon] always start description on same line as type in Raises section 2015-06-11 12:50:05 -07:00
Rob Ruana
d82d110dfd Closes #1927: [Napoleon] fixes parsing & formatting of types in Raises section 2015-06-11 01:16:25 -07:00
Rob Ruana
89d30fca65 Closes #1927: [Napoleon] fixes parsing & formatting of types in Raises section 2015-06-11 01:15:52 -07:00
Rob Ruana
34add11b5d Closed #1925: [Napoleon] provides @property examples & recommends PEP 484 type hints in Napoleon docs 2015-06-09 18:18:22 -07:00
Rob Ruana
048f54f2b0 Closes #1904: [Napoleon] parses restructuredtext references in fields/params BEFORE splitting on colon 2015-05-27 10:58:26 -07:00
Rob Ruana
eade1e797e Closes #1904: [Napoleon] parses restructuredtext references in fields/params BEFORE splitting on colon 2015-05-27 10:57:04 -07:00
Rob Ruana
42f2b30579 Closes #1831: [Napoleon] Makes google type regex greedy to consume entire type, even if it contains colons 2015-05-03 16:30:40 -07:00
Rob Ruana
568f91d1bf Closes #1831: [Napoleon] Makes google type regex greedy to consume entire type, even if it contains colons 2015-05-03 16:28:39 -07:00
Takayuki Hirai
78000d2066 Fix #1780: Remove duplicated "class" and "exception" keywords from text builder 2015-04-28 22:17:09 +09:00
Rob Ruana
80eb821ec8 Closes #1831: [Napoleon] If name is not found in NumPy Doc Returns section, regard the whole line as the type 2015-04-03 21:34:23 -04:00
Rob Ruana
9d2ec40d8b Closes #1831: [Napoleon] If name is not found in NumPy Doc Returns section, regard the whole line as the type 2015-04-03 21:32:05 -04:00
Takeshi KOMIYA
64d2f22eb4 Fix #1790 literalinclude strips empty lines at the head and tail 2015-04-02 14:48:14 +09:00
Takeshi KOMIYA
aa66e7860b Fix #1789 :pyobject: option of literalinclude directive includes following lines after definitions 2015-04-02 14:47:51 +09:00
Takeshi KOMIYA
0b60eafe0e Fix #1790 literalinclude strips empty lines at the head and tail 2015-03-31 11:32:01 +09:00
Takeshi KOMIYA
0215b1fb10 Fix #1789 :pyobject: option of literalinclude directive includes following lines after definitions 2015-03-31 10:21:36 +09:00
Takayuki Hirai
144fb2634d Fix #1793: Add new line before first item of list 2015-03-30 19:55:49 +09:00
Robert Lehmann
657c53b0f5 Fixes #1785: Reduce output for test generators. 2015-03-20 22:26:32 +01:00
shimizukawa
d699b1d326 rename function name to avoid ambiguous 2015-03-16 23:06:54 +09:00
shimizukawa
30d6d72f47 Fixed #1771: automated .mo building doesn't work properly with template translation: sphinx-build will load sphinx.mo file to initialize template-bridge before compiling sphinx.po file. 2015-03-16 23:01:16 +09:00
shimizukawa
a94c40cbcf ref #1776: test fixed. 2015-03-16 00:27:12 +09:00
shimizukawa
e8e5bae15f remove test that is not works correctly on travis.ci (+1 squashed commits) 2015-03-15 02:18:00 +09:00
shimizukawa
6b7a2c8b6a refs #1777: fix testing. first time testing always failed it means testing on travis.ci will never be succeeded. 2015-03-15 01:13:57 +09:00
shimizukawa
1628eebfb5 refs #1777: add test for loading theme plugins 2015-03-15 00:47:43 +09:00
shimizukawa
ea25342acc Support PEP-440 version spec for developers. 2015-03-14 16:46:24 +09:00
shimizukawa
a1a80ab509 fix for make check 2015-03-10 00:22:02 +09:00
shimizukawa
65fb5a664d fix test: numfig test depends ja translation. 2015-03-09 22:33:41 +09:00
Georg Brandl
3437872b30 merge 2015-03-08 15:38:28 +01:00
Georg Brandl
705f6a997b Merge branch 'apple-help' of git://github.com/al45tair/sphinx 2015-03-08 15:35:04 +01:00
Jakob Lykke Andersen
3cf67aa5cf C++, more name lookup fixes.
Not all names knew of the scope they were in, resulting in not links.
See sphinx-doc/sphinx#1746.
2015-03-08 14:58:34 +01:00
shimizukawa
297e436aac fix testcases for windows that introduced at 3d62e353a5 2015-03-08 21:59:43 +09:00
shimizukawa
996b872875 refs #1700, #1742: add testing and fix two bugs. 2015-03-08 21:59:42 +09:00
shimizukawa
e2a921ff07 refs #1742: :name: option is provided for toctree, code-block and literalinclude dirctives. 2015-03-08 21:59:37 +09:00
Georg Brandl
ad612fb03d Change the source parsers feature a bit:
* parsers -> source_parsers
* add docs
* require fully qualified name or class
* add test for it
2015-03-08 13:12:50 +01:00
Takeshi KOMIYA
5e48ac9b4f Role `numref uses %s as special character instead #` symbol 2015-03-08 08:30:16 +09:00
Takeshi KOMIYA
3d62e353a5 Update testcases for changing prefix of captions 2015-03-08 08:30:16 +09:00
Takayuki SHIMIZUKAWA
63b924cc32 Merge pull request #1752 from sphinx-doc/1719_numfig_format_was_ignored_on_latex
#1719 numfig_format was ignored on latex
2015-03-08 00:14:26 +09:00
Jakob Lykke Andersen
9dfd204be4 Merge branch 'cpp-fix-1753' 2015-03-05 23:37:31 +01:00
Jakob Lykke Andersen
bbf97fe8fd Last details. Closes sphinx-doc/sphinx#1753. 2015-03-05 23:34:44 +01:00
Jakob Lykke Andersen
8ca12f5307 Main revamp for sphinx-doc/sphinx#1753.
Support `( ptr-declarator )`, e.g., `int (*f)(double)`, or
`int (&a)[42]`.
Still missing check for compatibility with old id generation scheme.
2015-03-05 10:51:28 +01:00
shimizukawa
9ba0a51555 refs #1658, #1750: add test and small tweak. 2015-03-03 08:13:14 +09:00
Jakob Lykke Andersen
9e83537e90 Merge branch 'cpp-tests' into cpp-fix-1753 2015-03-02 21:05:31 +01:00
Takeshi KOMIYA
9f06027836 #1719 Add prefix to linkname of :numref: on LaTeX mode 2015-03-03 01:16:06 +09:00
Takeshi KOMIYA
1ee7f5a163 #1719 Use numfig_format for prefix of captions in LaTeX builder 2015-03-03 01:16:02 +09:00