summaryrefslogtreecommitdiff
path: root/cad/src/README-Pyrex
diff options
context:
space:
mode:
authorBruce Smith <bruce@nanorex.com>2007-09-04 20:54:47 +0000
committerBruce Smith <bruce@nanorex.com>2007-09-04 20:54:47 +0000
commit57ee66317172e429664bf11789dc19a53cf41bd1 (patch)
treeab634fa1cdc403df9e86512279fede304219cc2f /cad/src/README-Pyrex
parentd6b5ee3d7a8d38ea179adaac82240d84f516b461 (diff)
downloadnanoengineer-57ee66317172e429664bf11789dc19a53cf41bd1.tar.gz
nanoengineer-57ee66317172e429664bf11789dc19a53cf41bd1.zip
update docs for pyrex_test.pyx
Diffstat (limited to 'cad/src/README-Pyrex')
-rwxr-xr-xcad/src/README-Pyrex16
1 files changed, 14 insertions, 2 deletions
diff --git a/cad/src/README-Pyrex b/cad/src/README-Pyrex
index 17e06c554..eb56b9fe5 100755
--- a/cad/src/README-Pyrex
+++ b/cad/src/README-Pyrex
@@ -6,6 +6,10 @@ $Id$
Related source files:
+ pyrex_test.pyx
+ contains an example helper function written in Pyrex,
+ and (in docstring) link to wiki page about our use of Pyrex
+
extensions.py
calls the pyrex_test extension module, assuming that got compiled from
its .pyx source file into its .so (or .dll or .dylib?) dynamic library file;
@@ -20,8 +24,16 @@ Related source files:
Files produced by building Pyrex extensions:
- pyrex_test.* (produced when Pyrex compiles this file; suffixes vary by platform, on Mac they're .c and .so)
+ pyrex_test.* (produced when Pyrex compiles this file; suffixes vary by platform, on the Mac they're .c and .so)
- build/ (subdirectory) ###k name correct?
+ build/ (subdirectory)
+
+How to build:
+
+ in cad/src, "make pyx"
+
+How to test:
+
+ see docstring of extensions.py
#end