Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
cython
Commits
0a0fff6b
Commit
0a0fff6b
authored
Jun 03, 2014
by
Thomas Kluyver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix crossref to compiler directives section
parent
d1d7d48d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docs/src/reference/compilation.rst
docs/src/reference/compilation.rst
+2
-0
docs/src/userguide/numpy_tutorial.rst
docs/src/userguide/numpy_tutorial.rst
+1
-1
No files found.
docs/src/reference/compilation.rst
View file @
0a0fff6b
...
...
@@ -266,6 +266,8 @@ running session. Please check `Sage documentation
You can tailor the behavior of the Cython compiler by specifying the
directives below.
.. _compiler-directives:
Compiler directives
====================
...
...
docs/src/userguide/numpy_tutorial.rst
View file @
0a0fff6b
...
...
@@ -385,7 +385,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''
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
mode in many ways, see
[:docs/compilerdirectives:compiler directives]
for more
mode in many ways, see
:ref:`compiler-directives`
for more
information.
Negative indices are dealt with by ensuring Cython that the indices will be
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment