Skip to content

Commit

Permalink
fix orphan refs in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienLeGuillou committed Apr 5, 2023
1 parent 77639b5 commit cca10ac
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 20 deletions.
4 changes: 2 additions & 2 deletions R/step_templates.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#' Some basic ones are provided by the `slurmworkflow` package. They instruct
#' the workflow to run either a bash script, a set of bash lines given as a
#' character vector or an R script.
#' Additional Step Templates can be created to simplify specific tasks, see the
#' `vignette("making-a-custom-step-template")` for details.
#' Additional Step Templates can be created to simplify specific tasks. The
#' easiest way to do so is as wrappers around existing templates.
#'
#' @export
step_tmpl_bash_lines <- function(bash_lines) {
Expand Down
3 changes: 1 addition & 2 deletions R/workflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ get_workflow_root <- function(wf_summary = NULL) {
#' Alter the Next Step of a Running Workflow
#'
#' This function allows a running job to alter the workflow sequence by choosing
#' which step to run after the current one. (See
#' `vignette("altering-the-order-of-steps")`)
#' which step to run after the current one.
#'
#' @param next_step A scalar number coercible to integer instructing the
#' workflow system which step to run next
Expand Down
3 changes: 1 addition & 2 deletions man/change_next_workflow_step.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_bash_lines.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_bash_script.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_do_call.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_do_call_script.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_map.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_map_script.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/step_tmpl_rscript.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cca10ac

Please sign in to comment.