diff options
-rw-r--r-- | doc/source/dev/index.rst | 4 | ||||
-rw-r--r-- | doc/source/dev/style_guide.rst | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/doc/source/dev/index.rst b/doc/source/dev/index.rst index 020df0b2b..d2c162c9a 100644 --- a/doc/source/dev/index.rst +++ b/doc/source/dev/index.rst @@ -13,7 +13,7 @@ Contributing to NumPy development_environment development_workflow ../benchmarking - style_guide + NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html> releasing governance/index howto-docs @@ -296,7 +296,7 @@ The rest of the story development_environment development_workflow ../benchmarking - style_guide + NumPy C style guide <https://numpy.org/neps/nep-0045-c_style_guide.html> releasing governance/index howto-docs diff --git a/doc/source/dev/style_guide.rst b/doc/source/dev/style_guide.rst deleted file mode 100644 index bede3424d..000000000 --- a/doc/source/dev/style_guide.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. _style_guide: - -=================== -NumPy C Style Guide -=================== - -.. include:: ../../C_STYLE_GUIDE.rst.txt - :start-line: 4 |