summaryrefslogtreecommitdiff
path: root/docs/src/tutorial/pure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/tutorial/pure.rst')
-rw-r--r--docs/src/tutorial/pure.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/tutorial/pure.rst b/docs/src/tutorial/pure.rst
index a536f2b31..417b7d1b2 100644
--- a/docs/src/tutorial/pure.rst
+++ b/docs/src/tutorial/pure.rst
@@ -29,6 +29,7 @@ In pure mode, you are more or less restricted to code that can be expressed
beyond that can only be done in .pyx files with extended language syntax,
because it depends on features of the Cython compiler.
+.. _augmenting_pxd:
Augmenting .pxd
---------------
@@ -249,6 +250,8 @@ releasing or acquiring the GIL. The condition must be constant (at compile time)
A common use case for conditionally acquiring and releasing the GIL are fused types
that allow different GIL handling depending on the specific type (see :ref:`gil_conditional`).
+.. py:module:: cython.cimports
+
cimports
^^^^^^^^