Skip to content

Commit

Permalink
Document arith container aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 1, 2024
1 parent 0e12edf commit d8e8683
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions arraycontext/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,25 @@
.. autodata:: ArrayOrContainerT
A type variable with a lower bound of :class:`ArrayOrContainer`.
A type variable with a bound of :class:`ArrayOrContainer`.
.. autodata:: ArrayOrArithContainer
.. autodata:: ArrayOrArithContainerT
A type variable with a bound of :class:`ArrayOrArithContainer`.
.. autodata:: ArrayOrArithContainerOrScalar
.. autodata:: ArrayOrArithContainerOrScalarT
A type variable with a bound of :class:`ArrayOrContainerOrScalar`.
.. autodata:: ArrayOrContainerOrScalar
.. autodata:: ArrayOrContainerOrScalarT
A type variable with a lower bound of :class:`ArrayOrContainerOrScalar`.
A type variable with a bound of :class:`ArrayOrContainerOrScalar`.
.. currentmodule:: arraycontext.context
Expand Down

0 comments on commit d8e8683

Please sign in to comment.