Skip to content

Commit

Permalink
pkgdown fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Nov 10, 2022
1 parent fec438a commit 3c9e3df
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Idents <- function(object, ... ) {
#'
#' @return Returns the value in the alg.idx slot of the Neighbor object
#'
#' @rdname Index
#' @rdname NNIndex
#' @export Index
#'
#' @concept data-access
Expand All @@ -682,7 +682,7 @@ Index <- function(object, ...) {
#'
#' @return \code{Idents<-}: A Neighbor object with the index stored
#'
#' @rdname Index
#' @rdname NNIndex
#' @export Index<-
#'
"Index<-" <- function(object, ..., value) {
Expand Down
4 changes: 2 additions & 2 deletions R/neighbor.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Distances.Neighbor <- function(object, ...) {
return(distances)
}

#' @rdname Index
#' @rdname NNIndex
#' @export
#' @method Index Neighbor
#'
Expand All @@ -93,7 +93,7 @@ Index.Neighbor <- function(object, ...) {
return(index)
}

#' @rdname Index
#' @rdname NNIndex
#' @export
#' @method Index<- Neighbor
#'
Expand Down
25 changes: 25 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,29 @@ reference:
- SeuratObject-package
- pbmc_small
- reexports
- title: internal
contents:
- aggregate
- as.Centroids
- Boundaries
- Centroids-class
- Centroids-methods
- CreateCentroids
- CreateFOV
- CreateMolecules
- CreateSegmentation
- Crop
- DefaultFOV
- FOV-class
- FOV-methods
- IsNamedList
- LogMap-class
- MatchCells
- Molecules-class
- Molecules-methods
- Overlay
- Segmentation-class
- Segmentation-methods
- Simplify
- Theta

File renamed without changes.

0 comments on commit 3c9e3df

Please sign in to comment.