mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[Napoleon] fixes minor spacing issue in Napoleon docstrings
This commit is contained in:
parent
678630a59b
commit
bd10a66f5d
@ -67,6 +67,7 @@ class GoogleDocstring(UnicodeMixin):
|
|||||||
are True if the flag option of same name was given to the auto
|
are True if the flag option of same name was given to the auto
|
||||||
directive.
|
directive.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
>>> from sphinx.ext.napoleon import Config
|
>>> from sphinx.ext.napoleon import Config
|
||||||
@ -756,6 +757,7 @@ class NumpyDocstring(GoogleDocstring):
|
|||||||
are True if the flag option of same name was given to the auto
|
are True if the flag option of same name was given to the auto
|
||||||
directive.
|
directive.
|
||||||
|
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
>>> from sphinx.ext.napoleon import Config
|
>>> from sphinx.ext.napoleon import Config
|
||||||
|
Loading…
Reference in New Issue
Block a user