diff options
| author | Eric Wieser <wieser.eric@gmail.com> | 2019-04-15 00:07:33 -0700 |
|---|---|---|
| committer | Eric Wieser <wieser.eric@gmail.com> | 2019-04-15 00:49:23 -0700 |
| commit | 271d2dd1c6c8c8d29fd90570b187e61743028501 (patch) | |
| tree | d6b5ad2c2a2610f08b8db61d0998012a687c953d /doc/source/reference | |
| parent | fb425b769bbe4ff4b5a28f58876871414cc8bb12 (diff) | |
| download | numpy-271d2dd1c6c8c8d29fd90570b187e61743028501.tar.gz | |
DOC: Add as_ctypes_type to the documentation
This is mentioned in the release notes, so probably should be discoverable.
Change those mentions to links.
Fix the docstring to not cause sphinx to emit warnings.
Diffstat (limited to 'doc/source/reference')
| -rw-r--r-- | doc/source/reference/routines.ctypeslib.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/reference/routines.ctypeslib.rst b/doc/source/reference/routines.ctypeslib.rst index 71b944a63..562638e9c 100644 --- a/doc/source/reference/routines.ctypeslib.rst +++ b/doc/source/reference/routines.ctypeslib.rst @@ -8,6 +8,7 @@ C-Types Foreign Function Interface (:mod:`numpy.ctypeslib`) .. autofunction:: as_array .. autofunction:: as_ctypes +.. autofunction:: as_ctypes_type .. autofunction:: ctypes_load_library .. autofunction:: load_library .. autofunction:: ndpointer |
