Skip to content

Commit

Permalink
DOC: iterator: don't bother users with NumPy development details
Browse files Browse the repository at this point in the history
  • Loading branch information
larsmans committed Nov 19, 2014
1 parent 9bfd76e commit ff8a146
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/source/reference/c-api.iterator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_*``.

Expand Down

0 comments on commit ff8a146

Please sign in to comment.