Skip to content

Commit f932141

Browse files
committed
Fix doc errors
1 parent 61976e3 commit f932141

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

arraycontext/impl/pytato/utils.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1111
1212
.. autofunction:: tabulate_profiling_data
13+
14+
References
15+
^^^^^^^^^^
16+
17+
.. autoclass:: ArrayOrNamesTc
18+
19+
A constrained type variable binding to either
20+
:class:`pytato.Array` or :class:`pytato.AbstractResultWithNames`.
1321
"""
1422

1523

arraycontext/loopy.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
"""
22
.. currentmodule:: arraycontext
33
.. autofunction:: make_loopy_program
4+
5+
References
6+
----------
7+
8+
.. class:: InstructionBase
9+
10+
See :class:`loopy.InstructionBase`.
11+
12+
.. class:: SubstitutionRule
13+
14+
See :class:`loopy.SubstitutionRule`.
15+
16+
.. class:: ValueArg
17+
18+
See :class:`loopy.ValueArg`.
19+
20+
.. class:: ArrayArg
21+
22+
See :class:`loopy.ArrayArg`.
23+
24+
.. class:: TemporaryVariable
25+
26+
See :class:`loopy.TemporaryVariable`.
27+
28+
.. class:: EllipsisType
29+
30+
See :data:`types.EllipsisType`.
431
"""
532
from __future__ import annotations
633

0 commit comments

Comments
 (0)