144144 :show-inheritance:
145145.. autoclass:: RuleArgument
146146 :show-inheritance:
147+ .. autoclass:: LinearSubscript
148+ :show-inheritance:
147149.. autoclass:: ResolvedFunction
148150 :show-inheritance:
149151
@@ -663,8 +665,8 @@ class Literal(LoopyExpressionBase):
663665 .. note::
664666
665667 Only used in the output of
666- :mod:` loopy.target.c.codegen.expression.ExpressionToCExpressionMapper` (and
667- similar mappers). Not for use in Loopy source representation.
668+ :class:`~ loopy.target.c.codegen.expression.ExpressionToCExpressionMapper`
669+ (and similar mappers). Not for use in Loopy source representation.
668670
669671 .. autoattribute:: s
670672 """
@@ -679,8 +681,8 @@ class ArrayLiteral(LoopyExpressionBase):
679681 .. note::
680682
681683 Only used in the output of
682- :mod:` loopy.target.c.codegen.expression.ExpressionToCExpressionMapper` (and
683- similar mappers). Not for use in Loopy source representation.
684+ :class:`~ loopy.target.c.codegen.expression.ExpressionToCExpressionMapper`
685+ (and similar mappers). Not for use in Loopy source representation.
684686
685687 .. autoattribute:: children
686688 """
@@ -700,8 +702,8 @@ class GroupHardwareAxisIndex(HardwareAxisIndex):
700702 .. note::
701703
702704 Only used in the output of
703- :mod:` loopy.target.c.expression.ExpressionToCExpressionMapper` (and
704- similar mappers). Not for use in Loopy source representation.
705+ :class:`~ loopy.target.c.codegen. expression.ExpressionToCExpressionMapper`
706+ (and similar mappers). Not for use in Loopy source representation.
705707
706708 .. autoattribute:: axis
707709 """
@@ -716,8 +718,8 @@ class LocalHardwareAxisIndex(HardwareAxisIndex):
716718 .. note::
717719
718720 Only used in the output of
719- :mod:` loopy.target.c.expression.ExpressionToCExpressionMapper` (and
720- similar mappers). Not for use in Loopy source representation.
721+ :class:`~ loopy.target.c.codegen. expression.ExpressionToCExpressionMapper`
722+ (and similar mappers). Not for use in Loopy source representation.
721723
722724 .. autoattribute:: axis
723725 """
0 commit comments