From bc4ff8ea81ff72883ae80fe938370b9f27ec73cc Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:11:31 +1200 Subject: [PATCH] Docs: Define is_evaluable --- docs/source/cell/properties.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/cell/properties.rst b/docs/source/cell/properties.rst index 72ea7611262..e853ea50a16 100644 --- a/docs/source/cell/properties.rst +++ b/docs/source/cell/properties.rst @@ -1,10 +1,12 @@ Cell properties --------------- -.. TODO:: Fill :cell:ref:`is_evaluable` - .. cell:defprop:: is_evaluable + These cells are able to be used in conjunction with the `eval` command. Some + passes, such as `opt_expr`, may also be able to perform additional + optimizations on cells which are evaluable. + .. cell:defprop:: x-aware Some passes will treat these cells as the non 'x' aware cell. For example,