Skip to content

Commit

Permalink
make docs consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
bdngo committed Jan 4, 2024
1 parent b75b62a commit 6ca70a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Hammer-Use/Flowgraphs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hooks>`.
* Options to specify steps within an action; this enables backwards compatibility with :ref:`flow control <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``:
Expand Down

0 comments on commit 6ca70a5

Please sign in to comment.