summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2008-07-10 17:43:25 +0000
committerStefan van der Walt <stefan@sun.ac.za>2008-07-10 17:43:25 +0000
commit9a27253a10f8c1f9775b688eb65e41d227fa84e4 (patch)
treec138132382c582350bbc8034fc6a1219a86a524e
parent33ffa7b85e97fd289785e4bd6345e69fb87bdd16 (diff)
downloadnumpy-9a27253a10f8c1f9775b688eb65e41d227fa84e4.tar.gz
Add stubs for reference documentation.
-rw-r--r--numpy/doc/reference/basics.py9
-rw-r--r--numpy/doc/reference/creation.py9
-rw-r--r--numpy/doc/reference/howtofind.py9
-rw-r--r--numpy/doc/reference/internals.py9
-rw-r--r--numpy/doc/reference/io.py9
-rw-r--r--numpy/doc/reference/methods_vs_functions.py9
-rw-r--r--numpy/doc/reference/misc.py9
-rw-r--r--numpy/doc/reference/performance.py9
-rw-r--r--numpy/doc/reference/structured_arrays.py9
-rw-r--r--numpy/doc/reference/ufuncs.py9
-rw-r--r--numpy/doc/reference/zen.py9
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.
+
+"""