diff options
author | Sayantika Banik <sayantikabanik122@gmail.com> | 2021-09-08 15:06:16 +0000 |
---|---|---|
committer | Sayantika Banik <sayantikabanik122@gmail.com> | 2021-09-08 15:06:16 +0000 |
commit | e11a6eb3758b988f0db46e97bfa4fcdb1d4fc779 (patch) | |
tree | 0ba4cf8e968ffc3e56a8451549978ba2a47def52 | |
parent | d8a5affb3db32851862a6b67c99a8a3e67ae9109 (diff) | |
download | numpy-e11a6eb3758b988f0db46e97bfa4fcdb1d4fc779.tar.gz |
Required changes made for the sentence case implementation
-rw-r--r-- | doc/neps/nep-0005-generalized-ufuncs.rst | 2 | ||||
-rw-r--r-- | doc/neps/nep-0006-newbugtracker.rst | 2 | ||||
-rw-r--r-- | doc/neps/nep-0030-duck-array-protocol.rst | 2 | ||||
-rw-r--r-- | doc/neps/roadmap.rst | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/neps/nep-0005-generalized-ufuncs.rst b/doc/neps/nep-0005-generalized-ufuncs.rst index 4e0f201ff..43459a555 100644 --- a/doc/neps/nep-0005-generalized-ufuncs.rst +++ b/doc/neps/nep-0005-generalized-ufuncs.rst @@ -1,7 +1,7 @@ .. _NEP05: ======================================= -NEP 5 — Generalized universal functions +NEP 5 — Generalized Universal Functions ======================================= :Status: Final diff --git a/doc/neps/nep-0006-newbugtracker.rst b/doc/neps/nep-0006-newbugtracker.rst index da6a00fe7..cb13f7882 100644 --- a/doc/neps/nep-0006-newbugtracker.rst +++ b/doc/neps/nep-0006-newbugtracker.rst @@ -1,7 +1,7 @@ .. _NEP06: =================================================== -NEP 6 — Replacing trac with a different bug tracker +NEP 6 — Replacing Trac with a different bug tracker =================================================== :Author: David Cournapeau, Stefan van der Walt diff --git a/doc/neps/nep-0030-duck-array-protocol.rst b/doc/neps/nep-0030-duck-array-protocol.rst index 1a764b867..1e12b546a 100644 --- a/doc/neps/nep-0030-duck-array-protocol.rst +++ b/doc/neps/nep-0030-duck-array-protocol.rst @@ -8,7 +8,7 @@ NEP 30 — Duck typing for NumPy arrays - Implementation :Author: Stephan Hoyer <shoyer@google.com> :Status: Draft :Type: Standards Track -:Created: +:Created: 2019-07-31 :Updated: 2019-07-31 :Resolution: diff --git a/doc/neps/roadmap.rst b/doc/neps/roadmap.rst index 6a9761b05..7e5d1a03b 100644 --- a/doc/neps/roadmap.rst +++ b/doc/neps/roadmap.rst @@ -1,5 +1,5 @@ ============= -NumPy roadmap +NumPy Roadmap ============= This is a live snapshot of tasks and features we will be investing resources |