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