summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.4.x' into 7183_attr_ref_over_intersphinxTakeshi KOMIYA2020-02-223-1/+37
|\
| * Fix #7189: autodoc: classmethod coroutines are not detectedTakeshi KOMIYA2020-02-223-1/+37
* | Fix #7183: intersphinx: ``:attr:`` reference to property is brokenTakeshi KOMIYA2020-02-222-0/+7
|/
* Merge pull request #7152 from gpotter2/elipsispatchTakeshi KOMIYA2020-02-162-0/+44
|\
| * refactor: Support suppressed type_comment (refs: #7152)Takeshi KOMIYA2020-02-161-1/+1
| * Fix #7146gpotter22020-02-142-0/+44
* | Fix #7156: autodoc: separator for keyword only arguments is not shownTakeshi KOMIYA2020-02-162-5/+18
|/
* Merge branch '2.3.2' into 2.0Takeshi KOMIYA2020-02-093-2/+378
|\
| * C++, hax because of Windows path separatorsJakob Lykke Andersen2020-01-201-1/+1
| * C++, test role target checks and fix two casesJakob Lykke Andersen2020-01-203-2/+378
* | Merge pull request #7102 from tk0miya/7095_dirhtml_broken_docrefTakeshi KOMIYA2020-02-097-0/+77
|\ \
| * | Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:Takeshi KOMIYA2020-02-077-0/+77
* | | Merge pull request #7099 from tk0miya/6581_latex_reversed_toctreeTakeshi KOMIYA2020-02-082-4/+19
|\ \ \ | |/ / |/| |
| * | Fix #6581: :reversed: for toctree does not effect to LaTeX buildTakeshi KOMIYA2020-02-062-4/+19
* | | Merge branch '2.0' into 6785_attr_can_refer_propsTakeshi KOMIYA2020-02-065-32/+92
|\ \ \ | |/ /
| * | autodoc: Support type_comment styled type annotation for variablesTakeshi KOMIYA2020-02-033-9/+40
| * | autodoc: Show type annotation for instance variablesTakeshi KOMIYA2020-02-031-0/+4
| * | pycode: Support type annotations for variablesTakeshi KOMIYA2020-02-031-0/+3
| * | autodoc: Support type annotations for variablesTakeshi KOMIYA2020-02-031-23/+25
| * | py domain: Support type annotations for variablesTakeshi KOMIYA2020-02-011-2/+20
| * | Merge pull request #7066 from tk0miya/6899_apidoc_private_membersTakeshi KOMIYA2020-01-301-1/+3
| |\ \
| | * | Fix #6899: apidoc: private members are not shown even if --private givenTakeshi KOMIYA2020-01-301-1/+3
* | | | Merge branch '2.0' into 6785_attr_can_refer_propsTakeshi KOMIYA2020-01-304-0/+88
|\ \ \ \ | |/ / /
| * | | Merge branch '2.0' into 6418_autodoc_typehints_descriptionTakeshi KOMIYA2020-01-302-0/+68
| |\ \ \ | | |/ /
| | * | Add testcase for instance variables without defaultsTakeshi KOMIYA2020-01-262-1/+19
| | * | Close #7051: autodoc: Support instance variables without defaults (PEP-526)Takeshi KOMIYA2020-01-252-0/+50
| * | | Add a new extension: sphinx.ext.autodoc.typehintsTakeshi KOMIYA2020-01-252-0/+20
| |/ /
* | | Fix #6785: py domain: :py:attr: is able to refer properties againTakeshi KOMIYA2020-01-252-11/+35
|/ /
* | Merge branch '2.0' into 7023_partial_listed_as_module_membersTakeshi KOMIYA2020-01-192-4/+33
|\ \
| * \ Merge pull request #7031 from tk0miya/7023_nested_partial_functions_not_listedTakeshi KOMIYA2020-01-193-6/+25
| |\ \
| * | | Add testcase a partialmethod not having docstring (refs: #7023)Takeshi KOMIYA2020-01-172-4/+33
* | | | Fix #7023: autodoc: partial functions are listed as module membersTakeshi KOMIYA2020-01-192-0/+12
| |/ / |/| |
* | | Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-173-6/+25
|/ /
* | Close #2755: autodoc: Support type_comment style annotationTakeshi KOMIYA2020-01-132-0/+39
* | Add sphinx.pycode.ast.parse() and unparse()Takeshi KOMIYA2020-01-131-0/+40
* | Merge branch '2.0' into refactor_SphinxTranslator2Takeshi KOMIYA2020-01-114-92/+110
|\ \
| * | autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-112-0/+20
| * | Merge pull request #7002 from tk0miya/refactor_Signature2Takeshi KOMIYA2020-01-112-92/+87
| |\ \
| | * | refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-092-92/+87
| * | | Fix #6999: napoleon: fails to parse tilde in :exc: roleTakeshi KOMIYA2020-01-091-0/+3
| |/ /
* | | SphinxTranslator calls visitor/departure method for super node classTakeshi KOMIYA2020-01-101-1/+34
|/ /
* | Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-051-0/+98
* | Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA2020-01-021-1/+18
* | Fix #6559: Wrong node-ids are generated in glossary directiveTakeshi KOMIYA2020-01-021-0/+10
* | A happy new year!Takeshi KOMIYA2020-01-0183-83/+83
* | Merge pull request #6967 from tk0miya/6966_graphviz_classTakeshi KOMIYA2019-12-292-3/+5
|\ \
| * | Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA2019-12-272-3/+5
* | | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-5/+1
|/ /
* | Merge pull request #6907 from kpnr/patch-2Takeshi KOMIYA2019-12-272-2/+27
|\ \
| * | Old get_module_source API restored, new version moved to ModuleAnalyzer class...hkm2019-12-252-1/+12