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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
566d99a2
Commit
566d99a2
authored
Nov 12, 2009
by
Robert Bradshaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stubs for pure and directives.
parent
6f24ed3e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
2 deletions
+10
-2
src/reference/directives.rst
src/reference/directives.rst
+4
-0
src/reference/index.rst
src/reference/index.rst
+1
-0
src/tutorial/index.rst
src/tutorial/index.rst
+1
-2
src/tutorial/pure.rst
src/tutorial/pure.rst
+4
-0
No files found.
src/reference/directives.rst
0 → 100644
View file @
566d99a2
Compiler Directives
===================
TODO. See http://wiki.cython.org/enhancements/compilerdirectives
\ No newline at end of file
src/reference/index.rst
View file @
566d99a2
...
@@ -16,6 +16,7 @@ Contents:
...
@@ -16,6 +16,7 @@ Contents:
interfacing_with_other_code
interfacing_with_other_code
special_mention
special_mention
limitations
limitations
directives
Indices and tables
Indices and tables
------------------
------------------
...
...
src/tutorial/index.rst
View file @
566d99a2
Tutorials
Tutorials
=========
=========
Contents:
.. toctree::
.. toctree::
:maxdepth: 2
:maxdepth: 2
...
@@ -14,6 +12,7 @@ Contents:
...
@@ -14,6 +12,7 @@ Contents:
profiling_tutorial
profiling_tutorial
numpy
numpy
strings
strings
pure
readings
readings
related_work
related_work
appendix
appendix
...
...
src/tutorial/pure.rst
0 → 100644
View file @
566d99a2
Pure Python Mode
================
TODO: http://wiki.cython.org/pure
\ No newline at end of file
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