Skip to content

Commit 68ffaec

Browse files
committed
Merge pull request numpy#5294 from larsmans/pyiter-doc
DOC: iterator: don't bother users with NumPy development details
2 parents 23f20aa + ff8a146 commit 68ffaec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/source/reference/c-api.iterator.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ preservation of memory layouts, and buffering of data with the wrong
1818
alignment or type, without requiring difficult coding.
1919

2020
This page documents the API for the iterator.
21-
The C-API naming convention chosen is based on the one in the numpy-refactor
22-
branch, so will integrate naturally into the refactored code base.
2321
The iterator is named ``NpyIter`` and functions are
2422
named ``NpyIter_*``.
2523

0 commit comments

Comments
 (0)