mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #10388 from soxofaan/patch-1
sphinx.ext.napoleon docs: fix Google style link
This commit is contained in:
commit
538fdb23bb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user