Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48a866c

Browse files
committed
Work around a bug in Sphinx 0.6.x.
1 parent 7955fb6 commit 48a866c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Doc/c-api/buffer.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,10 @@ Buffer-related functions
222222
contiguous buffer. If this is not given then shape will be *NULL*.
223223

224224
.. cmacro:: PyBUF_C_CONTIGUOUS
225-
PyBUF_F_CONTIGUOUS
226-
PyBUF_ANY_CONTIGUOUS
225+
226+
.. cmacro:: PyBUF_F_CONTIGUOUS
227+
228+
.. cmacro:: PyBUF_ANY_CONTIGUOUS
227229

228230
These flags indicate that the contiguity returned buffer must be
229231
respectively, C-contiguous (last dimension varies the fastest), Fortran

0 commit comments

Comments
 (0)