Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Fix #6936: sphinx-autogen: raises AttributeError | Takeshi KOMIYA | 2019-12-22 | 1 | -0/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch '2.0' | Takeshi KOMIYA | 2019-11-30 | 1 | -4/+24 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | autosummary: Allows to document a member forcedly if skip-member handler ↵ | Takeshi KOMIYA | 2019-11-16 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | returns False | |||||
| * | | | | | | Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating ↵ | Takeshi KOMIYA | 2019-11-16 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | stub file | |||||
* | | | | | | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | Fix #247: autosummary: Add autosummary_generate_option to overwrite old stub ↵ | Takeshi KOMIYA | 2019-07-07 | 1 | -13/+20 | |
|/ / / / / | | | | | | | | | | | | | | | | file | |||||
* | | | | | Migrate to py3 style type annotation: sphinx.ext.autosummary.generate | Takeshi KOMIYA | 2019-07-04 | 1 | -41/+28 | |
| | | | | | ||||||
* | | | | | Suppress deprecation warning for autosummary | Takeshi KOMIYA | 2019-06-19 | 1 | -6/+8 | |
| | | | | | ||||||
* | | | | | refactor: Separate generate_autosummary_content() from ↵ | Takeshi KOMIYA | 2019-06-18 | 1 | -61/+70 | |
| | | | | | | | | | | | | | | | | | | | | generate_autosummary_docs() | |||||
* | | | | | autosummary: deprecate info and warn arguments for generate_autosummary_docs() | Takeshi KOMIYA | 2019-06-10 | 1 | -3/+22 | |
| | | | | | ||||||
* | | | | | Fix #6452: autosummary: crashed when generating document of properties | Takeshi KOMIYA | 2019-06-07 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix autosummary should use new documenters | Takeshi KOMIYA | 2019-05-30 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | refactor: Add AutosummaryRenderer; rendering utility for autosummary | Takeshi KOMIYA | 2019-05-26 | 1 | -31/+44 | |
| |_|/ |/| | | ||||||
* | | | refactor get_members() in autosummary | Takeshi KOMIYA | 2019-05-13 | 1 | -11/+6 | |
| | | | ||||||
* | | | autodoc: Add PropertyDocumenter to detect properties | Takeshi KOMIYA | 2019-05-12 | 1 | -4/+9 | |
| |/ |/| | ||||||
* | | Clean up import for annotations | Takeshi KOMIYA | 2019-03-06 | 1 | -2/+0 | |
|/ | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-12-18 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is empty | Takeshi KOMIYA | 2018-12-17 | 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. | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -16/+15 | |
| | | ||||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 | |
| | | ||||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -4/+3 | |
| | | ||||||
* | | Simplify open() call by removing default mode | Jon Dufresne | 2018-12-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | The open() function opens files in read-only text mode by default. Drop the mode argument to be slightly simpler and more idiomatic. https://docs.python.org/3/library/functions.html#open > The default mode is 'r' (open for reading text, synonym of 'rt'). | |||||
* | | Fix annotations for extensions | Takeshi KOMIYA | 2018-12-01 | 1 | -3/+2 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-10-16 | 1 | -7/+7 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-10-16 | 1 | -7/+7 | |
| | | ||||||
* | | Merge branch 'master' into HEAD | Takeshi KOMIYA | 2018-09-22 | 1 | -3/+2 | |
|\ \ | ||||||
| * | | Prefer builtin open() over io.open() and codecs.open() | Jon Dufresne | 2018-09-11 | 1 | -3/+2 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | | In Python3, the functions io.open() is an alias of the builtin open() and codecs.open() is functionally equivalent. To reduce indirection, number of imports, and number of patterns, always prefer the builtin. https://docs.python.org/3/library/io.html#high-level-module-interface > io.open() > > This is an alias for the builtin open() function. | |||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 | |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | Fix #2401: autodoc: ``:members:`` causes ``:special-members:`` not to be shown | Takeshi KOMIYA | 2018-09-03 | 1 | -2/+3 | |
| | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-07-17 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2018-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-07-15 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix mypy violations | Takeshi KOMIYA | 2018-07-15 | 1 | -1/+1 | |
| | | ||||||
* | | expose inherited_members to autosummary template | Kenichi Maehashi | 2018-06-01 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Make sphinx-* commands translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -13/+14 | |
| | | ||||||
* | | Supports i18n console output | Takeshi KOMIYA | 2018-02-25 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-02-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #4531: autosummary: methods are not treated as attributes | Takeshi KOMIYA | 2018-02-03 | 1 | -1/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2018-02-04 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #4247 from jorisvandenbossche/autosummary-attributes | Takeshi KOMIYA | 2018-01-30 | 1 | -6/+4 | |
|\ | | | | | BUG: autosummary to list all class members |