Skip to content

Commit

Permalink
docs: for a better pkgdown ref index
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Nov 7, 2024
1 parent 41fba4d commit 02f7e66
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions R/client.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Initialise an EMODnet WFS client
#' @description Initialise an EMODnet WFS client
#'
#' Connect to a data source (service)
#' @title Connect to a data source (service)
#'
#' @param service the EMODnet OGC WFS service name.
#' For available services, see [`emodnet_wfs()`].
Expand Down
4 changes: 2 additions & 2 deletions R/emodnet_wfs.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
stringsAsFactors = FALSE
)
}
#' Available EMODnet Web Feature Services
#' @description Available EMODnet Web Feature Services
#'
#' Which data sources (services) are available?
#' @title Which data sources (services) are available?
#'
#' @return Tibble of available EMODnet Web Feature Services
#'
Expand Down
4 changes: 2 additions & 2 deletions R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ emodnet_get_layer_info <- memoise::memoise(.emodnet_get_layer_info)
layer_name = strsplit(layer_name, ":", fixed = TRUE)[[1]][2]
)
}
#' Get WFS available layer information
#' @description Get WFS available layer information
#'
#' Metadata about data available from the different services:
#' @title Metadata about data available from the different services:
#' data (layers) from a data source (service),
#' metadata on layers from a service,
#' metadata on layers from all services.
Expand Down
12 changes: 6 additions & 6 deletions R/layer_attributes.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ layer_attributes_summarise <- function(wfs = NULL,
)
}

#' Get layer attribute description
#' @description Get layer attribute description
#'
#' Variables available in a dataset (layer) from a data source (service).
#' @title Variables available in a dataset (layer) from a data source (service).
#'
#' @inheritParams emodnet_init_wfs_client
#' @inheritParams emodnet_get_wfs_info
Expand Down Expand Up @@ -97,9 +97,9 @@ layer_attributes_get_names <- function(wfs = NULL,
)$name
}

#' Inspect layer attributes
#' @description Inspect layer attributes
#'
#' Summary of individual variable (attribute) in a dataset (layer) from a
#' @title Summary of individual variable (attribute) in a dataset (layer) from a
#' data source (service).
#'
#' @inheritParams layer_attributes_summarise
Expand Down Expand Up @@ -164,9 +164,9 @@ layer_attribute_inspect <- function(wfs = NULL,
)
}

#' Get layer attribute values tibble
#' @description Get layer attribute values tibble
#'
#' Possible values of variables (attributes) in a dataset (layer)
#' @title Possible values of variables (attributes) in a dataset (layer)
#' from a data source (service).
#'
#' @inheritParams emodnet_init_wfs_client
Expand Down
2 changes: 1 addition & 1 deletion R/layers.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Get EMODnet WFS layers
#' Get EMODnet WFS datasets (layers)
#'
#' Performs an WFS getFeature request for layers from a `wfs` object or
#' specified EMODnet Service. Filtering
Expand Down
2 changes: 1 addition & 1 deletion man/emodnet_get_layers.Rd

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

10 changes: 5 additions & 5 deletions man/emodnet_get_wfs_info.Rd

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

4 changes: 2 additions & 2 deletions man/emodnet_init_wfs_client.Rd

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

4 changes: 2 additions & 2 deletions man/emodnet_wfs.Rd

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

4 changes: 2 additions & 2 deletions man/layer_attribute_descriptions.Rd

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

6 changes: 3 additions & 3 deletions man/layer_attribute_inspect.Rd

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

6 changes: 3 additions & 3 deletions man/layer_attributes_tbl.Rd

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

4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ articles:
- '`articles/request-params`'

reference:
- title: Download information about web services
- title: Download information about data sources
contents:
- '`emodnet_wfs`'
- '`emodnet_init_wfs_client`'
- '`emodnet_get_wfs_info`'

- title: Download layers, or information about layers
- title: Download data or metadata
contents:
- '`emodnet_get_layers`'
- '`layer_attribute_descriptions`'
Expand Down

0 comments on commit 02f7e66

Please sign in to comment.