diff options
author | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2019-02-27 09:14:04 -0500 |
---|---|---|
committer | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2019-02-27 09:32:16 -0500 |
commit | 194927d5aa993f6b68248b24d374a29d26a261dd (patch) | |
tree | 170bab747d26524c52499ebb0d45bdc48d39a0a9 /doc | |
parent | 269d9855216e7c66708b1e2c6f5da7e5f39c70c1 (diff) | |
download | numpy-194927d5aa993f6b68248b24d374a29d26a261dd.tar.gz |
DOC: Added maximum_sctype to documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/routines.dtype.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/reference/routines.dtype.rst b/doc/source/reference/routines.dtype.rst index ec8d2981d..e9189ca07 100644 --- a/doc/source/reference/routines.dtype.rst +++ b/doc/source/reference/routines.dtype.rst @@ -17,11 +17,9 @@ Data type routines Creating data types ------------------- - .. autosummary:: :toctree: generated/ - dtype format_parser @@ -53,3 +51,4 @@ Miscellaneous typename sctype2char mintypecode + maximum_sctype |