mirror of
https://github.com/python/cpython.git
synced 2024-12-03 23:06:43 +08:00
Work around a bug in Sphinx 0.6.x.
This commit is contained in:
parent
7955fb638a
commit
48a866c9ee
@ -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…
Reference in New Issue
Block a user