summaryrefslogtreecommitdiff
path: root/sphinx/ext/autosummary
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA2019-05-121-2/+2
| |\ \ \ \
| | * | | | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-251-2/+2
| * | | | | autodoc: Add PropertyDocumenter to detect propertiesTakeshi KOMIYA2019-05-121-4/+9
| |/ / / /
* | | | | Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA2019-05-121-2/+7
|/ / / /
* | | | Merge pull request #6212 from tsanikgr/feature/autosummary_imported_membersTakeshi KOMIYA2019-04-041-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | #5877: Allow setting imported_members for autosummary in conf.pytsanikgr2019-03-271-1/+3
* | | | Merge branch '2.0'Takeshi KOMIYA2019-03-071-2/+0
|\ \ \ \ | |/ / /
| * | | Clean up import for annotationsTakeshi KOMIYA2019-03-061-2/+0
| | |/ | |/|
* | | refactor: Move implementation of mock to sphinx.ext.autodoc.mockTakeshi KOMIYA2019-02-271-1/+2
* | | Replace :autolink: roles by class based implementationTakeshi KOMIYA2019-02-271-2/+31
|/ /
* | Closes #5636: autosummary: Add autosummary_mock_imports to mock external libr...Takeshi KOMIYA2019-02-111-6/+11
|/
* Make info messages more translatableTakeshi KOMIYA2019-01-091-5/+5
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-7/+5
* Merge pull request #5873 from tk0miya/fix_typehints_for_autosummaryTakeshi KOMIYA2019-01-021-3/+3
|\
| * Update annotations for autosummaryTakeshi KOMIYA2019-01-021-3/+3
* | Merge branch '1.8'Takeshi KOMIYA2019-01-022-2/+2
|\ \ | |/ |/|
| * A happy new year!Takeshi KOMIYA2019-01-022-2/+2
* | Replace use of six.text_type with strJon Dufresne2018-12-181-3/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-12-181-1/+1
|\ \ | |/
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-171-1/+1
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-162-2/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-152-36/+34
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-4/+3
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Refactor Autosummary directive by DocumenterBridgeTakeshi KOMIYA2018-12-101-12/+36
* | Fix annotationsTakeshi KOMIYA2018-12-081-1/+1
* | Update type annotationsTakeshi KOMIYA2018-12-081-3/+2
* | Use StringList for params to docutils because of expectedTakeshi KOMIYA2018-12-031-4/+4
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-4/+3
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-2/+2
* | Fix annotations for extensionsTakeshi KOMIYA2018-12-012-21/+28
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-4/+4
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-242-0/+2
* | Replace six.string_types with native strJon Dufresne2018-11-211-3/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-10-162-9/+9
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-162-9/+9
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-3/+2
|\ \
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/ /
* | Merge branch '1.8'Takeshi KOMIYA2018-09-091-2/+3
|\ \ | |/
| * Merge branch '1.8' into 2401_members_conflicts_with_special_membersTakeshi KOMIYA2018-09-051-2/+8
| |\
| * | Fix #2401: autodoc: ``:members:`` causes ``:special-members:`` not to be shownTakeshi KOMIYA2018-09-031-2/+3
* | | Merge branch '1.8'Takeshi KOMIYA2018-09-051-2/+8
|\ \ \ | | |/ | |/|
| * | Fix #4379: toctree shows confusible warning when document is excludedTakeshi KOMIYA2018-09-021-2/+8
| |/
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-14/+2
|/
* Merge branch '1.7'Takeshi KOMIYA2018-07-172-15/+26
|\