summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel J. Smith <njs@pobox.com>2018-03-07 23:59:50 -0800
committerNathaniel J. Smith <njs@pobox.com>2018-03-08 00:02:42 -0800
commit967cfc996657ed522c9613edd5f2b874e1bb37cc (patch)
tree08f592d14efa700b0c2d4d6a69700d5bc134b5cf
parente3fe42f0473d41f97db5a40e3ddd067391df57f0 (diff)
downloadpython-numpy-967cfc996657ed522c9613edd5f2b874e1bb37cc.tar.gz
python-numpy-967cfc996657ed522c9613edd5f2b874e1bb37cc.tar.bz2
python-numpy-967cfc996657ed522c9613edd5f2b874e1bb37cc.zip
Assign numbers to all existing NEPs
-rw-r--r--doc/neps/index.rst43
-rw-r--r--doc/neps/nep-0001-npy-format.rst (renamed from doc/neps/npy-format.rst)0
-rw-r--r--doc/neps/nep-0002-warnfix.rst (renamed from doc/neps/warnfix.rst)0
-rw-r--r--doc/neps/nep-0003-math_config_clean.rst (renamed from doc/neps/math_config_clean.rst)0
-rw-r--r--doc/neps/nep-0004-datetime-proposal3.rst (renamed from doc/neps/datetime-proposal3.rst)0
-rw-r--r--doc/neps/nep-0005-generalized-ufuncs.rst (renamed from doc/neps/generalized-ufuncs.rst)0
-rw-r--r--doc/neps/nep-0006-newbugtracker.rst (renamed from doc/neps/newbugtracker.rst)0
-rw-r--r--doc/neps/nep-0007-datetime-proposal.rst (renamed from doc/neps/datetime-proposal.rst)0
-rw-r--r--doc/neps/nep-0008-groupby_additions.rst (renamed from doc/neps/groupby_additions.rst)0
-rw-r--r--doc/neps/nep-0009-structured_array_extensions.rst (renamed from doc/neps/structured_array_extensions.rst)0
-rw-r--r--doc/neps/nep-0010-new-iterator-ufunc.rst (renamed from doc/neps/new-iterator-ufunc.rst)0
-rw-r--r--doc/neps/nep-0011-deferred-ufunc-evaluation.rst (renamed from doc/neps/deferred-ufunc-evaluation.rst)0
-rw-r--r--doc/neps/nep-0012-missing-data.rst (renamed from doc/neps/missing-data.rst)0
-rw-r--r--doc/neps/nep-0013-ufunc-overrides.rst (renamed from doc/neps/ufunc-overrides.rst)0
-rw-r--r--doc/neps/nep-0014-dropping-python2.7-proposal.rst (renamed from doc/neps/dropping-python2.7-proposal.rst)0
15 files changed, 25 insertions, 18 deletions
diff --git a/doc/neps/index.rst b/doc/neps/index.rst
index e26190b1f..8a2df4078 100644
--- a/doc/neps/index.rst
+++ b/doc/neps/index.rst
@@ -6,8 +6,7 @@ NumPy Enhancement Proposals (NEPs) describe proposed changes to NumPy.
NEPs are modeled on Python Enhancement Proposals (PEPs), and are typically
written up when large changes to NumPy are proposed.
-This page provides an overview of all NEPs, making only a distinction between
-the ones that have been implemented and those that have not been implemented.
+This page provides an overview of all NEPs.
Meta-NEPs (NEPs about NEPs or Processes)
----------------------------------------
@@ -19,31 +18,39 @@ Meta-NEPs (NEPs about NEPs or Processes)
nep-template
+Accepted NEPs, implementation in progress
+-----------------------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ nep-0014-dropping-python2.7-proposal
+
+
Implemented NEPs
----------------
.. toctree::
:maxdepth: 1
- ufunc-overrides
- generalized-ufuncs
- new-iterator-ufunc
- npy-format
+ nep-0001-npy-format
+ nep-0005-generalized-ufuncs
+ nep-0007-datetime-proposal
+ nep-0010-new-iterator-ufunc
+ nep-0013-ufunc-overrides
-Other NEPs
-----------
+Defunct NEPs
+------------
.. toctree::
:maxdepth: 1
- missing-data
- math_config_clean
- groupby_additions
- warnfix
- newbugtracker
- deferred-ufunc-evaluation
- structured_array_extensions
- datetime-proposal
- datetime-proposal3
- dropping-python2.7-proposal
+ nep-0002-warnfix
+ nep-0003-math_config_clean
+ nep-0004-datetime-proposal3
+ nep-0006-newbugtracker
+ nep-0008-groupby_additions
+ nep-0009-structured_array_extensions
+ nep-0011-deferred-ufunc-evaluation
+ nep-0012-missing-data
diff --git a/doc/neps/npy-format.rst b/doc/neps/nep-0001-npy-format.rst
index 3f12e1bf1..3f12e1bf1 100644
--- a/doc/neps/npy-format.rst
+++ b/doc/neps/nep-0001-npy-format.rst
diff --git a/doc/neps/warnfix.rst b/doc/neps/nep-0002-warnfix.rst
index 4b0a2a56e..4b0a2a56e 100644
--- a/doc/neps/warnfix.rst
+++ b/doc/neps/nep-0002-warnfix.rst
diff --git a/doc/neps/math_config_clean.rst b/doc/neps/nep-0003-math_config_clean.rst
index 27c0adfa1..27c0adfa1 100644
--- a/doc/neps/math_config_clean.rst
+++ b/doc/neps/nep-0003-math_config_clean.rst
diff --git a/doc/neps/datetime-proposal3.rst b/doc/neps/nep-0004-datetime-proposal3.rst
index fcfb39e54..fcfb39e54 100644
--- a/doc/neps/datetime-proposal3.rst
+++ b/doc/neps/nep-0004-datetime-proposal3.rst
diff --git a/doc/neps/generalized-ufuncs.rst b/doc/neps/nep-0005-generalized-ufuncs.rst
index 98e436990..98e436990 100644
--- a/doc/neps/generalized-ufuncs.rst
+++ b/doc/neps/nep-0005-generalized-ufuncs.rst
diff --git a/doc/neps/newbugtracker.rst b/doc/neps/nep-0006-newbugtracker.rst
index 5af633552..5af633552 100644
--- a/doc/neps/newbugtracker.rst
+++ b/doc/neps/nep-0006-newbugtracker.rst
diff --git a/doc/neps/datetime-proposal.rst b/doc/neps/nep-0007-datetime-proposal.rst
index 76c361f4f..76c361f4f 100644
--- a/doc/neps/datetime-proposal.rst
+++ b/doc/neps/nep-0007-datetime-proposal.rst
diff --git a/doc/neps/groupby_additions.rst b/doc/neps/nep-0008-groupby_additions.rst
index a86bdd642..a86bdd642 100644
--- a/doc/neps/groupby_additions.rst
+++ b/doc/neps/nep-0008-groupby_additions.rst
diff --git a/doc/neps/structured_array_extensions.rst b/doc/neps/nep-0009-structured_array_extensions.rst
index a4248362c..a4248362c 100644
--- a/doc/neps/structured_array_extensions.rst
+++ b/doc/neps/nep-0009-structured_array_extensions.rst
diff --git a/doc/neps/new-iterator-ufunc.rst b/doc/neps/nep-0010-new-iterator-ufunc.rst
index 7a9e7627c..7a9e7627c 100644
--- a/doc/neps/new-iterator-ufunc.rst
+++ b/doc/neps/nep-0010-new-iterator-ufunc.rst
diff --git a/doc/neps/deferred-ufunc-evaluation.rst b/doc/neps/nep-0011-deferred-ufunc-evaluation.rst
index b00c0dd2d..b00c0dd2d 100644
--- a/doc/neps/deferred-ufunc-evaluation.rst
+++ b/doc/neps/nep-0011-deferred-ufunc-evaluation.rst
diff --git a/doc/neps/missing-data.rst b/doc/neps/nep-0012-missing-data.rst
index 00a6034f4..00a6034f4 100644
--- a/doc/neps/missing-data.rst
+++ b/doc/neps/nep-0012-missing-data.rst
diff --git a/doc/neps/ufunc-overrides.rst b/doc/neps/nep-0013-ufunc-overrides.rst
index 90869e1ac..90869e1ac 100644
--- a/doc/neps/ufunc-overrides.rst
+++ b/doc/neps/nep-0013-ufunc-overrides.rst
diff --git a/doc/neps/dropping-python2.7-proposal.rst b/doc/neps/nep-0014-dropping-python2.7-proposal.rst
index 3cfe50bd0..3cfe50bd0 100644
--- a/doc/neps/dropping-python2.7-proposal.rst
+++ b/doc/neps/nep-0014-dropping-python2.7-proposal.rst