Commit 4db191ab authored by Hans Moritz Günther's avatar Hans Moritz Günther

Fix reference that was not in Sphinx format

parent 2147a027
...@@ -234,7 +234,7 @@ The array lookups are still slowed down by two factors: ...@@ -234,7 +234,7 @@ The array lookups are still slowed down by two factors:
Now bounds checking is not performed (and, as a side-effect, if you ''do'' Now bounds checking is not performed (and, as a side-effect, if you ''do''
happen to access out of bounds you will in the best case crash your program happen to access out of bounds you will in the best case crash your program
and in the worst case corrupt data). It is possible to switch bounds-checking and in the worst case corrupt data). It is possible to switch bounds-checking
mode in many ways, see [:reference/directives:compiler directives] for more mode in many ways, see :ref:`compiler-directives` for more
information. information.
Negative indices are dealt with by ensuring Cython that the indices will be Negative indices are dealt with by ensuring Cython that the indices will be
......
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