Add stubs for pure and directives.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 08:26:04 +0000 (00:26 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 12 Nov 2009 08:26:04 +0000 (00:26 -0800)
src/reference/directives.rst [new file with mode: 0644]
src/reference/index.rst
src/tutorial/index.rst
src/tutorial/pure.rst [new file with mode: 0644]

diff --git a/src/reference/directives.rst b/src/reference/directives.rst
new file mode 100644 (file)
index 0000000..33ad093
--- /dev/null
@@ -0,0 +1,4 @@
+Compiler Directives
+===================
+
+TODO. See http://wiki.cython.org/enhancements/compilerdirectives
\ No newline at end of file
index 628e7ee724deb11a8ff8a64d02f9a5632ae5ae75..2cd290ae5e1e10c00001dba061439100bf1fd6ca 100644 (file)
@@ -16,6 +16,7 @@ Contents:
    interfacing_with_other_code
    special_mention
    limitations
+   directives
 
 Indices and tables
 ------------------
index a516011546931fb4c4b8f22f2af4bfa43ab695b7..d7972a602d748f1ec8a53c21b1124bc4c373d098 100644 (file)
@@ -1,8 +1,6 @@
 Tutorials
 =========
 
-Contents:
-
 .. toctree::
    :maxdepth: 2
 
@@ -14,6 +12,7 @@ Contents:
    profiling_tutorial
    numpy
    strings
+   pure
    readings
    related_work
    appendix
diff --git a/src/tutorial/pure.rst b/src/tutorial/pure.rst
new file mode 100644 (file)
index 0000000..f07e4de
--- /dev/null
@@ -0,0 +1,4 @@
+Pure Python Mode
+================
+
+TODO: http://wiki.cython.org/pure
\ No newline at end of file