From 6ca70a599b3fb0bd714464fe3f84b56d580669b2 Mon Sep 17 00:00:00 2001 From: Bryan Ngo Date: Thu, 4 Jan 2024 14:32:26 -0800 Subject: [PATCH] make docs consistent --- doc/Hammer-Use/Flowgraphs.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Hammer-Use/Flowgraphs.rst b/doc/Hammer-Use/Flowgraphs.rst index d798ed932..bfd0e3a32 100644 --- a/doc/Hammer-Use/Flowgraphs.rst +++ b/doc/Hammer-Use/Flowgraphs.rst @@ -22,10 +22,10 @@ Each ``Node`` "pulls" from a directory to feed in inputs and "pushes" output fil * A driver to run the node with; this enables backwards compatibility with :ref:`hooks `. * Options to specify steps within an action; this enables backwards compatibility with :ref:`flow control `. - * ``from_step`` - * ``after_step`` - * ``to_step`` - * ``until_step`` + * ``start_before_step`` + * ``start_after_step`` + * ``stop_before_step`` + * ``stop_after_step`` * ``only_step`` A minimal example of a ``Node``: