diff options
-rw-r--r-- | numpy/doc/reference/basics.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/creation.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/howtofind.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/internals.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/io.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/methods_vs_functions.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/misc.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/performance.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/structured_arrays.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/ufuncs.py | 9 | ||||
-rw-r--r-- | numpy/doc/reference/zen.py | 9 |
11 files changed, 99 insertions, 0 deletions
diff --git a/numpy/doc/reference/basics.py b/numpy/doc/reference/basics.py new file mode 100644 index 000000000..6b86f6741 --- /dev/null +++ b/numpy/doc/reference/basics.py @@ -0,0 +1,9 @@ +""" + +============ +Array basics +============ + +Placeholder for array basics documentation. + +""" diff --git a/numpy/doc/reference/creation.py b/numpy/doc/reference/creation.py new file mode 100644 index 000000000..052cd86d7 --- /dev/null +++ b/numpy/doc/reference/creation.py @@ -0,0 +1,9 @@ +""" + +============== +Array creation +============== + +Placeholder for array creation documentation. + +""" diff --git a/numpy/doc/reference/howtofind.py b/numpy/doc/reference/howtofind.py new file mode 100644 index 000000000..29ad05318 --- /dev/null +++ b/numpy/doc/reference/howtofind.py @@ -0,0 +1,9 @@ +""" + +================= +How to Find Stuff +================= + +How to find things in NumPy. + +""" diff --git a/numpy/doc/reference/internals.py b/numpy/doc/reference/internals.py new file mode 100644 index 000000000..1e1a072cb --- /dev/null +++ b/numpy/doc/reference/internals.py @@ -0,0 +1,9 @@ +""" + +=============== +Array Internals +=============== + +Placeholder for Array Internals documentation. + +""" diff --git a/numpy/doc/reference/io.py b/numpy/doc/reference/io.py new file mode 100644 index 000000000..3cde40bd0 --- /dev/null +++ b/numpy/doc/reference/io.py @@ -0,0 +1,9 @@ +""" + +========= +Array I/O +========= + +Placeholder for array I/O documentation. + +""" diff --git a/numpy/doc/reference/methods_vs_functions.py b/numpy/doc/reference/methods_vs_functions.py new file mode 100644 index 000000000..22eadccf7 --- /dev/null +++ b/numpy/doc/reference/methods_vs_functions.py @@ -0,0 +1,9 @@ +""" + +===================== +Methods vs. Functions +===================== + +Placeholder for Methods vs. Functions documentation. + +""" diff --git a/numpy/doc/reference/misc.py b/numpy/doc/reference/misc.py new file mode 100644 index 000000000..e978100bf --- /dev/null +++ b/numpy/doc/reference/misc.py @@ -0,0 +1,9 @@ +""" + +============= +Miscellaneous +============= + +Placeholder for other tips. + +""" diff --git a/numpy/doc/reference/performance.py b/numpy/doc/reference/performance.py new file mode 100644 index 000000000..1429e232f --- /dev/null +++ b/numpy/doc/reference/performance.py @@ -0,0 +1,9 @@ +""" + +=========== +Performance +=========== + +Placeholder for Improving Performance documentation. + +""" diff --git a/numpy/doc/reference/structured_arrays.py b/numpy/doc/reference/structured_arrays.py new file mode 100644 index 000000000..708d2ea2c --- /dev/null +++ b/numpy/doc/reference/structured_arrays.py @@ -0,0 +1,9 @@ +""" + +================= +Structured Arrays +================= + +Placeholder for structured array documentation. + +""" 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. + +""" diff --git a/numpy/doc/reference/zen.py b/numpy/doc/reference/zen.py new file mode 100644 index 000000000..bf6873f68 --- /dev/null +++ b/numpy/doc/reference/zen.py @@ -0,0 +1,9 @@ +""" + +============ +Zen of NumPy +============ + +Placehold for Zen of NumPy documentation. + +""" |