From 40ea2ce01a06ab68fee31be61bea4722e4e69b36 Mon Sep 17 00:00:00 2001 From: val Date: Mon, 22 Apr 2024 09:21:41 -0400 Subject: [PATCH] Update class_btsubtree.rst Added a note about updating `subtree` at runtime. --- doc/source/classes/class_btsubtree.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/classes/class_btsubtree.rst b/doc/source/classes/class_btsubtree.rst index a04ef1e..8306b39 100644 --- a/doc/source/classes/class_btsubtree.rst +++ b/doc/source/classes/class_btsubtree.rst @@ -14,6 +14,8 @@ BTSubtree BT decorator that instantiates and runs a subtree within the larger tree. +Note: BTSubTree is design as a simpler loader, and does not support changing `subtree` at runtime. A custom subtree decorator is better suited and `somewhat trivial `_ to implement. + .. rst-class:: classref-introduction-group Description