Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 11, 2024
1 parent 9e1dcb7 commit 6935db1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/make.R
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ full_bipartite_graph <- function(...) constructor_spec(make_full_bipartite_graph
#' `is_bipartite()` checks whether the graph is bipartite or not. It just
#' checks whether the graph has a vertex attribute called `type`.
#'
#' @aliases graph.bipartite is.bipartite
#' @aliases graph.bipartite
#' @param types A vector giving the vertex types. It will be coerced into
#' boolean. The length of the vector gives the number of vertices in the graph.
#' When the vector is a named vector, the names will be attached to the graph
Expand Down
1 change: 1 addition & 0 deletions R/structural.properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@ all_shortest_paths <- function(graph, from,
#' @param to The target vertex of the shortest paths.
#' @param k The number of paths to find. They will be returned in order of
#' increasing length.
#' @inheritParams rlang::args_dots_empty
#' @inheritParams shortest_paths
#' @return A named list with two components is returned:
#' \item{vpaths}{The list of \eqn{k} shortest paths in terms of vertices}
Expand Down
2 changes: 2 additions & 0 deletions man/is.mutual.Rd

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

2 changes: 2 additions & 0 deletions man/k_shortest_paths.Rd

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

2 changes: 2 additions & 0 deletions man/label.propagation.community.Rd

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

1 change: 0 additions & 1 deletion man/make_bipartite_graph.Rd

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

0 comments on commit 6935db1

Please sign in to comment.