diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-08-28 18:38:39 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-08-28 18:44:16 -0500 |
commit | 2104059250be3a8a434404692154151d82e569c0 (patch) | |
tree | 482fe482a18766d6cad4bcc9bde971ae37f3d47f /doc | |
parent | 97f9fcb599fec377f35be647afdc2d5c2c6ba1f9 (diff) | |
download | numpy-2104059250be3a8a434404692154151d82e569c0.tar.gz |
DOC: Document ``dtype.metadata``
This adds some basic documentation to the ``dtype.metadata``
attribute. Note that none of the documentation mentions metadata
including https://numpy.org/devdocs/reference/arrays.dtypes.html
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/reference/arrays.dtypes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.dtypes.rst b/doc/source/reference/arrays.dtypes.rst index c7703764f..575984707 100644 --- a/doc/source/reference/arrays.dtypes.rst +++ b/doc/source/reference/arrays.dtypes.rst @@ -537,6 +537,13 @@ Attributes providing additional information: dtype.alignment dtype.base +Metadata attached by the user: + +.. autosummary:: + :toctree: generated/ + + dtype.metadata + Methods ------- |