freeze: in documentation, reference Demos/freeze
authorMark Lodato <lodatom@gmail.com>
Sun, 4 Oct 2009 22:25:32 +0000 (18:25 -0400)
committerMark Lodato <lodatom@gmail.com>
Sun, 4 Oct 2009 22:25:32 +0000 (18:25 -0400)
The files originally had README.rst in the top level and the examples in
the example directory, but now all are in Demos/freeze.

Demos/freeze/README.rst
bin/cython_freeze.py

index cc81722f5a8971258d28ce4a252d559983a759e9..33b530b30e24bbc510c2e91b3093b41698c5cafd 100644 (file)
@@ -31,7 +31,7 @@ modules, but it requires another C source file to be created.
 EXAMPLE
 =======
 
-In the example directory, there exist two Cython modules:
+In the Demos/freeze directory, there exist two Cython modules:
 
 cmath.pyx
     A module that interfaces with the -lm library.
index a8c9448f84a1d2ab7b1355c46455ee230c16a22d..f300462959a1812c7aeddfb5b83af404f3beecfa 100755 (executable)
@@ -3,7 +3,7 @@
 Create a C file for embedding one or more Cython source files.
 Requires Cython 0.11.2 (or perhaps newer).
 
-See README.rst for more details.
+See Demos/freeze/README.rst for more details.
 """
 
 import sys