summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix #1063: autodoc: automodule directive handles undocumented module ...Takeshi KOMIYA2019-06-101-11/+2
* Merge branch '2.1.1' into 6436_napoleon_unknown_target_nameTakeshi KOMIYA2019-06-101-1/+1
|\
| * Fix #6455: napoleon: docstrings for properties are not processedTakeshi KOMIYA2019-06-081-1/+1
* | Fix #6436: napoleon: "Unknown target name" errorTakeshi KOMIYA2019-06-091-0/+3
|/
* Fix #6452: autosummary: crashed when generating document of propertiesTakeshi KOMIYA2019-06-071-1/+1
* Don't crash when autodocumenting classes with __slots__ = NoneAudrey Dutcher2019-06-051-1/+1
* Fix #1063: autodoc: automodule directive handles undocumented module level va...Takeshi KOMIYA2019-06-011-2/+11
* Merge pull request #6397 from tk0miya/6361_autodoc_typehintsTakeshi KOMIYA2019-06-011-0/+11
|\
| * Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signatureTakeshi KOMIYA2019-05-261-0/+11
* | Merge pull request #6412 from tk0miya/refactor_apidocTakeshi KOMIYA2019-05-311-2/+15
|\ \
| * | refactor apidoc: Add is_skipped_module()Takeshi KOMIYA2019-05-301-2/+15
* | | Fix autosummary should use new documentersTakeshi KOMIYA2019-05-301-2/+4
* | | Merge pull request #6396 from tk0miya/refactor_autosummaryTakeshi KOMIYA2019-05-271-31/+44
|\ \ \
| * | | refactor: Add AutosummaryRenderer; rendering utility for autosummaryTakeshi KOMIYA2019-05-261-31/+44
| | |/ | |/|
* | | Merge pull request #6395 from tk0miya/6350_autosummary_is_confused_by_default...Takeshi KOMIYA2019-05-271-4/+14
|\ \ \ | |/ / |/| |
| * | Fix #6350: autosummary is confused by an argument having namedtuple as a defa...Takeshi KOMIYA2019-05-251-0/+8
| * | Fix #6350: autosummary is confused by an argument having default string value...Takeshi KOMIYA2019-05-251-4/+6
| |/
* | Close #6325: autodoc: Support attributes in __slots__Takeshi KOMIYA2019-05-222-1/+59
|/
* Merge pull request #6365 from tk0miya/refactor_py_domainTakeshi KOMIYA2019-05-191-1/+6
|\
| * Close #744: autodoc: Support abstractmethodTakeshi KOMIYA2019-05-151-1/+6
* | Merge branch '2.0' into masterTakeshi KOMIYA2019-05-171-1/+1
|\ \
| * | autosectionlabel: add type for suppress_warningsGibson Fahnestock2019-05-151-1/+1
* | | Support coverage_ignore_pyobjects in the coverage builderAdrián Chaves2019-05-151-3/+14
|/ /
* | Merge pull request #6369 from tk0miya/refactor_apidoc_module_joinTakeshi KOMIYA2019-05-151-7/+16
|\ \
| * | refactor: apidoc: Replace makename() by module_join()Takeshi KOMIYA2019-05-151-7/+16
| |/
* | Do not emit warning for Documenter.format_args()Takeshi KOMIYA2019-05-151-3/+1
* | Fix FakeDirective emits warningsTakeshi KOMIYA2019-05-151-2/+5
|/
* Merge branch '2.0' into 6311_autosummary_confused_by_complex_typehints2Takeshi KOMIYA2019-05-134-18/+69
|\
| * refactor get_members() in autosummaryTakeshi KOMIYA2019-05-131-11/+6
| * Merge branch '2.0' into refactor_py_domain3Takeshi KOMIYA2019-05-123-9/+28
| |\
| | * Merge branch '2.0' into 6165_tab_widthTakeshi KOMIYA2019-05-121-70/+56
| | |\
| | * | Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignoredTakeshi KOMIYA2019-04-253-9/+28
| * | | autodoc: Add PropertyDocumenter to detect propertiesTakeshi KOMIYA2019-05-122-4/+41
| | |/ | |/|
* | | Fix #6311: autosummary: autosummary table gets confused by complex type hintsTakeshi KOMIYA2019-05-122-31/+43
|/ /
* | apidoc: Deprecate unused functionsTakeshi KOMIYA2019-05-041-0/+6
* | apidoc: Use a template for generating package fileTakeshi KOMIYA2019-05-041-53/+26
* | apidoc: Use a template for generating toc fileTakeshi KOMIYA2019-05-041-8/+10
* | apidoc: Use a template for generating module fileTakeshi KOMIYA2019-05-041-8/+13
|/
* Close #4777: autodoc: Support coroutineTakeshi KOMIYA2019-04-231-1/+11
* Merge branch '2.0' into refactor_py_domain2Takeshi KOMIYA2019-04-234-28/+49
|\
| * Merge pull request #6308 from tk0miya/imgmath_templateTakeshi KOMIYA2019-04-191-9/+31
| |\
| | * imgmath: Use template file for LaTeXTakeshi KOMIYA2019-04-161-9/+31
| * | Make EventManager portableTakeshi KOMIYA2019-04-162-4/+4
| |/
| * Merge pull request #6289 from alsrgv/add_imported_members_directiveTakeshi KOMIYA2019-04-151-1/+2
| |\
| | * Add imported-members to the directive whitelistAlex Sergeev2019-04-131-1/+2
| * | Merge pull request #6288 from alsrgv/autodoc_bound_methodTakeshi KOMIYA2019-04-141-1/+3
| |\ \
| | * | Address feedbackAlex Sergeev2019-04-131-0/+1
| | * | Add support for bound methods posing as functions in the moduleAlex Sergeev2019-04-131-1/+2
| | |/
| * | Add sphinx.util.inspect:isattributedescriptor()Takeshi KOMIYA2019-04-141-13/+9
| |/
* | autodoc: Use new options for py:method directiveTakeshi KOMIYA2019-04-131-8/+15
|/