summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | Merge pull request #8014 from jakobandersen/utzig-named-variadic-argJakob Lykke Andersen2020-07-271-0/+4
|\ \ \ | |_|/ |/| |
| * | C, changelog and test for named variadic argsJakob Lykke Andersen2020-07-271-0/+4
* | | Merge pull request #7690 from keewis/transform_numpy_parameter_typesTakeshi KOMIYA2020-07-251-0/+191
|\ \ \
| * | | allow mapping to a long nameKeewis2020-07-211-1/+7
| * | | support pandas-style default spec by postprocessing tokensKeewis2020-07-211-0/+2
| * | | don't try to generate test cases in codeKeewis2020-07-161-100/+34
| * | | add type hints and location informationKeewis2020-07-161-5/+5
| * | | make sure singletons actually use :obj:Keewis2020-07-161-4/+4
| * | | add back the trailing whitespaceKeewis2020-07-161-1/+1
| * | | use the dedent function imported at module-levelKeewis2020-07-161-13/+12