From: Georg Brandl Date: Wed, 6 Oct 2010 06:49:22 +0000 (+0000) Subject: Work around a bug in Sphinx 0.6.x. X-Git-Tag: v3.1.3rc1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48a866c9ee3bd36f0eebcb608befbb6146352789;p=python Work around a bug in Sphinx 0.6.x. --- diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index 3203031c86..a703fd6012 100644 --- a/Doc/c-api/buffer.rst +++ b/Doc/c-api/buffer.rst @@ -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