Commit 91424cb0 authored by Stefan Behnel's avatar Stefan Behnel

fix sphinx reference

parent a670d2ac
...@@ -194,7 +194,8 @@ good idea to instead receive a 1-dimensional memory view, e.g. ...@@ -194,7 +194,8 @@ good idea to instead receive a 1-dimensional memory view, e.g.
byte_slice = data[1:-1] byte_slice = data[1:-1]
... ...
Cython's memory views are described in more detail in :doc:`memoryviews`, Cython's memory views are described in more detail in
:doc:`../userguide/memoryviews`,
but the above example already shows most of the relevant functionality but the above example already shows most of the relevant functionality
for 1-dimensional byte views. They allow for efficient processing of for 1-dimensional byte views. They allow for efficient processing of
arrays and accept anything that can unpack itself into a byte buffer, arrays and accept anything that can unpack itself into a byte buffer,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment