diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-11-19 11:53:18 -0500 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-11-19 11:53:18 -0500 |
commit | 68ffaec50976461c32a98570821dd2d05d53c2fe (patch) | |
tree | 486c9ed2866905bc2b8301f33ae8b775209e4c02 | |
parent | 23f20aa96c5571767a9c07387f54843093517b57 (diff) | |
parent | ff8a1469fabbb91579a3da95fc6c1f750e6ee82a (diff) | |
download | numpy-68ffaec50976461c32a98570821dd2d05d53c2fe.tar.gz |
Merge pull request #5294 from larsmans/pyiter-doc
DOC: iterator: don't bother users with NumPy development details
-rw-r--r-- | doc/source/reference/c-api.iterator.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/source/reference/c-api.iterator.rst b/doc/source/reference/c-api.iterator.rst index 084fdcbce..e6a21c1b3 100644 --- a/doc/source/reference/c-api.iterator.rst +++ b/doc/source/reference/c-api.iterator.rst @@ -18,8 +18,6 @@ preservation of memory layouts, and buffering of data with the wrong alignment or type, without requiring difficult coding. This page documents the API for the iterator. -The C-API naming convention chosen is based on the one in the numpy-refactor -branch, so will integrate naturally into the refactored code base. The iterator is named ``NpyIter`` and functions are named ``NpyIter_*``. |