From d8e86838a17686ae877dee52071637fa5945aef5 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 1 Dec 2024 16:59:09 -0600
Subject: [PATCH] Document arith container aliases

---
 arraycontext/context.py | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/arraycontext/context.py b/arraycontext/context.py
index 98bab8d..210a9b8 100644
--- a/arraycontext/context.py
+++ b/arraycontext/context.py
@@ -101,13 +101,25 @@ See also :class:`ArrayContainer` and :class:`ArrayOrContainerT`.
 
 .. 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
 
-- 
GitLab