Commit Graph

15007 Commits

Author SHA1 Message Date
Takeshi KOMIYA
d59584f409 Update CHANGES for PR #7572 2020-04-28 23:02:21 +09:00
Takeshi KOMIYA
db4cced99d
Merge pull request #7572 from mgeier/eqno-alignment
Align equation numbers at the right margin
2020-04-28 23:01:24 +09:00
Takeshi KOMIYA
a8a2d59403
Merge pull request #7561 from tk0miya/7143_typing.final
Support @final decorator
2020-04-28 22:57:56 +09:00
Takeshi KOMIYA
a29fe6904f
Merge pull request #7557 from tk0miya/6588_inherited_decorated_method
Fix #6588: autodoc: Decorated inherited method has no documentation
2020-04-28 22:57:01 +09:00
Takeshi KOMIYA
13113fc0b6 Fix #6588: autodoc: Decorated inherited method has no documentation 2020-04-28 22:33:40 +09:00
Takeshi KOMIYA
1f5dab6446
Merge pull request #7573 from tk0miya/changes
Fix CHANGES: some bugfix entries are categorized as new features
2020-04-28 22:31:32 +09:00
Takeshi KOMIYA
4573100abf Fix CHANGES: some bugfix entries are categorized as new features 2020-04-28 02:11:48 +09:00
Matthias Geier
7fc81e2f09 Align equation numbers at the right margin
Closes #2785.
2020-04-27 18:49:06 +02: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
767864b0f1 Close #7143: autodoc: Support final classes and methods 2020-04-28 01:24:41 +09:00
Takeshi KOMIYA
87308d9607 Close #7143: py domain: Add :final: option to py:*: directives 2020-04-28 01:24:29 +09:00
Takeshi KOMIYA
9c98b92c6a pycode: Detect @final decorators 2020-04-28 01:24:29 +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
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