Work around a bug in Sphinx 0.6.x.

This commit is contained in:
Georg Brandl 2010-10-06 06:49:22 +00:00
parent 7955fb638a
commit 48a866c9ee

View File

@ -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