We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8bb7b commit dc60b1dCopy full SHA for dc60b1d
tests/test_ext_napoleon_docstring.py
@@ -263,6 +263,19 @@ class GoogleDocstringTest(BaseDocstringTest):
263
:returns: Extended
264
description of return value
265
"""
266
+ ),
267
+ (
268
+ """
269
+ Single line summary
270
+
271
+ Returns:
272
+ Extended
273
+ """,
274
275
276
277
+ :returns: Extended
278
279
), (
280
281
Single line summary
@@ -1118,7 +1131,7 @@ def test_noindex(self):
1118
1131
.. method:: func(i, j)
1119
1132
:noindex:
1120
1133
1121
-
1134
1122
1135
description
1123
1136
""" # NOQA
1124
1137
config = Config()
0 commit comments