Takeshi KOMIYA
1c4a1ef87c
Update CHANGES for PR #7569
2020-04-28 01:34:03 +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
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
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
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
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
Takeshi KOMIYA
b5dea3ebd7
Sort CHANGES entries
2020-04-23 22:47:45 +09:00
Takeshi KOMIYA
f2ac98a198
Merge pull request #7542 from mgeier/scrollable-boxes
...
basic theme: Make admonition/topic/sidebar scrollable
2020-04-23 22:46:27 +09:00
Takeshi KOMIYA
5c29afcf7f
Merge pull request #7541 from mgeier/body-clearer
...
basic theme: Add a "clearer" at the end of the "body".
2020-04-23 22:43:53 +09:00
Takeshi KOMIYA
e78cf26100
Merge pull request #7539 from tk0miya/7536_autogen_crashes_with_i18n
...
Fix #7536 : sphinx-autogen: crashes when template uses i18n feature
2020-04-23 22:43:08 +09:00
Matthias Geier
e8fb0476dc
basic theme: Make admonition/topic/sidebar scrollable
2020-04-23 15:20:25 +02:00
Takeshi KOMIYA
f565a44981
Merge pull request #7515 from tk0miya/2044_defvalue_for_ivars
...
Close #2044 : autodoc: Suppress default value for instance attributes
2020-04-23 21:57:34 +09:00
Takeshi KOMIYA
4c544b0ac6
Merge pull request #7540 from mgeier/clear-highlight
...
basic theme: set "clear: both" on "highlight*" divs
2020-04-23 21:49:53 +09:00
Matthias Geier
49393f0245
basic theme: Add a "clearer" at the end of the "body".
2020-04-23 14:48:01 +02:00
Takeshi KOMIYA
ab3795f176
Fix #7536 : sphinx-autogen: crashes when template uses i18n feature
2020-04-23 21:46:32 +09:00
Takeshi KOMIYA
ebfa8dbf2a
Merge pull request #7538 from tk0miya/7535_autogen_crashes_on_inherited_template
...
Fix #7535 : sphinx-autogen: crashes when custom template uses inheritance
2020-04-23 21:46:06 +09:00
Matthias Geier
03be040ca8
basic theme: set "clear: both" on "highlight*" divs
...
See #7484 .
2020-04-23 14:29:20 +02:00