Commit Graph

15038 Commits

Author SHA1 Message Date
Takeshi KOMIYA
aa773cbc88 Merge branch '3.x' 2020-04-28 01:42:37 +09:00
Takeshi KOMIYA
ba47b7055b Fix CHANGES for PR #7569 2020-04-28 01:42:11 +09:00
Takeshi KOMIYA
8c35cfa38a Merge branch '3.0.x' into 3.x 2020-04-28 01:41:52 +09:00
Takeshi KOMIYA
153682dd4c Update CHANGES for PR #7569 2020-04-28 01:40:56 +09:00
Takeshi KOMIYA
1c4a1ef87c Update CHANGES for PR #7569 2020-04-28 01:34:03 +09:00
Takeshi KOMIYA
a527c2ae30
Merge pull request #7569 from eric-wieser/fix-bad-stringify
Do not emit type arguments twice
2020-04-28 01:32:52 +09:00
Takeshi KOMIYA
dfdc70546f
Merge pull request #7566 from jakobandersen/merge_c_array_declarator
Merge c array declarator PR into 3.x
2020-04-28 01:26:28 +09:00
Takeshi KOMIYA
f388114d10
Merge pull request #7560 from tk0miya/refactor_pycode_parser
Refactor pycode parser
2020-04-28 01:24:10 +09:00
Takeshi KOMIYA
a3ddc73607 Update CHANGES for PR #7543 2020-04-28 01:19:14 +09:00
Takeshi KOMIYA
87a85a75e6
Merge pull request #7543 from mgeier/table-margin
basic theme: Add top and bottom margins to tables
2020-04-28 01:18:43 +09:00
Eric Wieser
46372726de Do not emit type arguments twice
Fixes gh-7567
2020-04-27 15:22:44 +01:00
Takeshi KOMIYA
19568815c1 Update CHANGES for #7487 2020-04-27 22:50:03 +09:00
Takeshi KOMIYA
1cffff2a30
Merge pull request #7487 from thomascobb/singledispatch_autofunction
Support singledispatch autodoc directives
2020-04-27 22:48:02 +09:00
Jakob Lykke Andersen
b1e732fd8f Merge branch 'c_array_declarator' into merge_c_array_declarator 2020-04-27 15:09:07 +02:00
Takeshi KOMIYA
7a40ed0f27 Update CHANGES for PR #7564 2020-04-27 21:57:44 +09:00
Takeshi KOMIYA
7888600f96
Merge pull request #7564 from eric-wieser/fix-missing-__annotations__
autodoc: Fix a logic error that causes annotations not to be shown for descriptors
2020-04-27 21:54:17 +09:00
Eric Wieser
b7ce4a4c13 Fix a logic error that causes annotations not to be shown for descriptors
This `if not self._datadescriptor` was originally here before type annotations were supported, to prevent showing `descr4 = <_Descriptor ...>` in the docs.

When type annotations were added, the support for appending `:type:` was put in the wrong place.
It should have been outside this if, not within it.
2020-04-27 12:57:39 +01:00
Tom Cobb
65c9df8303 Strip Singledispatch*Documenter down further 2020-04-27 08:14:21 +01:00
Tom Cobb
a8a3658d41 Don't add_autodocumenter Singledispatch*Documenter 2020-04-27 08:09:37 +01:00
Takeshi KOMIYA
4eafda8588
Merge pull request #7546 from tk0miya/4030_autosummary_context
Close #4030: autosummary: Add autosummary_context
2020-04-27 02:01:34 +09:00
Takeshi KOMIYA
bee44bedb1 Fix mypy violation 2020-04-27 01:29:13 +09:00
Takeshi KOMIYA
42aa293679 Merge branch '3.x' 2020-04-27 00:54:23 +09:00
Takeshi KOMIYA
2619f85461
Merge pull request #7554 from tk0miya/6703_incremental_build_for_imported_objects
Fix #6703: autodoc: incremental build does not work for imported objects
2020-04-27 00:37:28 +09:00
Takeshi KOMIYA
955ff134ba Bump version 2020-04-26 22:56:57 +09:00
Takeshi KOMIYA
241be80821 Bump to 3.0.3 final 2020-04-26 22:55:46 +09:00
Takeshi KOMIYA
17f64e3829 refactor: pycode: visit_Import 2020-04-26 20:22:17 +09:00
Takeshi KOMIYA
02b8547a96 pycode: Fix wrong type annotation 2020-04-26 20:22:17 +09:00
Takeshi KOMIYA
ad4ea6aeb6 refactor: pycode: Add VariableCommentPicker.get_qualname_for() 2020-04-26 20:19:33 +09:00
Jakob Lykke Andersen
ed1f7d8344 CHANGES 2020-04-25 20:19:26 +02:00
Jakob Lykke Andersen
ffc3c3c75e
Merge pull request #7485 from jbab/cpp-noexcept
C++, add support for parameterized noexcept specifier in function dec…
2020-04-25 20:17:23 +02:00
Jakob Lykke Andersen
49e711849a
Merge pull request #7556 from jakobandersen/c_array_declarator
C, parse all types of array declarators
2020-04-25 20:11:57 +02:00
Jakob Lykke Andersen
082bf7d166 C, parse all types of array declarators 2020-04-25 19:59:16 +02:00
Takeshi KOMIYA
421a544aab Fix #6703: autodoc: incremental build does not work for imported objects 2020-04-26 02:15:52 +09:00
Takeshi KOMIYA
56ed2991fd
Merge pull request #7548 from tk0miya/refactor_autosummary4
refactor: AutosummaryRender
2020-04-25 12:42:10 +09:00
Takeshi KOMIYA
037fe96dc1 Close #4030: autosummary: Add autosummary_context 2020-04-25 11:15:43 +09:00
Jan Babst
95e9204438 C++, add support for parameterized noexcept specifier in function declarations 2020-04-24 23:59:41 +02:00
Takeshi KOMIYA
e5192ba48b refactor: AutosummaryRender 2020-04-25 01:25:00 +09:00
Takeshi KOMIYA
cec31c75d8
Merge pull request #7547 from tk0miya/refactor_autosummary3
refactor: Do not pass builder paramater to generate_autosummary_docs()
2020-04-25 01:10:33 +09:00
Takeshi KOMIYA
d8aa067d43 refactor: Do not pass builder paramater to generate_autosummary_docs() 2020-04-25 00:29:05 +09:00
Tom Cobb
22fafb9773 Support singledispatch in autofunction/methodThis makes autofunction and automethod work standalone withsingledispatch functions and methods. Previously only automodule wouldsupport these 2020-04-24 15:25:50 +01:00
Jakob Lykke Andersen
85ae035d61
Merge pull request #7545 from jakobandersen/cpp-semicolon2
C and C++, allow semicolons in the end of declarations
2020-04-24 11:54:43 +02:00
Jakob Lykke Andersen
f009523bd3 Update CHANGES 2020-04-24 11:41:50 +02:00
Jakob Lykke Andersen
abe65423ca C, allow semicolon in the end of declarations
(except macros)
2020-04-24 11:38:22 +02:00
Jakob Lykke Andersen
ef0c2bf83c C++, semicolon, move it entirely to ASTDeclaration 2020-04-24 10:57:23 +02:00
Jan Babst
50ae1b04e8 C++ domain: Add support for semicolon in declarations 2020-04-24 10:45:23 +02:00
Takeshi KOMIYA
d68aa335c4
Merge pull request #7526 from tk0miya/refactor_autosummary
refactor: autosummary: Change first argument for AutosummaryRenderer
2020-04-23 23:38:55 +09:00
Matthias Geier
0a7137dfa4 Add top and bottom margins to tables 2020-04-23 16:26:28 +02:00
Takeshi KOMIYA
0374d217d4 refactor: Deprecate unused parameters 2020-04-23 22:54:53 +09:00
Takeshi KOMIYA
931bfcca88 refactor: autosummary: Change first argument for AutosummaryRenderer 2020-04-23 22:51:23 +09:00
Takeshi KOMIYA
4277a28f73 Update CHANGES for PR #7541 and #7542 2020-04-23 22:48:25 +09:00