From b98b1b34197a8c8d1fad13b6c84adc39263fe10d Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 25 Apr 2022 12:35:40 +0200 Subject: [PATCH] sphinx.ext.napoleon docs: fix Google style link --- doc/usage/extensions/napoleon.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/usage/extensions/napoleon.rst b/doc/usage/extensions/napoleon.rst index f372d641d..ad5af65c6 100644 --- a/doc/usage/extensions/napoleon.rst +++ b/doc/usage/extensions/napoleon.rst @@ -53,7 +53,7 @@ source code files. .. _Google Python Style Guide: https://google.github.io/styleguide/pyguide.html .. _Google: - https://google.github.io/styleguide/pyguide.html#Comments + https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings .. _NumPy: https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard .. _Khan Academy: @@ -298,7 +298,7 @@ sure that "sphinx.ext.napoleon" is enabled in `conf.py`:: napoleon_attr_annotations = True .. _Google style: - https://google.github.io/styleguide/pyguide.html + https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings .. _NumPy style: https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard