diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-11-12 10:03:30 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-11-12 10:05:57 -0700 |
commit | 87349f622c68ebd7500e4fb9c767bcf1682dc45d (patch) | |
tree | c3ac6a2e7b89bbdd032d45dbb3dc7bde339b4169 | |
parent | 2889bead9ec0ee7940604751c9450ae56ce86b84 (diff) | |
download | numpy-87349f622c68ebd7500e4fb9c767bcf1682dc45d.tar.gz |
DOC: Add NEP to drop Python2.7 to documentation.
[ci skip]
-rw-r--r-- | doc/source/neps/dropping-python2.7-proposal.rst | 1 | ||||
-rw-r--r-- | doc/source/neps/index.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/neps/dropping-python2.7-proposal.rst b/doc/source/neps/dropping-python2.7-proposal.rst new file mode 100644 index 000000000..c67a626be --- /dev/null +++ b/doc/source/neps/dropping-python2.7-proposal.rst @@ -0,0 +1 @@ +.. include:: ../../neps/dropping-python2.7-proposal.rst diff --git a/doc/source/neps/index.rst b/doc/source/neps/index.rst index de4cd64b6..d85f33606 100644 --- a/doc/source/neps/index.rst +++ b/doc/source/neps/index.rst @@ -35,3 +35,4 @@ Other NEPs structured_array_extensions datetime-proposal datetime-proposal3 + dropping-python2.7-proposal |