diff options
-rw-r--r-- | doc/neps/nep-0045-c_style_guide.rst | 2 | ||||
-rw-r--r-- | doc/source/dev/index.rst | 4 |
2 files changed, 3 insertions, 3 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 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. |