File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 6161
6262 # It's :data:, not :class:, but we can't tell autodoc that.
6363 ["py:class" , r"types\.EllipsisType" ],
64+ # pytools
65+ # Got documented in Feb 2026, try removing?
66+ ["py:class" , "ToTagSetConvertible" ],
6467]
6568
6669
6770sphinxconfig_missing_reference_aliases = {
6871 # pymbolic
6972 "ArithmeticExpression" : "obj:pymbolic.ArithmeticExpression" ,
73+ # pytools
74+ "lp.TemporaryVariable" : "class:loopy.TemporaryVariable" ,
7075}
7176
7277
Original file line number Diff line number Diff line change 121121 A mapping from reduction inames to a tuple ``(lower_bound, upper_bound)``,
122122 considered half-open.
123123
124+ Cross-references
125+ ^^^^^^^^^^^^^^^^
126+
124127.. class:: SymbolicIndex
125128
126129 See :class:`pytato.codegen.SymbolicIndex`.
127130
131+ .. class:: Tag
132+
133+ See :class:`pytools.tag.Tag`.
134+
135+ .. class:: AxesT
136+
137+ See :class:`pytato.array.AxesT`.
138+
128139.. currentmodule:: isl
129140
130141.. class:: BasicSet
You can’t perform that action at this time.
0 commit comments