From 1986da60fd624a136723894ac06289905fc70bc4 Mon Sep 17 00:00:00 2001 From: jdsteve2 Date: Thu, 28 May 2020 00:50:21 -0500 Subject: [PATCH] specify that a module's variable name prefix cannot itself be a prefix of another prefix --- 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 761518307..ca27070a5 100644 --- a/doc/ref_kernel.rst +++ b/doc/ref_kernel.rst @@ -167,8 +167,9 @@ Variable Name Registry ^^^^^^^^^^^^^^^^^^^^^^ Individual Loopy submodules use their own prefix beginning with ``_lp_`` for -internally-created variable names. These prefixes are only used for names -created within the listed submodule. +internally-created variable names. Each prefix is only used for names created +within the listed submodule, and the prefix used within any module may not +itself be a prefix of the prefix for another module. Reserved Name Prefixes ^^^^^^^^^^^^^^^^^^^^^^ @@ -176,7 +177,6 @@ Reserved Name Prefixes =============== ================================== Prefix Module =============== ================================== -``_lp`` :mod:`loopy` ``_lp_sched`` :mod:`loopy.linearization.checker` =============== ================================== -- GitLab