Merge pull request #10388 from soxofaan/patch-1

sphinx.ext.napoleon docs: fix Google style link
This commit is contained in:
Takeshi KOMIYA 2022-05-03 01:53:58 +09:00 committed by GitHub
commit 538fdb23bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ source code files.
.. _Google Python Style Guide: .. _Google Python Style Guide:
https://google.github.io/styleguide/pyguide.html https://google.github.io/styleguide/pyguide.html
.. _Google: .. _Google:
https://google.github.io/styleguide/pyguide.html#Comments https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
.. _NumPy: .. _NumPy:
https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard
.. _Khan Academy: .. _Khan Academy:
@ -298,7 +298,7 @@ sure that "sphinx.ext.napoleon" is enabled in `conf.py`::
napoleon_attr_annotations = True napoleon_attr_annotations = True
.. _Google style: .. _Google style:
https://google.github.io/styleguide/pyguide.html https://google.github.io/styleguide/pyguide.html#38-comments-and-docstrings
.. _NumPy style: .. _NumPy style:
https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard