diff options
author | cookedm <cookedm@localhost> | 2006-07-06 16:57:20 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-07-06 16:57:20 +0000 |
commit | 6782a92fd1a7625ee48f6b2946a7d7149ab28a77 (patch) | |
tree | 177a92f0673655b58b247e663477af06ac1192b6 /numpy/add_newdocs.py | |
parent | 216f071ab060a6f08c22666aea33f7095f079d1e (diff) | |
download | numpy-6782a92fd1a7625ee48f6b2946a7d7149ab28a77.tar.gz |
Branch numpy.distutils to distutils-revamp
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py deleted file mode 100644 index 2e91bea7c..000000000 --- a/numpy/add_newdocs.py +++ /dev/null @@ -1,16 +0,0 @@ - -from lib import add_newdoc - -add_newdoc('numpy.core','dtype', - [('fields', "Fields of the data-typedescr if any."), - ('alignment', "Needed alignment for this data-type"), - ('byteorder', - "Little-endian (<), big-endian (>), native (=), or "\ - "not-applicable (|)"), - ('char', "Letter typecode for this descriptor"), - ('dtype', "Typeobject associated with this descriptor"), - ('kind', "Character giving type-family of this descriptor"), - ('itemsize', "Size of each item"), - ('num', "Internally-used number for builtin base") - ] - ) |