From 50b33e14d0dc13ead4b69e16724749bf8821f16b Mon Sep 17 00:00:00 2001
From: Matthias Diener <mdiener@illinois.edu>
Date: Fri, 20 Aug 2021 21:48:20 -0500
Subject: [PATCH] add to doc

---
 pytato/transform.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pytato/transform.py b/pytato/transform.py
index 79ba5c9..7c37be5 100644
--- a/pytato/transform.py
+++ b/pytato/transform.py
@@ -49,6 +49,7 @@ __doc__ = """
 .. autoclass:: SubsetDependencyMapper
 .. autoclass:: WalkMapper
 .. autoclass:: CachedWalkMapper
+.. autoclass:: TopoSortMapper
 .. autofunction:: copy_dict_of_named_arrays
 .. autofunction:: get_dependencies
 
@@ -529,6 +530,7 @@ class WalkMapper(Mapper):
 # }}}
 
 
+# {{{ CachedWalkMapper
 # {{{ CachedWalkMapper
 
 class CachedWalkMapper(WalkMapper):
-- 
GitLab