From 7952364cb2aaacdd04fec9b6af666491d65fc7ac Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sun, 4 Oct 2009 18:25:32 -0400 Subject: [PATCH] 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. --- Demos/freeze/README.rst | 2 +- bin/cython_freeze.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos/freeze/README.rst b/Demos/freeze/README.rst index cc81722f..33b530b3 100644 --- a/Demos/freeze/README.rst +++ b/Demos/freeze/README.rst @@ -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. diff --git a/bin/cython_freeze.py b/bin/cython_freeze.py index a8c9448f..f3004629 100755 --- a/bin/cython_freeze.py +++ b/bin/cython_freeze.py @@ -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 -- 2.26.2