diff --git a/loopy/target/c/__init__.py b/loopy/target/c/__init__.py index a4990b5c61558ab8ff090a6023327f1c44287ff0..06cc208edec93e99512936f5e64875f806df9919 100644 --- a/loopy/target/c/__init__.py +++ b/loopy/target/c/__init__.py @@ -72,13 +72,18 @@ if TYPE_CHECKING: __doc__ = """ -.. currentmodule loopy.target.c - .. autoclass:: POD .. autoclass:: ScopingBlock .. automodule:: loopy.target.c.codegen.expression + +References +^^^^^^^^^^ + +.. class:: Generable + + See :class:`cgen.Generable`. """