From 7bd2aa838724510e5d9638ad4c80c730022708e0 Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Wed, 20 Oct 2021 15:00:15 -0500
Subject: [PATCH] adds PytatoPyOpenCLArrayContext.compile to docs

---
 arraycontext/impl/pytato/__init__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arraycontext/impl/pytato/__init__.py b/arraycontext/impl/pytato/__init__.py
index 9631430..672a285 100644
--- a/arraycontext/impl/pytato/__init__.py
+++ b/arraycontext/impl/pytato/__init__.py
@@ -67,6 +67,8 @@ class PytatoPyOpenCLArrayContext(ArrayContext):
     .. automethod:: __init__
 
     .. automethod:: transform_dag
+
+    .. automethod:: compile
     """
 
     def __init__(self, queue, allocator=None):
-- 
GitLab