Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | test: Update testcase for autoclass_content | Takeshi KOMIYA | 2019-06-03 | 1 | -88/+0 | |
| | | | ||||||
| * | | test: Update testcase for autodoc_inherit_docstrings | Takeshi KOMIYA | 2019-06-03 | 1 | -9/+0 | |
| | | | ||||||
| * | | test: Move class inheritance samples into target.inheritance module | Takeshi KOMIYA | 2019-06-03 | 1 | -21/+20 | |
| | | | ||||||
| * | | test: Move testcases for autodoc events to test_ext_autodoc_events | Takeshi KOMIYA | 2019-06-03 | 1 | -68/+1 | |
| | | | ||||||
| * | | test: Move testcases for autodoc configurations to test_ext_autodoc_configs | Takeshi KOMIYA | 2019-06-03 | 1 | -375/+1 | |
| | | | ||||||
| * | | test: Update testcase for autodoc-process-docstring | Takeshi KOMIYA | 2019-06-03 | 1 | -22/+15 | |
| | | | ||||||
| * | | test: Update testcase for cut_lines() | Takeshi KOMIYA | 2019-06-03 | 1 | -10/+14 | |
| | | | ||||||
| * | | test: Update testcase for between() | Takeshi KOMIYA | 2019-06-03 | 1 | -23/+29 | |
| | | | ||||||
| * | | test: Move descriptor example to independent file | Takeshi KOMIYA | 2019-06-03 | 1 | -26/+23 | |
| | | | ||||||
| * | | Migrate to py3 style type annotation: sphinx.util | Takeshi KOMIYA | 2019-06-02 | 1 | -3/+4 | |
| |/ | ||||||
| * | Fix #1063: autodoc: automodule directive handles undocumented module level ↵ | Takeshi KOMIYA | 2019-06-01 | 1 | -0/+24 | |
| | | | | | | | | variables | |||||
| * | Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature | Takeshi KOMIYA | 2019-05-26 | 1 | -0/+52 | |
| | | ||||||
| * | Close #6325: autodoc: Support attributes in __slots__ | Takeshi KOMIYA | 2019-05-22 | 1 | -0/+40 | |
| | | ||||||
| * | Close #744: autodoc: Support abstractmethod | Takeshi KOMIYA | 2019-05-15 | 1 | -0/+49 | |
| | | ||||||
| * | Merge branch '2.0' into refactor_py_domain3 | Takeshi KOMIYA | 2019-05-12 | 1 | -1/+6 | |
| |\ | ||||||
| | * | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored | Takeshi KOMIYA | 2019-04-25 | 1 | -1/+6 | |
| | | | ||||||
| * | | autodoc: Add PropertyDocumenter to detect properties | Takeshi KOMIYA | 2019-05-12 | 1 | -10/+15 | |
| |/ | ||||||
| * | Close #4777: autodoc: Support coroutine | Takeshi KOMIYA | 2019-04-23 | 1 | -0/+10 | |
| | | ||||||
| * | Merge branch '2.0' into refactor_py_domain2 | Takeshi KOMIYA | 2019-04-23 | 1 | -0/+41 | |
| |\ | ||||||
| | * | Merge pull request #6289 from alsrgv/add_imported_members_directive | Takeshi KOMIYA | 2019-04-15 | 1 | -0/+11 | |
| | |\ | | | | | | | | | Add imported-members to the directive whitelist | |||||
| | | * | Address feedback | Alex Sergeev | 2019-04-13 | 1 | -0/+11 | |
| | | | | ||||||
| | * | | Address feedback | Alex Sergeev | 2019-04-13 | 1 | -1/+17 | |
| | | | | ||||||
| | * | | Add support for bound methods posing as functions in the module | Alex Sergeev | 2019-04-13 | 1 | -0/+14 | |
| | |/ | ||||||
| * | | autodoc: Use new options for py:method directive | Takeshi KOMIYA | 2019-04-13 | 1 | -18/+46 | |
| |/ | ||||||
* | | Merge branch 'master' into master | Brendt Wohlberg | 2019-02-28 | 1 | -98/+146 | |
|\ \ | |/ | ||||||
| * | refactor: test_autodoc | Takeshi KOMIYA | 2019-02-27 | 1 | -34/+39 | |
| | | ||||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+13 | |
| |\ | ||||||
| | * | Fix #6047: autodoc: ``autofunction`` emits a warning for method objects | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+13 | |
| | | | ||||||
| * | | Closes #1148: autodoc: Add autodecorator directive for decorators | Takeshi KOMIYA | 2019-02-15 | 1 | -0/+23 | |
| | | | ||||||
| * | | Merge branch 'master' into 5459_autodoc_default_options_accepts_True | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+7 | |
| |\ \ | ||||||
| | * | | Add testcase for mocked objects in autodoc | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+7 | |
| | | | | ||||||
| * | | | Closes #5459: autodoc: autodoc_default_options accepts True as a value | Takeshi KOMIYA | 2019-02-11 | 1 | -0/+6 | |
| |/ / | ||||||
| * | | 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. | |||||
| * | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 1 | -54/+54 | |
| | | | ||||||
| * | | Remove a hack for py2 from testcode | Takeshi KOMIYA | 2018-12-15 | 1 | -10/+4 | |
| | | | ||||||
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-22 | 1 | -0/+2 | |
| |\ \ | | |/ | ||||||
| | * | test: Filter warnings on testing | Takeshi KOMIYA | 2018-11-12 | 1 | -0/+2 | |
| | | | ||||||
* | | | Added test for correct nested class name when show-inheritance enabled | Brendt Wohlberg | 2018-12-02 | 1 | -0/+13 | |
|/ / | ||||||
* | | Deprecate and drop internal use of force_decode() | Jon Dufresne | 2018-11-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | In the Python 3 only code base, this function is no longer necessary. The type of values is well understood and deliberate. Code should avoid arbitrary mixing of bytes & str. By removing force_decode() calls from docstring values, can deprecate the now unused 'encoding' arguments to various autodoc methods. | |||||
* | | test: Replace call_autodoc() by do_autodoc() | Takeshi KOMIYA | 2018-11-11 | 1 | -12/+3 | |
| | | ||||||
* | | test: Move autodoc_missing_imports to test-ext-autodoc | Takeshi KOMIYA | 2018-10-17 | 1 | -7/+24 | |
| | | ||||||
* | | tests: Ensure 'member-only' `autodoc_default_options` is respected | Eric N. Vander Weele | 2018-10-14 | 1 | -0/+23 | |
| | | | | | | | | | | When specifying the 'member-only' option to `autodoc_default_options`, ensure it is respected. | |||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -34/+57 | |
|\ \ | ||||||
| * | | refactoring: Drop PY2 and PY3 flags | Takeshi KOMIYA | 2018-09-22 | 1 | -17/+6 | |
| | | | ||||||
| * | | test: Merge py35/test_autodoc_py35.py to test_autodoc.py | Takeshi KOMIYA | 2018-09-22 | 1 | -0/+18 | |
| | | | ||||||
| * | | Drop branches for sys.version_info < (3, 4) | Takeshi KOMIYA | 2018-09-22 | 1 | -2/+0 | |
| | | | ||||||
| * | | Merge branch '1.8' | Takeshi KOMIYA | 2018-09-20 | 1 | -15/+33 | |
| |\ \ | | |/ | ||||||
| | * | Merge branch '1.8' into 5431_warnings_for_callable | Takeshi KOMIYA | 2018-09-18 | 1 | -15/+20 | |
| | |\ |