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/source/dev | |
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/source/dev')
-rw-r--r-- | doc/source/dev/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index 5270bfb77..6f04e0bc0 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -189,7 +189,7 @@ Stylistic Guidelines import numpy as np -* For C code, see the :ref:`numpy-c-style-guide<style_guide>` +* For C code, see `NEP 45 <https://numpy.org/neps/nep-0045-c_style_guide.html>`_. Test coverage @@ -256,7 +256,7 @@ From the ``doc/`` directory: git submodule update --init The documentation includes mathematical formulae with LaTeX formatting. -A working LaTeX document production system +A working LaTeX document production system (e.g. `texlive <https://www.tug.org/texlive/>`__) is required for the proper rendering of the LaTeX math in the documentation. |