Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #10386 from mxd4/10384-comment-img-magick | Takeshi KOMIYA | 2022-05-22 | 1 | -3/+7 | |
|\ | | | | | Add comments on ImageMagick requirement | |||||
| * | #10384 - Remove comment in test | mxd4 | 2022-05-02 | 1 | -2/+2 | |
| | | ||||||
| * | #10384 - Fix typo | mxd4 | 2022-05-02 | 1 | -1/+1 | |
| | | ||||||
| * | #10384 - Fix flake8 | mxd4 | 2022-05-02 | 1 | -3/+4 | |
| | | ||||||
| * | #10384 - Explicit warning and improve doc clarity | mxd4 | 2022-05-02 | 1 | -3/+6 | |
| | | ||||||
* | | Merge branch '5.0.x' into 9648_autodoc_typehints_description_and_stared_args | Takeshi KOMIYA | 2022-05-22 | 1 | -2/+10 | |
|\ \ | ||||||
| * | | Fix #9575: autodoc: Return annotation should not be shown | Takeshi KOMIYA | 2022-05-15 | 1 | -2/+10 | |
| | | | ||||||
* | | | Fix #9648: autodoc: *args and **kwargs entries are duplicated | Takeshi KOMIYA | 2022-05-15 | 1 | -3/+17 | |
|/ / | | | | | | | | | | | | | | | | | In basic usage of autodoc (docstring), `args` and `kwargs` arguments are marked up without stars. But numpydoc style recommends to mark them up with stars. This adds support for starred arguments in docstrings to `autodoc_typehints` feature. | |||||
* | | Merge pull request #10427 from ↵ | Takeshi KOMIYA | 2022-05-08 | 1 | -1/+12 | |
|\ \ | | | | | | | | | | | | | tk0miya/10421_autodoc_preserve_defaults_for_classmethod Fix #10421: autodoc_preserve_defaults doesn't work on class methods | |||||
| * | | Fix #10421: autodoc_preserve_defaults doesn't work on class methods | Takeshi KOMIYA | 2022-05-08 | 1 | -1/+12 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'origin/5.x' into HEAD | Takeshi KOMIYA | 2022-05-07 | 13 | -387/+69 | |
|\ \ \ | ||||||
| * | | | autosummary: global variables having doc-comment are considered as ↵ | Takeshi KOMIYA | 2022-05-07 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | non-imported members of the module | |||||
| * | | | Fix a flake8 warning | Takeshi KOMIYA | 2022-05-07 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge branch '5.x' into 10258_autosummary | Takeshi KOMIYA | 2022-05-07 | 31 | -762/+266 | |
| |\ \ \ | ||||||
| | * | | | Fix typo | Takeshi KOMIYA | 2022-05-07 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merge branch '5.x' into fix-warnings | Adam Turner | 2022-05-02 | 2 | -3/+6 | |
| | |\ \ | | | |/ | | | | | | | | | | | | | # Conflicts: # tests/test_search.py | |||||
| | | * | Fix #10200: apidoc: Duplicated submodules are shown for modules | Takeshi KOMIYA | 2022-04-30 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Remove a trailing whitespace | Takeshi KOMIYA | 2022-04-24 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Correct autodoc docstrings | Oscar Gustafsson | 2022-04-20 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | A bit too much copy and paste in the earlier ones. `*-members` also includes `inherited-members` and `exclude-members` which are not dealt with. | |||||
| | * | | Use `Node.findall` | Adam Turner | 2022-04-22 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | `rawsource` is deprecated in `docutils.nodes.Text` | Adam Turner | 2022-04-22 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Specify encoding | Adam Turner | 2022-04-22 | 3 | -7/+8 | |
| | |/ | ||||||
| | * | Review comments | Adam Turner | 2022-04-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | Remove deprecated code for Sphinx 5.0 | Adam Turner | 2022-04-17 | 7 | -371/+45 | |
| | | | ||||||
| * | | Do not pass attr_docs as an argument into ModuleScanner.scan | Matyas Novak | 2022-03-14 | 1 | -4/+6 | |
| | | | ||||||
| * | | Recognize a documented attribute of a module as non-imported. | Matyas Novak | 2022-03-11 | 1 | -5/+6 | |
| | | | ||||||
* | | | Apply `autodoc_typehints_format` to all type hints | zuqq | 2022-04-08 | 1 | -4/+18 | |
| |/ |/| | | | | | Specifically: attributes, data, properties, and type variable bounds. | |||||
* | | 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 | 31 | -541/+605 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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-28 | 1 | -1/+8 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Merge pull request #10263 from nicoa/escape_base_uri_in_extlinks | Takeshi KOMIYA | 2022-03-28 | 1 | -1/+8 | |
| | |\ \ \ | | | | | | | | | | | | | escape base_uri in extlinks | |||||
| | | * | | | Fix a flake8 warning | Takeshi KOMIYA | 2022-03-27 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | extlink: Strip a leading backslash on compiling pattern | Takeshi KOMIYA | 2022-03-27 | 1 | -1/+7 | |
| | | | | | |