diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 10:10:16 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 10:10:16 -0400 |
commit | 03ebc55f4319852a8f1501c6be82267728301c6e (patch) | |
tree | 79863ceb008328cc44bac210f33a47dcdc8d84cb /doc/neps | |
parent | 821a18e55916d0d40227c58ea75f589ea3d9f078 (diff) | |
download | numpy-03ebc55f4319852a8f1501c6be82267728301c6e.tar.gz |
DOC: Point Contributing page to new NEP 45
Moved the link for C style to NEP 45.
In NEP 45, replaced explicit link to PEP 7 with a :pep: link.
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0045-c_style_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0045-c_style_guide.rst b/doc/neps/nep-0045-c_style_guide.rst index 3c21e404f..fb898dfed 100644 --- a/doc/neps/nep-0045-c_style_guide.rst +++ b/doc/neps/nep-0045-c_style_guide.rst @@ -244,7 +244,7 @@ C functions, see the files in ``doc/cdoc/``. Related Work ------------ -Based on Van Rossum and Warsaw, `PEP 7 -- Style Guide for C Code <https://www.python.org/dev/peps/pep-0007>`_ +Based on Van Rossum and Warsaw, :pep:`7`_ Discussion |