diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2021-04-05 11:41:45 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-05 11:41:45 -0600 |
| commit | a47ecdea856986cd60eabbd53265c2ca5916ad5d (patch) | |
| tree | 932c3df7d0b49ce675e39cead155dbf54a9433f8 /doc/source/reference | |
| parent | 7bb6a502ebaecd829e3c763e9f90220835e7b733 (diff) | |
| parent | a0dc48ff70fa4f8012c86d23b8de3200af3e5ae4 (diff) | |
| download | numpy-a47ecdea856986cd60eabbd53265c2ca5916ad5d.tar.gz | |
Merge pull request #18722 from tech-gian/main
DOC: deduplicate dtype basic types (2)
Diffstat (limited to 'doc/source/reference')
| -rw-r--r-- | doc/source/reference/arrays.scalars.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/reference/arrays.scalars.rst b/doc/source/reference/arrays.scalars.rst index 227d12d4d..6c9bcb504 100644 --- a/doc/source/reference/arrays.scalars.rst +++ b/doc/source/reference/arrays.scalars.rst @@ -318,6 +318,8 @@ elements the data type consists of.) convention more consistent with other Python modules such as the :mod:`struct` module. +.. _sized-aliases: + Sized aliases ~~~~~~~~~~~~~ |
