Skip to content

Commit

Permalink
lighter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Apr 5, 2023
1 parent cca10ac commit 69aae22
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ reference:
- title: "Step Templates"
desc: >
Functions governing what is run by a step.
They are to be used as argument to `add_workflow_step()`
contents:
- starts_with("step_tmpl")

- title: "Changing the Execution Order"
desc: >
Functions to query the currently running step and change the step to be run
next.
These functions are to be used inside a workflow running on an HPC. They
allow conditional execution and loop like behavior.
next. These functions are to be used inside a workflow running on an HPC.
They allow conditional execution and loop like behavior.
contents:
- change_next_workflow_step
- get_current_workflow_step
Expand Down

0 comments on commit 69aae22

Please sign in to comment.