Skip to content

Commit cca10ac

Browse files
fix orphan refs in doc
1 parent 77639b5 commit cca10ac

10 files changed

+18
-20
lines changed

R/step_templates.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#' Some basic ones are provided by the `slurmworkflow` package. They instruct
2121
#' the workflow to run either a bash script, a set of bash lines given as a
2222
#' character vector or an R script.
23-
#' Additional Step Templates can be created to simplify specific tasks, see the
24-
#' `vignette("making-a-custom-step-template")` for details.
23+
#' Additional Step Templates can be created to simplify specific tasks. The
24+
#' easiest way to do so is as wrappers around existing templates.
2525
#'
2626
#' @export
2727
step_tmpl_bash_lines <- function(bash_lines) {

R/workflow.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ get_workflow_root <- function(wf_summary = NULL) {
138138
#' Alter the Next Step of a Running Workflow
139139
#'
140140
#' This function allows a running job to alter the workflow sequence by choosing
141-
#' which step to run after the current one. (See
142-
#' `vignette("altering-the-order-of-steps")`)
141+
#' which step to run after the current one.
143142
#'
144143
#' @param next_step A scalar number coercible to integer instructing the
145144
#' workflow system which step to run next

man/change_next_workflow_step.Rd

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_bash_lines.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_bash_script.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_do_call.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_do_call_script.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_map.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_map_script.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/step_tmpl_rscript.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)