From e9bc491bd5689456efd6f35603d850056e00055b Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 24 May 2021 13:30:08 -0500
Subject: [PATCH] Drop symbolic interface from docs

---
 doc/index.rst    |  1 -
 doc/symbolic.rst | 14 --------------
 2 files changed, 15 deletions(-)
 delete mode 100644 doc/symbolic.rst

diff --git a/doc/index.rst b/doc/index.rst
index f2c3b690..d113cce6 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -10,7 +10,6 @@ Contents:
     dof_desc
     geometry
     operators
-    symbolic
     misc
     🚀 Github <https://github.com/inducer/grudge>
     💾 Download Releases <https://pypi.org/project/grudge>
diff --git a/doc/symbolic.rst b/doc/symbolic.rst
deleted file mode 100644
index 632b1f86..00000000
--- a/doc/symbolic.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-Symbolic Operator Representation
-================================
-
-Based on :mod:`pymbolic`.
-
-Basic Objects
--------------
-
-.. automodule:: grudge.symbolic.primitives
-
-Operators
----------
-
-.. automodule:: grudge.symbolic.operators
-- 
GitLab