diff options
Diffstat (limited to 'doc/source/user/c-info.ufunc-tutorial.rst')
-rw-r--r-- | doc/source/user/c-info.ufunc-tutorial.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/user/c-info.ufunc-tutorial.rst b/doc/source/user/c-info.ufunc-tutorial.rst index cfba01c45..5818ff182 100644 --- a/doc/source/user/c-info.ufunc-tutorial.rst +++ b/doc/source/user/c-info.ufunc-tutorial.rst @@ -1057,6 +1057,7 @@ PyUFunc_FromFuncAndData Specification What follows is the full specification of PyUFunc_FromFuncAndData, which automatically generates a ufunc from a C function with the correct signature. +.. seealso:: :c:func:`PyUFunc_FromFuncAndDataAndSignature` .. c:function:: PyObject *PyUFunc_FromFuncAndData( \ PyUFuncGenericFunction* func, void** data, char* types, int ntypes, \ |