From 03ebc55f4319852a8f1501c6be82267728301c6e Mon Sep 17 00:00:00 2001 From: Ben Nathanson Date: Thu, 4 Jun 2020 10:10:16 -0400 Subject: 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. --- doc/source/dev/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/dev') 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` +* For C code, see `NEP 45 `_. 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 `__) is required for the proper rendering of the LaTeX math in the documentation. -- cgit v1.2.1