Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Nov 23, 2024
1 parent 9a8466e commit 01fc487
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
3 changes: 3 additions & 0 deletions pkg/R/widget-resizeable.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#' Resizeable Widgets
#' @description R6 classes of resizeable containers for arbitrary HTML code
#' @details Support for resizeable widgets, available from
#' \url{https://github.com/melff/resizeable-widget} (and hopefully soon from PyPi.org)
#' @include widget-dom.R
#' @name ResizeableWidget
#' @keywords internal
#' @export
ResizeableWidgetClass <- R6Class_(
"ResizeableWidget",
Expand Down
5 changes: 3 additions & 2 deletions pkg/R/widget-sidecar.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ sidecar_module_version <- "1.1.0"

#' Sidecar widgets
#'
#' @description Sidecar widgets - work only with Jupyter Lab
#'
#' @description Sidecar widgets - works only with Jupyter Lab
#' @details Note that these widget need the sidecar extension for Jupyter Lab.
#' See \url{https://github.com/jupyter-widgets/jupyterlab-sidecar}
#' @include widget-output.R
#' @name Sidecar
NULL
Expand Down
9 changes: 7 additions & 2 deletions pkg/man/ResizeableWidget.Rd

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

6 changes: 5 additions & 1 deletion pkg/man/Sidecar.Rd

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

0 comments on commit 01fc487

Please sign in to comment.