summaryrefslogtreecommitdiff
path: root/doc/usage/extensions
diff options
context:
space:
mode:
authorAbdur-Rahmaan Janhangeer <cryptolabour@gmail.com>2022-08-04 20:42:55 +0400
committerGitHub <noreply@github.com>2022-08-04 18:42:55 +0200
commit59056aa7816ebae81aa6842290aa7a6ece14d1bd (patch)
treeb2efb8aff23ed380e60c7e1f7da554eac8e216f5 /doc/usage/extensions
parentb2fe07e1a1c608acb18233222581897f78a00eaa (diff)
downloadsphinx-git-59056aa7816ebae81aa6842290aa7a6ece14d1bd.tar.gz
Remove extra line (#10749)
Co-authored-by: Jean-François B. <2589111+jfbu@users.noreply.github.com>
Diffstat (limited to 'doc/usage/extensions')
-rw-r--r--doc/usage/extensions/napoleon.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/usage/extensions/napoleon.rst b/doc/usage/extensions/napoleon.rst
index 59ecad890..079670a42 100644
--- a/doc/usage/extensions/napoleon.rst
+++ b/doc/usage/extensions/napoleon.rst
@@ -182,8 +182,6 @@ tends to use more horizontal space. Google style tends to be easier to
read for short and simple docstrings, whereas NumPy style tends be easier
to read for long and in-depth docstrings.
-The `Khan Academy`_ recommends using Google style.
-
The choice between styles is largely aesthetic, but the two styles should
not be mixed. Choose one style for your project and be consistent with it.