diff --git a/src/easylink/graph_components.py b/src/easylink/graph_components.py index a728062f..8fe3c9aa 100644 --- a/src/easylink/graph_components.py +++ b/src/easylink/graph_components.py @@ -33,7 +33,7 @@ class InputSlot: Notes ----- - Nodes can be either :class:`Steps` or :class:`Implementations<~easylink.implementation.Implementation>`. + Nodes can be either :class:`Steps` or :class:`Implementations`. """ name: str @@ -56,7 +56,7 @@ class OutputSlot: Notes ----- - Nodes can be either :class:`Steps` or :class:`Implementations<~easylink.implementation.Implementation>`. + Nodes can be either :class:`Steps` or :class:`Implementations`. Input data is validated via the :class:`InputSlot's` required :attr:`~InputSlot.validator` attribute. In order to prevent multiple @@ -77,7 +77,7 @@ class EdgeParams: Notes ----- - Nodes can be either :class:`Steps` or :class:`Implementations<~easylink.implementation.Implementation>`. + Nodes can be either :class:`Steps` or :class:`Implementations`. """ source_node: str