From ff8a1469fabbb91579a3da95fc6c1f750e6ee82a Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Wed, 19 Nov 2014 16:47:38 +0100 Subject: DOC: iterator: don't bother users with NumPy development details --- doc/source/reference/c-api.iterator.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/source/reference/c-api.iterator.rst') 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_*``. -- cgit v1.2.1