From b91d2d98182ee8e72b2672892d144685d6e1fe2a Mon Sep 17 00:00:00 2001
From: Kaushik Kulkarni <kaushikcfd@gmail.com>
Date: Sat, 5 Nov 2022 01:02:31 -0500
Subject: [PATCH] Add pt.tracing module to docs

---
 doc/array.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/array.rst b/doc/array.rst
index a31fb2e..56772af 100644
--- a/doc/array.rst
+++ b/doc/array.rst
@@ -5,12 +5,17 @@ Array Expressions
 
 .. automodule:: pytato.array
 
+Functions in Pytato IR
+----------------------
+
+.. automodule:: pytato.function
 
 Raising :class:`~pytato.array.IndexLambda` nodes
 ------------------------------------------------
 
 .. automodule:: pytato.raising
 
+
 Calling :mod:`loopy` kernels in an array expression
 ---------------------------------------------------
 
-- 
GitLab