Skip to content

Commit d8e8683

Browse files
committed
Document arith container aliases
1 parent 0e12edf commit d8e8683

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

arraycontext/context.py

+14-2
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,25 @@
101101
102102
.. autodata:: ArrayOrContainerT
103103
104-
A type variable with a lower bound of :class:`ArrayOrContainer`.
104+
A type variable with a bound of :class:`ArrayOrContainer`.
105+
106+
.. autodata:: ArrayOrArithContainer
107+
108+
.. autodata:: ArrayOrArithContainerT
109+
110+
A type variable with a bound of :class:`ArrayOrArithContainer`.
111+
112+
.. autodata:: ArrayOrArithContainerOrScalar
113+
114+
.. autodata:: ArrayOrArithContainerOrScalarT
115+
116+
A type variable with a bound of :class:`ArrayOrContainerOrScalar`.
105117
106118
.. autodata:: ArrayOrContainerOrScalar
107119
108120
.. autodata:: ArrayOrContainerOrScalarT
109121
110-
A type variable with a lower bound of :class:`ArrayOrContainerOrScalar`.
122+
A type variable with a bound of :class:`ArrayOrContainerOrScalar`.
111123
112124
.. currentmodule:: arraycontext.context
113125

0 commit comments

Comments
 (0)