Skip to content

Commit

Permalink
Fix: incorrect <p> tags in exported function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Sep 9, 2022
1 parent 7e068a9 commit 601c28d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
9 changes: 3 additions & 6 deletions man-roxygen/plot-Method.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,16 @@
#'
#' \if{html}{
#' Example of a plot for each step of the method:
#'
#' \out{<div style="text-align: center">}
#' \out{<p>}\strong{Step 1: Monte Carlo Replications}\out{</p>}
#' \out{<span style="display: block; margin-top: 1rem; margin-bottom: 0.5rem">}\strong{Step 1: Monte Carlo Replications}\out{</span>}
#' \figure{example-step-1.png}{options: style="width: 640px; max-width: 90\%;" alt="Example Step 1"}
#' \out{</div>}
#'
#' \out{<div style="text-align: center">}
#' \out{<p>}\strong{Step 2: Curve Fitting}\out{</p>}
#' \out{<span style="display: block; margin-top: 1rem; margin-bottom: 0.5rem">}\strong{Step 2: Curve Fitting}\out{</span>}
#' \figure{example-step-2.png}{options: style="width: 640px; max-width: 90\%;" alt="Example Step 2"}
#' \out{</div>}
#'
#' \out{<div style="text-align: center">}
#' \out{<p>}\strong{Step 3: Bootstrapping}\out{</p>}
#' \out{<span style="display: block; margin-top: 1rem; margin-bottom: 0.5rem">}\strong{Step 3: Bootstrapping}\out{</span>}
#' \figure{example-step-3.png}{options: style="width: 640px; max-width: 90\%;" alt="Example Step 3"}
#' \out{</div>}
#' }
Expand Down
1 change: 0 additions & 1 deletion man-roxygen/plot-Step.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
#'
#' \if{html}{
#' Example of a plot:
#'
#' \out{<div style="text-align: center">}
#' \figure{example-step-<%= step_number %>.png}{options: style="width: 640px; max-width: 90\%;" alt="Example Step <%= step_number %>"}
#' \out{</div>}
Expand Down
1 change: 0 additions & 1 deletion man-roxygen/plot-Validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#'
#' \if{html}{
#' Example of a validation plot:
#'
#' \out{<div style="text-align: center">}
#' \figure{example-validation.png}{options: style="width: 640px; max-width: 90\%;" alt="Example Validation"}
#' \out{</div>}
Expand Down

0 comments on commit 601c28d

Please sign in to comment.