index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_ext_napoleon_docstring.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #8050 from keewis/preprocess-other-sections
Takeshi KOMIYA
2020-10-30
1
-5
/
+83
|
\
|
*
enable preprocessing in the tests
Keewis
2020-08-18
1
-2
/
+3
|
*
Merge branch '3.x' into preprocess-other-sections
Keewis
2020-08-18
1
-26
/
+75
|
|
\
|
*
\
Merge branch '3.x' into preprocess-other-sections
Keewis
2020-08-07
1
-48
/
+82
|
|
\
\
|
*
|
|
make sure the roles are stripped from invalid names, too
Keewis
2020-08-06
1
-1
/
+19
|
*
|
|
Merge branch '3.x' into preprocess-other-sections
Keewis
2020-08-04
1
-2
/
+36
|
|
\
\
\
|
*
|
|
|
expect the normal raises and yields to be preprocessed, too
Keewis
2020-08-04
1
-4
/
+4
|
*
|
|
|
move the GoogleDocstring test to the appropriate test class
Keewis
2020-08-04
1
-16
/
+16
|
*
|
|
|
move the return types and yield types tests to above the raises test
Keewis
2020-08-04
1
-36
/
+45
|
*
|
|
|
move the translations to a named variable
Keewis
2020-08-04
1
-6
/
+5
|
*
|
|
|
add test for the raises, yields and returns sections
Keewis
2020-08-04
1
-1
/
+52
*
|
|
|
|
Merge pull request #8051 from keewis/fix-see_also
Takeshi KOMIYA
2020-10-30
1
-2
/
+31
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
always use :obj: instead of searching the inventory
Keewis
2020-08-07
1
-28
/
+3
|
*
|
|
|
translate the functions before attempting to find a matching role
Keewis
2020-08-06
1
-0
/
+32
|
*
|
|
|
fix the tests by falling back to a empty dict on AttributeError
Keewis
2020-08-04
1
-0
/
+22
|
|
/
/
/
*
|
|
|
default to False and update the tests
Keewis
2020-08-12
1
-29
/
+31
*
|
|
|
only preprocess if the preprocessor is enabled
Keewis
2020-08-10
1
-0
/
+21
*
|
|
|
Fix #7780: napoleon: multiple params declaration was wrongly recognized
Takeshi KOMIYA
2020-08-07
1
-0
/
+26
|
|
_
|
/
|
/
|
|
*
|
|
napoleon: Fix a broken test (refs: #8049)
Takeshi KOMIYA
2020-08-07
1
-1
/
+1
*
|
|
Merge pull request #8049 from keewis/type-preprocessing-without-use_param
Takeshi KOMIYA
2020-08-07
1
-48
/
+48
|
\
\
\
|
*
|
|
preprocess even with napoleon_use_param = False
Keewis
2020-08-04
1
-48
/
+48
|
|
/
/
*
|
|
remove the syntax checks from the escape method and update the tests
Keewis
2020-08-05
1
-22
/
+9
*
|
|
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-08-04
1
-18
/
+52
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
make sure strings are not split using other delimiters
Keewis
2020-08-04
1
-0
/
+2
|
*
|
check that a "default <obj>" notation works with xrefs
Keewis
2020-08-04
1
-0
/
+2
|
*
|
check that floats and complex numbers are detected as literals
Keewis
2020-08-01
1
-0
/
+2
|
*
|
use a regex to decide whether to postprocess a token starting with default
Keewis
2020-08-01
1
-0
/
+2
|
*
|
properly link ... to Ellipsis
Keewis
2020-07-31
1
-2
/
+6
|
*
|
add tests for referencing ellipsis objects
Keewis
2020-07-29
1
-2
/
+2
|
*
|
add more delimiters so describing mappings becomes possible
Keewis
2020-07-29
1
-0
/
+8
|
*
|
make the postprocessing a bit more robust and add tests
Keewis
2020-07-29
1
-0
/
+14
|
*
|
move the misplaced GoogleDocstring test to the appropriate test class
Keewis
2020-07-29
1
-16
/
+16
|
|
/
*
|
Merge branch '3.x' into escape-combined-args-kwargs
Keewis
2020-07-25
1
-5
/
+186
|
\
\
|
|
/
|
*
allow mapping to a long name
Keewis
2020-07-21
1
-1
/
+7
|
*
support pandas-style default spec by postprocessing tokens
Keewis
2020-07-21
1
-0
/
+2
|
*
don't try to generate test cases in code
Keewis
2020-07-16
1
-100
/
+34
|
*
add type hints and location information
Keewis
2020-07-16
1
-5
/
+5
|
*
make sure singletons actually use :obj:
Keewis
2020-07-16
1
-4
/
+4
|
*
add back the trailing whitespace
Keewis
2020-07-16
1
-1
/
+1
|
*
use the dedent function imported at module-level
Keewis
2020-07-16
1
-13
/
+12
|
*
rewrite the invalid token_type test to check the warnings
Keewis
2020-07-16
1
-16
/
+38
|
*
add back the trailing whitespace
Keewis
2020-07-16
1
-1
/
+1
|
*
also test invalid string tokens
Keewis
2020-07-16
1
-1
/
+5
|
*
also check type specs without actual types
Keewis
2020-07-16
1
-4
/
+3
|
*
reimplement the value set combination function using collections.deque
Keewis
2020-07-16
1
-23
/
+64
|
*
move the warnings to token_type
Keewis
2020-07-16
1
-7
/
+36
|
*
expect a warning instead of an error
Keewis
2020-07-16
1
-1
/
+1
|
*
update the integration test
Keewis
2020-07-16
1
-8
/
+15
|
*
test that braces and quotes in strings work
Keewis
2020-07-16
1
-0
/
+4
|
*
fix the expected parameters section to match the current status
Keewis
2020-07-16
1
-4
/
+4
[next]