diff options
author | Lars Buitinck <larsmans@gmail.com> | 2014-11-19 16:47:38 +0100 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2014-11-19 16:47:38 +0100 |
commit | ff8a1469fabbb91579a3da95fc6c1f750e6ee82a (patch) | |
tree | f9196802707a21c86a7c4985fb98d574d7e48d96 /doc/source/reference/c-api.iterator.rst | |
parent | 9bfd76e1ce1adb9a36591eb0c9a4f6ef146d317d (diff) | |
download | numpy-ff8a1469fabbb91579a3da95fc6c1f750e6ee82a.tar.gz |
DOC: iterator: don't bother users with NumPy development details
Diffstat (limited to 'doc/source/reference/c-api.iterator.rst')
-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_*``. |