diff --git a/doc/concepts/labels.rst b/doc/concepts/labels.rst index 97ba60a639a260266be8a714e50d442bdc2d7d85..2865e326b3a2f57681d4b1363fedae36438d65c7 100644 --- a/doc/concepts/labels.rst +++ b/doc/concepts/labels.rst @@ -633,7 +633,7 @@ also be valid expressions in the region DSL; creating a label ``"(tag 1)"`` will lead to confusion. Labels are stored with their associated expressions as key-value pairs in *label dictionaries*. -Label dictionaries are then used to create a cable-cell along with the :ref:`morphology <co_morphology>` +Label dictionaries are then used to create a cable-cell along with the :ref:`morphology <morph>` and a :ref:`decor <cablecell-decoration>`. The decorations can be painted or placed on the regions or locsets defined in the label dictionary by referring to their labels. diff --git a/doc/python/cable_cell.rst b/doc/python/cable_cell.rst index c0e2a7f7902b61fc5c8823cb2ada7784286c2916..8d8f8143edefe0f08d70092f396c0b7cdb5b0888 100644 --- a/doc/python/cable_cell.rst +++ b/doc/python/cable_cell.rst @@ -192,7 +192,7 @@ Cable cells .. note:: The regions and locsets defined in the label dictionary are - :ref:`concretised <labels-concretise>` when the cable cell is constructed, + :ref:`thingified <labels-thingify>` when the cable cell is constructed, and an exception will be thrown if an invalid label expression is found. There are two reasons an expression might be invalid: