diff options
author | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2020-07-11 11:47:08 -0700 |
---|---|---|
committer | Matthias Bussonnier <bussonniermatthias@gmail.com> | 2020-07-11 11:47:54 -0700 |
commit | c092cd1122c09e25eb8fc463d0d5b557a64878ac (patch) | |
tree | 831e3a24c5bec2c909165de3971f632ce2266e7e /doc/neps | |
parent | 4a54bc458b93adbea75cb3ba05978ab327ff1552 (diff) | |
download | numpy-c092cd1122c09e25eb8fc463d0d5b557a64878ac.tar.gz |
BUG, MAINT: Remove overzealous automatic RST link
When adding links to all the NEPs, one non-rst file was taken in the
crossfire.
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0016-benchmark.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/neps/nep-0016-benchmark.py b/doc/neps/nep-0016-benchmark.py index af6059114..ec8e44726 100644 --- a/doc/neps/nep-0016-benchmark.py +++ b/doc/neps/nep-0016-benchmark.py @@ -1,5 +1,3 @@ -.. _NEP16: - import perf import abc import numpy as np |