8000 DOC: iterator: don't bother users with NumPy development details · pitrou/numpy@ff8a146 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff8a146

Browse files
committed
DOC: iterator: don't bother users with NumPy development details
1 parent 9bfd76e commit ff8a146

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)
0