| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge pull request #10285 from jmp1985/master | Takeshi KOMIYA | 2022-04-05 | 1 | -4/+4 | |
| |\ | | | | | Fixed singledispatch documentation | |||||
| | * | Removed white space | James Parkhurst | 2022-03-21 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed singledispatch documentation | James Parkhurst | 2022-03-21 | 1 | -4/+4 | |
| | | | ||||||
| * | | Merge branch '5.x' into autodoc_force_undocumented_rtype | Takeshi KOMIYA | 2022-04-03 | 1 | -4/+8 | |
| |\ \ | ||||||
| | * | | Close #8417: autodoc: :inherited-members: option now takes multiple classes | Takeshi KOMIYA | 2022-04-03 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | It allows to suppress inherited members of several classes on the module at once by specifying the option to `automodule` directive | |||||
| * | | | autodoc_typehints_description_target: Rename ↵ | Takeshi KOMIYA | 2022-04-03 | 2 | -3/+2 | |
| | | | | | | | | | | | | | returnvalue_and_documented_params to documented_params | |||||
| * | | | Merge branch '5.x' into autodoc_force_undocumented_rtype | Takeshi KOMIYA | 2022-04-03 | 8 | -173/+193 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #10321 from ↵ | Takeshi KOMIYA | 2022-04-03 | 1 | -1/+5 | |
| | |\ \ | | | | | | | | | | | | | | | | | tk0miya/10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults | |||||
| | | * \ | Merge branch '5.x' into ↵ | Takeshi KOMIYA | 2022-04-03 | 1 | -0/+14 | |
| | | |\ \ | | | | | | | | | | | | | | | | 10266_autodoc_preserve_defaults_crashes_on_kwonlyargs_without_defaults | |||||
| | | * | | | Fix #10266: autodoc_preserve_defaults crashes on kwonlyargs w/o defaults | Takeshi KOMIYA | 2022-04-02 | 1 | -1/+5 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #10313 from ↵ | Takeshi KOMIYA | 2022-04-03 | 1 | -3/+9 | |
| | |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | GutiCW/feature-support_mocked_decorator_for_class_methods Support mocked decorator for class methods | |||||
| | | * | | | Reduce complexity by removing recursion. | Christian Walch | 2022-04-01 | 1 | -2/+4 | |
| | | | | | | ||||||
| | | * | | | Move method `isboundmethod()` into sphinx/util/inspect.py. | Christian Walch | 2022-04-01 | 1 | -9/+1 | |
| | | | | | | ||||||
| | | * | | | Rename function `_method_is_bound()` -> `isboundmethod()`. | Christian Walch | 2022-04-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Add types and docstring to function `_method_is_bound()`. | Christian Walch | 2022-03-31 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | Add unwittingly removed empty line. | Christian Walch | 2022-03-31 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | * | | | Use recursive call to `ismock()` on unbound method instead of using ↵ | Christian Walch | 2022-03-31 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | temporary object. | |||||
| | | * | | | Closes #10310: Sphinx automodule: class method not documented when decorated ↵ | Christian Walch | 2022-03-31 | 1 | -3/+15 | |
| | | | | | | | | | | | | | | | | | | | | | with mocked function. | |||||
| | * | | | | Fix #10280: autodoc_docstring_signature generates needless return typehint | Takeshi KOMIYA | 2022-04-03 | 1 | -0/+14 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Basically, autodoc suppresses return value typehint for class constructors. But it was unexpectedly shown if `autodoc_docstring_signature` is enabled and docstring has multiple signatures. | |||||
| | * | | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-27 | 1 | -1/+1 | |
| | |\ \ \ | | |/ / | | | / | | |/ | |/| | ||||||
| | | * | Update PEP links in docs | Hugo van Kemenade | 2022-03-24 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-03-19 | 8 | -70/+12 | |
| | |\ \ | | |/ | ||||||
| | | * | Collapse single line docstrings | Adam Turner | 2022-02-20 | 5 | -10/+5 | |
| | | | | ||||||
| | | * | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 8 | -26/+0 | |
| | | | | ||||||
| | | * | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 2 | -2/+6 | |
| | | | | ||||||
| | | * | Fix module docstring indentation | Adam Turner | 2022-02-20 | 8 | -19/+19 | |
| | | | | ||||||
| | | * | Fix module docstring first line | Adam Turner | 2022-02-20 | 7 | -14/+7 | |
| | | | | ||||||
| | | * | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 8 | -24/+0 | |
| | | | | ||||||
| | * | | Merge branch '4.x' | Takeshi KOMIYA | 2022-02-19 | 2 | -5/+9 | |
| | |\ \ | | |/ | ||||||
| | | * | Merge pull request #10150 from ↵ | Takeshi KOMIYA | 2022-02-06 | 2 | -2/+3 | |
| | | |\ | | | | | | | | | | | | | | | | | tk0miya/10146_autodoc_default_options_should_support_no-value Close #10146: autodoc: autodoc_default_options does not support `no-value` option | |||||
| | | | * | Close #10146: autodoc: autodoc_default_options does not support `no-value` ↵ | Takeshi KOMIYA | 2022-01-31 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | | | option | |||||
| | | * | | Merge branch '4.4.x' into 4.x | Takeshi KOMIYA | 2022-02-06 | 1 | -3/+6 | |
| | | |\ \ | | | |/ | | |/| | ||||||
| | | | * | Fix #9876: autodoc: ocument a class on binary module | Takeshi KOMIYA | 2022-01-30 | 1 | -3/+6 | |
| | | | | | ||||||
| | * | | | Merge commit '07110b7557a552ecfe702bdd6a2d2f9685cb1af9' | Takeshi KOMIYA | 2022-02-14 | 1 | -0/+5 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Fix #10133: autodoc: Crashed when mocked module is used for type annotation | Takeshi KOMIYA | 2022-01-30 | 1 | -0/+5 | |
| | | |/ | ||||||
| | * | | autodoc: The default of autodoc_typehints_format becomes to 'smart' | Takeshi KOMIYA | 2022-01-02 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | | | | | The default value of autodoc_typehints_format configuration is changed to `'smart'`. It will suppress the leading module names of typehints (ex. `io.StringIO` -> `StringIO`). refs: #9075 | |||||
| | * | Merge pull request #10034 from tk0miya/10027_autodoc_typehints_format_for_bases | Takeshi KOMIYA | 2022-01-02 | 1 | -5/+26 | |
| | |\ | | | | | | | Fix #10027: autodoc_typehints_format does not work with :show-inheritance: | |||||
| | | * | Fix #10027: autodoc_typehints_format does not work with :show-inheritance: | Takeshi KOMIYA | 2022-01-01 | 1 | -5/+26 | |
| | | | | ||||||
| | * | | Merge branch '4.3.x' into 4.x | Takeshi KOMIYA | 2022-01-01 | 8 | -8/+8 | |
| | |\ \ | ||||||
| | | * | | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 8 | -8/+8 | |
| | | | | | ||||||
| | * | | | Merge pull request #10021 from ↵ | Takeshi KOMIYA | 2021-12-29 | 1 | -2/+7 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | tk0miya/10015_typehints_format_with_typehints_in_description Fix #10015: autodoc: autodoc_typehints_format='short' does not work when autodoc_typehints='description' | |||||
| | | * | | | Fix #10015: autodoc: autodoc_typehints_format='short' does not work when ↵ | Takeshi KOMIYA | 2021-12-27 | 1 | -2/+7 | |
| | | | |/ | | |/| | | | | | | | | | autodoc_typehints='description' | |||||
| | * | | | Merge branch '4.x' into 10009_exception_on_getdoc | Takeshi KOMIYA | 2021-12-27 | 1 | -7/+8 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | autodoc: Rename autodoc_unqualified_typehints to autodoc_typehints_format ↵ | Takeshi KOMIYA | 2021-12-24 | 1 | -7/+8 | |
| | | |/ | | | | | | | | | | (refs: #9931) | |||||
| | * | | Fix autodoc: Update error message on filtering members | Takeshi KOMIYA | 2021-12-27 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Fix #10009: autodoc: Crashes if subject raises an error on getdoc() | Takeshi KOMIYA | 2021-12-24 | 1 | -86/+88 | |
| | |/ | ||||||
| | * | Close #9075: autodoc: Add a config variable autodoc_unqualified_typehints | Takeshi KOMIYA | 2021-12-03 | 1 | -0/+16 | |
| | | | | | | | | | | | | | If autodoc_unqualified_typehints feature enabled, autodoc suppresses the leading module names of typehints of function signatures (ex. `io.StringIO` -> `StringIO`) | |||||
| * | | feat: add tests and fix None rtype | gschwaer | 2021-11-29 | 1 | -4/+6 | |
| | | | ||||||
| * | | feat: add new option for autodoc_typehints_description_target to include ↵ | gschwaer | 2021-11-29 | 2 | -3/+11 | |
| |/ | | | | undocumented return values | |||||
| * | Fix #9883: autodoc: doccomment for the alias to mocked object was ignored | Takeshi KOMIYA | 2021-11-29 | 2 | -8/+11 | |
| | | ||||||
