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
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
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
Takeshi KOMIYA
61b823ad10
refactor: Deprecate unused parameters
2020-04-23 02:25:58 +09:00
Takeshi KOMIYA
29a343b888
Update CHANGES for PR #7473
2020-04-23 02:17:20 +09:00
Takeshi KOMIYA
c9e4945623
Merge pull request #7473 from eric-wieser/meta-public
...
Add support for :meta public:
2020-04-23 02:15:42 +09:00
Takeshi KOMIYA
b15e3f6639
Fix #7535 : sphinx-autogen: crashes when custom template uses inheritance
2020-04-23 02:00:48 +09:00
Takeshi KOMIYA
995c19b2c7
Merge pull request #7537 from tk0miya/7534_fix_vertical_spaces_in_docs
...
Fix #7534 : docs: Big vertical whitespace rendered in official doc
2020-04-23 00:03:37 +09:00
Takeshi KOMIYA
e1c7e9d481
Fix #7534 : docs: Big vertical whitespace rendered in official doc
2020-04-22 23:37:44 +09:00
Takeshi KOMIYA
fd0a55223f
Update CHANGES for PR #7533
2020-04-22 22:40:06 +09:00