summaryrefslogtreecommitdiff
path: root/tests/test_ext_napoleon_docstring.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2021-01-241-0/+24
|\
| * Fix #8004: napoleon_preprocess_types for Google style docstringsTakeshi KOMIYA2021-01-231-0/+24
* | Merge branch '3.x'Takeshi KOMIYA2021-01-221-1/+18
|\ \ | |/
| * Close #8573: napoleon: Add more custom section stylesSolidifiedRay2021-01-181-1/+18
* | Close #5560: napoleon_use_param also affect "other parameters" sectionTakeshi KOMIYA2021-01-201-0/+9
|/
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Close #8236: napoleon: Support numpydoc's "Receives" sectionTakeshi KOMIYA2020-12-191-0/+70
* rebased on upstream/3.x; fixed CIQuentin Soubeyran2020-11-251-2/+2
* implemented feature in numpy style, factored common codeQuentin Soubeyran2020-11-251-14/+8
* refactored code and tests, prepared for numpy featureQuentin Soubeyran2020-11-251-6/+40
* sorted importsQuentin Soubeyran2020-11-251-1/+1
* moved python 3.6+ syntax test data to standalone fileQuentin Soubeyran2020-11-251-20/+12
* added napoleon_google_attr_annotations option to use PEP 526 on google styleQuentin Soubeyran2020-11-251-0/+36
* refactor: Fix flake8 violations under tests/ directoryTakeshi KOMIYA2020-11-151-2/+2
* Sort imports with isortFrançois Freitag2020-11-111-7/+3
* Merge pull request #8050 from keewis/preprocess-other-sectionsTakeshi KOMIYA2020-10-301-5/+83
|\
| * enable preprocessing in the testsKeewis2020-08-181-2/+3
| * Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-181-26/+75
| |\
| * \ Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-071-48/+82
| |\ \
| * | | make sure the roles are stripped from invalid names, tooKeewis2020-08-061-1/+19
| * | | Merge branch '3.x' into preprocess-other-sectionsKeewis2020-08-041-2/+36
| |\ \ \
| * | | | expect the normal raises and yields to be preprocessed, tooKeewis2020-08-041-4/+4
| * | | | move the GoogleDocstring test to the appropriate test classKeewis2020-08-041-16/+16
| * | | | move the return types and yield types tests to above the raises testKeewis2020-08-041-36/+45
| * | | | move the translations to a named variableKeewis2020-08-041-6/+5
| * | | | add test for the raises, yields and returns sectionsKeewis2020-08-041-1/+52
* | | | | Merge pull request #8051 from keewis/fix-see_alsoTakeshi KOMIYA2020-10-301-2/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | always use :obj: instead of searching the inventoryKeewis2020-08-071-28/+3
| * | | | translate the functions before attempting to find a matching roleKeewis2020-08-061-0/+32
| * | | | fix the tests by falling back to a empty dict on AttributeErrorKeewis2020-08-041-0/+22
| |/ / /
* | | | default to False and update the testsKeewis2020-08-121-29/+31
* | | | only preprocess if the preprocessor is enabledKeewis2020-08-101-0/+21
* | | | 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
| |/ /
* | | 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-041-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
| * | 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
| |/
* | Merge branch '3.x' into escape-combined-args-kwargsKeewis2020-07-251-5/+186
|\ \ | |/
| * allow mapping to a long nameKeewis2020-07-211-1/+7
| * support pandas-style default spec by postprocessing tokensKeewis2020-07-211-0/+2