diff options
author | Chiara Marmo <cmarmo@users.noreply.github.com> | 2021-12-01 01:46:31 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 12:46:31 +0100 |
commit | 4194a94f08763599014e92713be8a63446cd76d4 (patch) | |
tree | 73a9f30d3d9cd21d9677e53c747f2e01f916b3ab /doc/source/reference/c-api | |
parent | 0bd7f2df20154370544925aacf7b1439d121cc53 (diff) | |
download | numpy-4194a94f08763599014e92713be8a63446cd76d4.tar.gz |
DOC: Fix some target not found Sphinx warnings. (#20140)
Diffstat (limited to 'doc/source/reference/c-api')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst index 605a4ae71..1ea47b498 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -286,6 +286,11 @@ PyArrayDescr_Type and PyArray_Descr array like behavior. Each bit in this member is a flag which are named as: + .. c:member:: int alignment + + Non-NULL if this type is an array (C-contiguous) of some other type + + .. dedented to allow internal linking, pending a refactoring |