diff options
author | mattip <matti.picus@gmail.com> | 2020-08-13 07:59:33 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-08-14 09:19:09 +0300 |
commit | 444ad18dffeaa759c94a4f1f7293f9e05e1f3ffe (patch) | |
tree | 9ed831173c39c9f79027b4d47a1280a09f88a499 /doc/neps | |
parent | 19a8a63ea4194b17a42d21f4d263a13092b26566 (diff) | |
download | numpy-444ad18dffeaa759c94a4f1f7293f9e05e1f3ffe.tar.gz |
DOC, NEP: use new theme in NEPs too
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/content.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/neps/content.rst b/doc/neps/content.rst new file mode 100644 index 000000000..a877720f6 --- /dev/null +++ b/doc/neps/content.rst @@ -0,0 +1,21 @@ +===================================== +Roadmap & NumPy Enhancement Proposals +===================================== + +This page provides an overview of development priorities for NumPy. +Specifically, it contains a roadmap with a higher-level overview, as +well as NumPy Enhancement Proposals (NEPs)—suggested changes +to the library—in various stages of discussion or completion (see `NEP +0 <nep-0000>`__). + +Roadmap +------- +.. toctree:: + :maxdepth: 1 + + Index <index> + The Scope of NumPy <scope> + Current roadmap <roadmap> + Wish list <https://github.com/numpy/numpy/issues?q=is%3Aopen+is%3Aissue+label%3A%2223+-+Wish+List%22> + + |