From bd10a66f5d02f85ae96aec7cf3c695c9ab38b56f Mon Sep 17 00:00:00 2001 From: Rob Ruana Date: Sat, 6 Aug 2016 14:37:17 -0400 Subject: [PATCH] [Napoleon] fixes minor spacing issue in Napoleon docstrings --- sphinx/ext/napoleon/docstring.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx/ext/napoleon/docstring.py b/sphinx/ext/napoleon/docstring.py index f306b4ddc..e526a11ae 100644 --- a/sphinx/ext/napoleon/docstring.py +++ b/sphinx/ext/napoleon/docstring.py @@ -67,6 +67,7 @@ class GoogleDocstring(UnicodeMixin): are True if the flag option of same name was given to the auto directive. + Example ------- >>> 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 directive. + Example ------- >>> from sphinx.ext.napoleon import Config