Commit f239e146 authored by Valentin Haenel's avatar Valentin Haenel Committed by Valentin Haenel

Fix code-example syntax in documentation

The trailing ``::`` mean that the string ``:file:`volume.pxd`::`` was being treated as the code example and therefore ``cdef float cube(float)`` was simply indented as regular font.
parent d292efbb
......@@ -158,7 +158,7 @@ Sharing C Functions
C functions defined at the top level of a module can be made available via
:keyword:`cimport` by putting headers for them in the ``.pxd`` file, for
example,::
example:
:file:`volume.pxd`::
......
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