Commit 7952364c authored by Mark Lodato's avatar Mark Lodato

freeze: in documentation, reference Demos/freeze

The files originally had README.rst in the top level and the examples in
the example directory, but now all are in Demos/freeze.
parent 20de226f
...@@ -31,7 +31,7 @@ modules, but it requires another C source file to be created. ...@@ -31,7 +31,7 @@ modules, but it requires another C source file to be created.
EXAMPLE EXAMPLE
======= =======
In the example directory, there exist two Cython modules: In the Demos/freeze directory, there exist two Cython modules:
cmath.pyx cmath.pyx
A module that interfaces with the -lm library. A module that interfaces with the -lm library.
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Create a C file for embedding one or more Cython source files. Create a C file for embedding one or more Cython source files.
Requires Cython 0.11.2 (or perhaps newer). Requires Cython 0.11.2 (or perhaps newer).
See README.rst for more details. See Demos/freeze/README.rst for more details.
""" """
import sys import sys
......
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