From 06c302988b3a1f575ce6bdda97922d3e4e615cf0 Mon Sep 17 00:00:00 2001
From: jdsteve2 <jdsteve2@illinois.edu>
Date: Thu, 28 May 2020 01:27:57 -0500
Subject: [PATCH] add note about satisfaction of var naming requirements being
 in-progress

---
 doc/ref_kernel.rst | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst
index 99e34db97..513e340f5 100644
--- a/doc/ref_kernel.rst
+++ b/doc/ref_kernel.rst
@@ -175,11 +175,16 @@ another module.
 Reserved Variable Name Prefixes
 """""""""""""""""""""""""""""""
 
-================================== ==================================
-Reserved Prefix                    Scope/Module(s)
-================================== ==================================
-``_lp_linchk_``                    :mod:`loopy.linearization.checker`
-================================== ==================================
+================== ==================================
+Reserved Prefix    Scope/Module(s)
+================== ==================================
+``_lp_linchk_``    :mod:`loopy.linearization.checker`
+================== ==================================
+
+.. note::
+    Existing code may not yet fully satisfy these naming requirements. Name
+    changes are in progress, and prefixes will be added to this registry as
+    they are created.
 
 .. _instructions:
 
-- 
GitLab