Skip to content

Commit

Permalink
Fix doc build: Add forwarding reference for cgen.Generable
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 12, 2025
1 parent 82634b7 commit ba4b10c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions loopy/target/c/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,18 @@


__doc__ = """
.. currentmodule loopy.target.c
.. autoclass:: POD
.. autoclass:: ScopingBlock
.. automodule:: loopy.target.c.codegen.expression
References
^^^^^^^^^^
.. class:: Generable
See :class:`cgen.Generable`.
"""


Expand Down

0 comments on commit ba4b10c

Please sign in to comment.