Commit 566d99a2 authored by Robert Bradshaw's avatar Robert Bradshaw

Add stubs for pure and directives.

parent 6f24ed3e
Compiler Directives
===================
TODO. See http://wiki.cython.org/enhancements/compilerdirectives
\ No newline at end of file
...@@ -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
------------------ ------------------
......
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
......
Pure Python Mode
================
TODO: http://wiki.cython.org/pure
\ No newline at end of file
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