diff options
| author | mattip <matti.picus@gmail.com> | 2019-11-22 08:22:02 -0800 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2019-11-22 08:22:02 -0800 |
| commit | e0519fe66c832c08b07ad2a68037cac901fed4f7 (patch) | |
| tree | f330326a2320a8a27bbb00803149f5789a419bae /doc/source/reference/random/examples | |
| parent | e4f2e1144c4e78291139157aa5d91ed737869b34 (diff) | |
| download | numpy-e0519fe66c832c08b07ad2a68037cac901fed4f7.tar.gz | |
DOC: document the CFFI example
Diffstat (limited to 'doc/source/reference/random/examples')
| -rw-r--r-- | doc/source/reference/random/examples/cffi.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/random/examples/cffi.rst b/doc/source/reference/random/examples/cffi.rst new file mode 100644 index 000000000..04d52203b --- /dev/null +++ b/doc/source/reference/random/examples/cffi.rst @@ -0,0 +1,5 @@ +Extending via CFFI +------------------ + +.. literalinclude:: ../../../../../numpy/random/_examples/cffi/extending.py + :language: python |
