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