mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Work around a bug in Sphinx 0.6.x.
This commit is contained in:
parent
7955fb638a
commit
48a866c9ee
1 changed files with 4 additions and 2 deletions
|
@ -222,8 +222,10 @@ Buffer-related functions
|
|||
contiguous buffer. If this is not given then shape will be *NULL*.
|
||||
|
||||
.. cmacro:: PyBUF_C_CONTIGUOUS
|
||||
PyBUF_F_CONTIGUOUS
|
||||
PyBUF_ANY_CONTIGUOUS
|
||||
|
||||
.. cmacro:: PyBUF_F_CONTIGUOUS
|
||||
|
||||
.. cmacro:: PyBUF_ANY_CONTIGUOUS
|
||||
|
||||
These flags indicate that the contiguity returned buffer must be
|
||||
respectively, C-contiguous (last dimension varies the fastest), Fortran
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue