Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix #7428: py domain: a reference to class ``None`` emits a nitpicky warning | Takeshi KOMIYA | 2020-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix mypy violations | Takeshi KOMIYA | 2020-04-06 | 1 | -5/+5 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-04-06 | 1 | -42/+64 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-04-05 | 1 | -5/+16 | |
| |\ \ | | |/ | ||||||
| | * | Fix #7219: py:module directive generates incorrect index entry | Takeshi KOMIYA | 2020-03-29 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix #7219: py:function directive generates incorrect index entry | Takeshi KOMIYA | 2020-03-29 | 1 | -3/+14 | |
| | | | ||||||
| * | | Merge pull request #7363 from tk0miya/refactor_pydomain | Takeshi KOMIYA | 2020-03-30 | 1 | -37/+48 | |
| |\ \ | | |/ | |/| | refactor: py domain: Use namedtuple for python objects and modules | |||||
| | * | refactor: py domain: Use namedtuple for python modules | Takeshi KOMIYA | 2020-03-22 | 1 | -17/+24 | |
| | | | ||||||
| | * | refactor: py domain: Use namedtuple for python objects | Takeshi KOMIYA | 2020-03-22 | 1 | -20/+24 | |
| | | | ||||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-23 | 1 | -3/+58 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #7356 from tk0miya/7301_node_id | Takeshi KOMIYA | 2020-03-22 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Fix #7301: Allow . and _ for node_id | |||||
| | * | Fix #7301: Allow . and _ for node_id | Takeshi KOMIYA | 2020-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In development of 3.0, Sphinx starts to obey to the rule of "Identifier Normalization" of docutils. This extends it to allow dots(".") and underscores("_") for node identifier. It allows Sphinx to generate node identifier from source string as possible as it is (bacause dots and underscores are usually used in many programming langauges). This change will keep not to break hyperlinks as possible. | |||||
| * | | Close #7341: py domain: type annotations are converted to cross refs | Takeshi KOMIYA | 2020-03-22 | 1 | -2/+57 | |
| |/ | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -10/+19 | |
|\ \ | |/ | ||||||
| * | Fix #7334: py domain: Disable smartquotes for defvalues of arguments | Takeshi KOMIYA | 2020-03-19 | 1 | -1/+2 | |
| | | ||||||
| * | Merge pull request #6990 from tk0miya/function_signature | Takeshi KOMIYA | 2020-03-14 | 1 | -9/+16 | |
| |\ | | | | | | | py domain: Allow to make a style for arguments of functions and methods | |||||
| | * | py domain: Allow to make a style for arguments of functions and methods ↵ | Takeshi KOMIYA | 2020-03-14 | 1 | -9/+16 | |
| | | | | | | | | | | | | (refs: #6417) | |||||
| * | | Fix #7304: py domain: Improve warning messages on parsing failure | Takeshi KOMIYA | 2020-03-14 | 1 | -1/+2 | |
| |/ | ||||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-10 | 1 | -32/+59 | |
|\ \ | |/ | ||||||
| * | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-10 | 1 | -4/+16 | |
| |\ | ||||||
| | * | Fix #7266: Update deprecation messages for PyClassmember and PyModulelevel | Takeshi KOMIYA | 2020-03-07 | 1 | -4/+16 | |
| | | | ||||||
| * | | Merge pull request #7275 from tk0miya/refactor_pydecorator | Takeshi KOMIYA | 2020-03-08 | 1 | -20/+43 | |
| |\ \ | | | | | | | | | py domain: refactor PyDecoratorFunction and PyDecoratorMethod | |||||
| | * | | py domain: Deprecate PyDecoratorMixin | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+10 | |
| | | | | ||||||
| | * | | py domain: refactor PyDecoratorFunction and PyDecoratorMethod | Takeshi KOMIYA | 2020-03-07 | 1 | -19/+33 | |
| | | | | ||||||
| * | | | Close #7246: Drop special cross reference helper for exceptions, functions ↵ | Takeshi KOMIYA | 2020-03-07 | 1 | -8/+0 | |
| |/ / | | | | | | | | | | and methods | |||||
* | | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+1 | |
|/ / | ||||||
* | | Merge pull request #7254 from tk0miya/6895_suppress_builtin_nitpicky_warning | Takeshi KOMIYA | 2020-03-07 | 1 | -0/+29 | |
|\ \ | | | | | | | Fix #6895: py domain: Do not emit nitpicky warnings for built-in types | |||||
| * | | Fix #6895: py domain: Do not emit nitpicky warnings for built-in types | Takeshi KOMIYA | 2020-03-05 | 1 | -0/+29 | |
| | | | ||||||
* | | | py domain: Generate node_id for objects in the right way | Takeshi KOMIYA | 2020-03-07 | 1 | -29/+32 | |
| | | | ||||||
* | | | py domain: Generate node_id for modules in the right way | Takeshi KOMIYA | 2020-03-07 | 1 | -21/+39 | |
| | | | ||||||
* | | | Merge branch '2.x' into 3.x | Takeshi KOMIYA | 2020-03-05 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fix typo | Takeshi KOMIYA | 2020-03-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use a string with warning in `handle_signature` | Daniel Hahler | 2020-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously it would pass in the exception object itself, which then might crash filters that are using `record.msg.startswith` etc. The warning was triggered for me with `sig = foo: int = -1`, where it appears to not handle negative numbers (have not investigated). | |||||
* | | | refactor: Update type annotation for python domain | Takeshi KOMIYA | 2020-03-04 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | refactor: Set source_info to nodes | Takeshi KOMIYA | 2020-02-29 | 1 | -2/+1 | |
| | | ||||||
* | | Fix missing commas after PEP-570 separators | Takeshi KOMIYA | 2020-02-24 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'drop_desc_signature_first' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Deprecate desc_signature['first'] | Takeshi KOMIYA | 2020-02-09 | 1 | -1/+0 | |
| | | | ||||||
* | | | py domain: Use AST parser to convert signature to doctree | Takeshi KOMIYA | 2020-02-16 | 1 | -1/+52 | |
|/ / | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 1 | -0/+43 | |
|\ \ | |/ | ||||||
| * | Merge branch '2.0' into 6785_attr_can_refer_props | Takeshi KOMIYA | 2020-02-06 | 1 | -0/+38 | |
| |\ | ||||||
| | * | py domain: Support type annotations for variables | Takeshi KOMIYA | 2020-02-01 | 1 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | This adds ``:type:`` and ``:value:`` options to both ``py:data`` and ``py:attribute`` directives. It allows to describe its annotation in detail. | |||||
| * | | Fix #6785: py domain: :py:attr: is able to refer properties again | Takeshi KOMIYA | 2020-01-25 | 1 | -0/+5 | |
| |/ | ||||||
* | | Close #6830: autodoc: consider a member private if docstring has "private" ↵ | Takeshi KOMIYA | 2020-01-04 | 1 | -0/+18 | |
| | | | | | | | | metadata | |||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-22 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -5/+9 | |
|\ \ | |/ | ||||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -5/+9 | |
| | |