From 1e17a5b44191a51431b015281ef3a1077abaeb60 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Thu, 28 May 2020 01:12:49 -0500 Subject: [PATCH] minor var registry header/table adjustments --- doc/ref_kernel.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ref_kernel.rst b/doc/ref_kernel.rst index 9aaca71cd..99e34db97 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -172,11 +172,11 @@ created within the listed module, and the prefixes must be disjoint, i.e., the prefix used within any module may not itself be a prefix of the prefix for another module. -Reserved Name Prefixes -"""""""""""""""""""""" +Reserved Variable Name Prefixes +""""""""""""""""""""""""""""""" ================================== ================================== -Reserved Prefix for Variable Names Scope/Module(s) +Reserved Prefix Scope/Module(s) ================================== ================================== ``_lp_linchk_`` :mod:`loopy.linearization.checker` ================================== ================================== -- GitLab