From 81eb04d18f6c171e3c48432c07a22aa53406f478 Mon Sep 17 00:00:00 2001 From: Steve Bachmeier Date: Tue, 7 Jan 2025 08:57:57 -0800 Subject: [PATCH] oops * not _ for italics --- src/easylink/graph_components.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/easylink/graph_components.py b/src/easylink/graph_components.py index 2a4fb1e8..3f702764 100644 --- a/src/easylink/graph_components.py +++ b/src/easylink/graph_components.py @@ -179,8 +179,8 @@ class ImplementationGraph(nx.MultiDiGraph): Notes ----- - An ImplementationGraph is a low-level abstraction; it represents the _actual - implementations_ of each :class:`~easylink.step.Step` in the pipeline. This + An ImplementationGraph is a low-level abstraction; it represents the *actual + implementations* of each :class:`~easylink.step.Step` in the pipeline. This is in contrast to a :class:`StepGraph`, which can be an intricate nested structure due to the various complex and self-similar :class:`~easylink.step.Step` instances (which represent abstract operations such as "loop this step N times"). An