diff options
Diffstat (limited to 'doc/source/reference/random/examples/cython/extending.pyx')
-rw-r--r-- | doc/source/reference/random/examples/cython/extending.pyx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/reference/random/examples/cython/extending.pyx b/doc/source/reference/random/examples/cython/extending.pyx new file mode 100644 index 000000000..0cfbc146f --- /dev/null +++ b/doc/source/reference/random/examples/cython/extending.pyx @@ -0,0 +1,4 @@ +extending.pyx +------------- + +.. include:: ../../../../../../numpy/random/examples/extending.pyx |