Commit 48a866c9 authored by Georg Brandl's avatar Georg Brandl

Work around a bug in Sphinx 0.6.x.

parent 7955fb63
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment