Skip to content

Commit b415cc4

Browse files
committed
Fix doc build
1 parent 2fff24d commit b415cc4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,17 @@
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

6770
sphinxconfig_missing_reference_aliases = {
6871
# pymbolic
6972
"ArithmeticExpression": "obj:pymbolic.ArithmeticExpression",
73+
# pytools
74+
"lp.TemporaryVariable": "class:loopy.TemporaryVariable",
7075
}
7176

7277

pytato/target/loopy/codegen.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,21 @@
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

0 commit comments

Comments
 (0)