Rapptz
|
7d836e16ab
|
C++, add support for virtual base classes
|
2015-10-01 03:08:14 -04:00 |
|
Jakob Lykke Andersen
|
add4c2467d
|
C++, add missing support for 'friend' functions.
|
2015-09-14 14:31:15 +02:00 |
|
Jakob Lykke Andersen
|
2b3c249a4a
|
C++, fix parsing of signed/unsigned char.
|
2015-09-13 12:33:57 +02:00 |
|
shimizukawa
|
c4382fa798
|
Fix: "make check" fails on 'typing_test_data.py' on Py2 environment. Closes #2020.
|
2015-09-13 12:13:24 +09:00 |
|
shimizukawa
|
ef890a45d3
|
Merge branch 'stable'
|
2015-09-13 09:47:38 +09:00 |
|
Jakob Lykke Andersen
|
cccebfd28c
|
Fix build
|
2015-09-12 18:44:21 +02:00 |
|
shimizukawa
|
f886c54263
|
Fix #1994: More supporting non-standard parser (like recommonmark parser) for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming.
|
2015-09-13 00:20:21 +09:00 |
|
Jakob Lykke Andersen
|
c9470fac65
|
C++, fix for template argument parsing.
Non-type template arguments where not parsed correctly. It is a bit
better now. The example in michaeljones/breathe#218 should work now.
|
2015-09-06 20:34:01 +02:00 |
|
Jakob Lykke Andersen
|
38db131ee9
|
C++, yet more code cleanup
|
2015-09-06 16:08:37 +02:00 |
|
Jakob Lykke Andersen
|
89c3dd81c3
|
C++, support for templates.
Fixes sphinx-doc/sphinx#1729.
|
2015-09-06 15:36:58 +02:00 |
|
Jakob Lykke Andersen
|
ed29c298a6
|
C++ initial refactoring to support templates.
Create symbol tables to represent all declarations, including templated
declarations (sphinx-doc/sphinx#1729).
Fixes sphinx-doc/sphinx#1314.
|
2015-09-02 22:09:57 +02:00 |
|
Takeshi KOMIYA
|
2c5c54aa67
|
Closes #1987: Fix ampersand is ignored in `:menuselection: and :guilabel:` on LaTeX builder
|
2015-09-01 00:29:03 +09:00 |
|
Takeshi KOMIYA
|
20d992cdf5
|
Close #1990: Use caption of toctree to title of \tableofcontents in LaTeX
|
2015-08-21 14:15:30 +09:00 |
|
Georg Brandl
|
f59c794802
|
Merge pull request #1975 from vlasovskikh/type-hints
Closes #1968: Show extended type hints for function annotations that use 'typing' module
|
2015-08-13 06:48:41 +02:00 |
|
shimizukawa
|
a3109f6976
|
Fixes #1983: i18n translation feature breaks references which uses section name.
|
2015-08-09 23:44:14 +09:00 |
|
shimizukawa
|
82e05e7a9c
|
Fixes #1725: On py2 environment, doctest with using non-ASCII characters causes 'ascii' codec can't decode byte exception.
|
2015-08-02 00:07:23 +09:00 |
|
Andrey Vlasovskikh
|
ef0d4e7946
|
Skip type hinting tests if there is a SyntaxError while importing a module with function annotations
|
2015-07-31 21:56:13 +03:00 |
|
Andrey Vlasovskikh
|
1224256341
|
Use 'SkipTest' from 'util' for tests
|
2015-07-31 21:54:01 +03:00 |
|
Andrey Vlasovskikh
|
dd32b7fdb2
|
Closes #1968: Show extended type hints for function annotations that use 'typing' module
|
2015-07-31 21:26:32 +03:00 |
|
Georg Brandl
|
cbe4350da8
|
Merge branch 'stable'
|
2015-07-25 20:25:24 +02:00 |
|
shimizukawa
|
3ad810406c
|
Fixed #1869: Fix problems when dealing with files containing non-ASCII characters.
|
2015-07-25 19:02:47 +02:00 |
|
shimizukawa
|
d51228152e
|
merge with stable
|
2015-07-25 18:15:09 +02:00 |
|
shimizukawa
|
d3375761d2
|
Fixed #1855: make gettext generates broken po file for definition lists with classifier.
|
2015-07-25 17:41:07 +02:00 |
|
Georg Brandl
|
cca88c212b
|
graphviz test: raise Skip if dot not available, instead of just passing
|
2015-07-25 16:43:08 +02:00 |
|
shimizukawa
|
8600ffeda2
|
Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.
|
2015-07-25 15:47:56 +02:00 |
|
Georg Brandl
|
94e5cfa8bb
|
Fix test_build_html.
|
2015-07-25 13:03:43 +02:00 |
|
Rob Ruana
|
6b6d3dbea9
|
Closes #1840: [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon
|
2015-07-24 11:31:47 -07:00 |
|
Rob Ruana
|
c48c68eac9
|
Closes #1840: [Napoleon] Fixes Google style parsing to only match section headers ending with exactly one colon
|
2015-07-24 11:30:35 -07:00 |
|
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 |
|