diff options
author | Stephan Hoyer <shoyer@google.com> | 2018-07-01 14:31:35 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2018-07-01 14:31:35 -0700 |
commit | 067cb067cb17a20422e51da908920a4fbb3ab851 (patch) | |
tree | 4b255406f8282639492035abb5cd3d84edb7f4be /doc/neps/nep-0018-array-function-protocol.rst | |
parent | e8dca047fbc23f0ed97af01ba791d5589fd0925e (diff) | |
download | numpy-067cb067cb17a20422e51da908920a4fbb3ab851.tar.gz |
DOC: include NEP number on each NEP page
Diffstat (limited to 'doc/neps/nep-0018-array-function-protocol.rst')
-rw-r--r-- | doc/neps/nep-0018-array-function-protocol.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/neps/nep-0018-array-function-protocol.rst b/doc/neps/nep-0018-array-function-protocol.rst index 58a2833e6..3e23a2e28 100644 --- a/doc/neps/nep-0018-array-function-protocol.rst +++ b/doc/neps/nep-0018-array-function-protocol.rst @@ -1,6 +1,6 @@ -=========================================================== -A dispatch mechanism for NumPy's high level array functions -=========================================================== +==================================================================== +NEP 18 — A dispatch mechanism for NumPy's high level array functions +==================================================================== :Author: Stephan Hoyer <shoyer@google.com> :Author: Matthew Rocklin <mrocklin@gmail.com> |