Skip to content

Commit

Permalink
oops * not _ for italics
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 7, 2025
1 parent 5cda578 commit 81eb04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/easylink/graph_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81eb04d

Please sign in to comment.