summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Fix #8103: autodoc: cached_property is not considered as a propertyTakeshi KOMIYA2020-08-132-0/+27
| * | | | | | | Fix #8190: autodoc: parse error for docstring w/o ending blank linesTakeshi KOMIYA2020-09-121-1/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'v3.2.1' into 3.xTakeshi KOMIYA2020-08-142-0/+30
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '3.2.x' into 3.xTakeshi KOMIYA2020-08-143-37/+60
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #8058 from nijel/single-domainTakeshi KOMIYA2020-08-141-0/+18
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | i18n: Add support for having single text domainMichal Čihař2020-08-071-0/+18
* | | | | | | | | C, fix links to function parametersJakob Lykke Andersen2020-10-132-0/+39
* | | | | | | | | C++, properly reject functions as duplicatesJakob Lykke Andersen2020-10-031-0/+15
* | | | | | | | | C, fix names in get_objects()Jakob Lykke Andersen2020-09-141-7/+11
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Fix our test failed with pygments-2.7.0Takeshi KOMIYA2020-09-131-1/+7
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch '3.2.x' into 8099_NameError_for_TYPE_CHECKINGTakeshi KOMIYA2020-08-142-8/+8
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | C and C++, parsing function attributesJakob Lykke Andersen2020-08-132-8/+7
| * | | | | | C++, fix template template parameter parsingJakob Lykke Andersen2020-08-131-0/+1
* | | | | | | Fix #8099: autodoc: NameError is raised when script uses TYPE_CHECKINGTakeshi KOMIYA2020-08-132-0/+30
|/ / / / / /
* | | | | | default to False and update the testsKeewis2020-08-121-29/+31
* | | | | | only preprocess if the preprocessor is enabledKeewis2020-08-101-0/+21
|/ / / / /
* | | | | Fix #8041: autodoc: An ivar on super class is not shown unexpectedlyTakeshi KOMIYA2020-08-082-7/+43
* | | | | Fix #7780: napoleon: multiple params declaration was wrongly recognizedTakeshi KOMIYA2020-08-071-0/+26
| |_|_|/ |/| | |
* | | | napoleon: Fix a broken test (refs: #8049)Takeshi KOMIYA2020-08-071-1/+1
* | | | Merge pull request #8049 from keewis/type-preprocessing-without-use_paramTakeshi KOMIYA2020-08-071-48/+48
|\ \ \ \ | |/ / / |/| | |
| * | | preprocess even with napoleon_use_param = FalseKeewis2020-08-041-48/+48
| |/ /
* | | Merge pull request #7799 from keewis/escape-combined-args-kwargsTakeshi KOMIYA2020-08-061-0/+34
|\ \ \
| * | | remove the syntax checks from the escape method and update the testsKeewis2020-08-051-22/+9
| * | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-08-0413-38/+162
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-07-2543-103/+674
| |\ \ \
| * | | | add tests to make sure the warning is raisedKeewis2020-07-131-0/+45
| * | | | add a test for combined args and kwargsKeewis2020-06-081-0/+17
* | | | | Merge pull request #8025 from tk0miya/6698_no-trim-flagsTakeshi KOMIYA2020-08-062-1/+32
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Close #6698: doctest: Add :no-trim-doctest-flags: optionsTakeshi KOMIYA2020-08-052-1/+32
| | |_|/ | |/| |
* | | | Merge pull request #8021 from keewis/fix-type-preprocessorTakeshi KOMIYA2020-08-051-18/+52
|\ \ \ \ | |/ / / |/| | |
| * | | make sure strings are not split using other delimitersKeewis2020-08-041-0/+2
| * | | check that a "default <obj>" notation works with xrefsKeewis2020-08-041-0/+2
| * | | check that floats and complex numbers are detected as literalsKeewis2020-08-011-0/+2
| * | | use a regex to decide whether to postprocess a token starting with defaultKeewis2020-08-011-0/+2
| * | | Merge branch '3.x' into fix-type-preprocessorKeewis2020-08-011-0/+14
| |\ \ \
| * | | | properly link ... to EllipsisKeewis2020-07-311-2/+6
| * | | | add tests for referencing ellipsis objectsKeewis2020-07-291-2/+2
| * | | | add more delimiters so describing mappings becomes possibleKeewis2020-07-291-0/+8
| * | | | make the postprocessing a bit more robust and add testsKeewis2020-07-291-0/+14
| * | | | move the misplaced GoogleDocstring test to the appropriate test classKeewis2020-07-291-16/+16
* | | | | refactor: test: Rename target.enum to target.enumsTakeshi KOMIYA2020-08-033-16/+16
* | | | | Merge pull request #8035 from tk0miya/8034_argument_for_private-membersTakeshi KOMIYA2020-08-031-0/+21
|\ \ \ \ \
| * | | | | Close #8034: autodoc: :private-member: can take an list of member namesTakeshi KOMIYA2020-08-021-0/+21
| | |/ / / | |/| | |
* | | | | Fix #8032: autodoc: A typehint for inherited ivars is not shownTakeshi KOMIYA2020-08-022-0/+18
* | | | | Merge pull request #8028 from tk0miya/8011_ivar_for_autosummaryTakeshi KOMIYA2020-08-023-4/+13
|\ \ \ \ \
| * | | | | Close #8011: autosummary: Support instance attributesTakeshi KOMIYA2020-08-013-4/+13
| |/ / / /
* | | | | Merge pull request #8037 from jakobandersen/cpp_template_nontypeJakob Lykke Andersen2020-08-021-0/+11
|\ \ \ \ \
| * | | | | C++, fix non-type template parameter parsingJakob Lykke Andersen2020-08-021-0/+11
| |/ / / /
* | | | | Close #7768: i18n: figure_language_filename supports {docpath} tokenTakeshi KOMIYA2020-08-021-0/+13
|/ / / /
* | | | Fix #8008: py domain: failed to parse a type annotation containing ellipsisTakeshi KOMIYA2020-07-301-0/+14
|/ / /