diff options
Diffstat (limited to 'doc/source/reference/random/examples/cython/index.rst')
-rw-r--r-- | doc/source/reference/random/examples/cython/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/reference/random/examples/cython/index.rst b/doc/source/reference/random/examples/cython/index.rst new file mode 100644 index 000000000..9c5da9559 --- /dev/null +++ b/doc/source/reference/random/examples/cython/index.rst @@ -0,0 +1,9 @@ + +Extending `numpy.random` via Cython +----------------------------------- + + +.. toctree:: + setup.py.rst + extending.pyx + extending_distributions.pyx |