diff options
| author | Ben Nathanson <github@bigriver.xyz> | 2020-10-09 15:27:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-09 12:27:34 -0700 |
| commit | 84a4fcb5af5f9c056e82893223944820af35df18 (patch) | |
| tree | 8e310d9987df9efb5ff9df97e39d6a963568640e /doc/source/dev | |
| parent | 328135c3a355baed063a1ccbb224c9dc1b71a464 (diff) | |
| download | numpy-84a4fcb5af5f9c056e82893223944820af35df18.tar.gz | |
DOC: Fix empty 'C style guide' page (#17503)
Add external link to NEP45 in tocs of dev/index
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Diffstat (limited to 'doc/source/dev')
| -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 |
