Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-30 | 1 | -132/+79 | |
|\ \ | |/ | ||||||
| * | Migrate to py3 style type annotation: sphinx.domains.python | Takeshi KOMIYA | 2019-06-30 | 1 | -132/+79 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-06-09 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Fix py domain: duplicated warning does not point the location of source code | Takeshi KOMIYA | 2019-06-02 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-29 | 1 | -1/+3 | |
|\ \ | |/ | ||||||
| * | Merge pull request #6365 from tk0miya/refactor_py_domain | Takeshi KOMIYA | 2019-05-19 | 1 | -0/+3 | |
| |\ | | | | | | | Add :abstractmethod: option to py:method directive and support abstractmethod by autodoc | |||||
| | * | Add :abstractmethod: option to py:method directive (refs: #6138) | Takeshi KOMIYA | 2019-05-15 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix #6379: py domain: Module index (py-modindex.html) has duplicate titles | Takeshi KOMIYA | 2019-05-19 | 1 | -1/+0 | |
| |/ | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-13 | 1 | -6/+14 | |
|\ \ | |/ | ||||||
| * | Add :property: option to py:method directive | Takeshi KOMIYA | 2019-05-12 | 1 | -6/+14 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-05-06 | 1 | -3/+22 | |
|\ \ | |/ | ||||||
| * | Fix #4777: Add :async: option to py:function and py:method directives | Takeshi KOMIYA | 2019-04-23 | 1 | -3/+22 | |
| | | ||||||
* | | Merge branch '2.0' | jfbu | 2019-04-23 | 1 | -33/+33 | |
|\ \ | |/ | ||||||
| * | Add :classmethod: and :staticmethod: options to py:method directive | Takeshi KOMIYA | 2019-04-13 | 1 | -33/+33 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-14 | 1 | -6/+138 | |
|\ \ | |/ | ||||||
| * | Add PyFunction and PyVariable; directives for python functions and variables | Takeshi KOMIYA | 2019-04-13 | 1 | -2/+37 | |
| | | ||||||
| * | deprecate PyClassmember class | Takeshi KOMIYA | 2019-04-07 | 1 | -1/+11 | |
| | | ||||||
| * | Add PyAttribute class; a directive for python attribute description | Takeshi KOMIYA | 2019-04-07 | 1 | -1/+20 | |
| | | ||||||
| * | Add PyClassMethod and PyStaticMethod; directives for python method description | Takeshi KOMIYA | 2019-04-07 | 1 | -2/+48 | |
| | | ||||||
| * | Add PyMethod class; a directive for python method description | Takeshi KOMIYA | 2019-04-07 | 1 | -1/+24 | |
| | | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-04-07 | 1 | -46/+72 | |
|\ \ | |/ | ||||||
| * | Merge pull request #6236 from tk0miya/refactor_pydomain3 | Takeshi KOMIYA | 2019-04-06 | 1 | -39/+66 | |
| |\ | | | | | | | Add data accessors and helper methods to PythonDomain | |||||
| | * | Add PythonDomain.note_module() to register a python module to the domain | Takeshi KOMIYA | 2019-03-31 | 1 | -6/+13 | |
| | | | ||||||
| | * | Add PythonDomain.note_module() to register a python object to the domain | Takeshi KOMIYA | 2019-03-31 | 1 | -10/+21 | |
| | | | ||||||
| | * | Add "modules" property to PythonDomain | Takeshi KOMIYA | 2019-03-31 | 1 | -5/+10 | |
| | | | ||||||
| | * | Add "objects" property to PythonDomain | Takeshi KOMIYA | 2019-03-31 | 1 | -18/+22 | |
| | | | ||||||
| * | | Update type annotations for python domain | Takeshi KOMIYA | 2019-03-31 | 1 | -7/+6 | |
| |/ | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -9/+1 | |
|/ | ||||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-29 | 1 | -1/+2 | |
|\ | ||||||
| * | Fix #6196: py domain: unexpected prefix is generated | Takeshi KOMIYA | 2019-03-23 | 1 | -1/+2 | |
| | | ||||||
* | | refactor PyObject class | Takeshi KOMIYA | 2019-03-23 | 1 | -27/+21 | |
|/ | ||||||
* | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -1/+1 | |
| | ||||||
* | Fix mypy violations | Takeshi KOMIYA | 2019-02-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | |||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -9/+7 | |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -38/+38 | |
| | | ||||||
* | | Add docutils-stubs to test deps | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 | |
| | | ||||||
* | | Add TextlikeNode type for docfields | Takeshi KOMIYA | 2018-12-10 | 1 | -5/+5 | |
| | | ||||||
* | | Fix annotations for Directives (Replace N_co with nodes.Node) | Takeshi KOMIYA | 2018-12-01 | 1 | -6/+6 | |
| | | ||||||
* | | Fix annotations for domains | Takeshi KOMIYA | 2018-11-30 | 1 | -21/+20 | |
| | | ||||||
* | | refactor: Use super() to call methods of superclass | Takeshi KOMIYA | 2018-11-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #5665 from tk0miya/fix_typehints | Takeshi KOMIYA | 2018-11-26 | 1 | -0/+1 | |
|\ \ | | | | | | | Add sphinx.util.typing:unicode to help mypy-3 migration | |||||
| * | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fix annotations for Domain.resolve_xref() | Takeshi KOMIYA | 2018-11-24 | 1 | -2/+2 | |
|/ / | ||||||
* | | Add IndexEntry class to represent an entry of indices | Takeshi KOMIYA | 2018-11-21 | 1 | -8/+11 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-10-16 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-10-16 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -5/+4 | |
|\ \ |