diff options
Diffstat (limited to 'numpy/doc/reference/ufuncs.py')
-rw-r--r-- | numpy/doc/reference/ufuncs.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/doc/reference/ufuncs.py b/numpy/doc/reference/ufuncs.py new file mode 100644 index 000000000..a7f349aa9 --- /dev/null +++ b/numpy/doc/reference/ufuncs.py @@ -0,0 +1,9 @@ +""" + +=================== +Universal Functions +=================== + +Placeholder for ufunc documentation. + +""" |