Skip to content

Commit

Permalink
update references to only show packages that we should use
Browse files Browse the repository at this point in the history
- other functions that were mentioned have other equivalent functions in EML and other packages
  • Loading branch information
laijasmine committed Mar 16, 2021
1 parent 57250de commit eb633eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 191 deletions.
30 changes: 9 additions & 21 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,18 @@ reference:
- remove_public_read
- is_public_read

- title: "DataOne Functions"
desc: >
Helper functions for the dataone package
contents:
- is_token_set
- get_token
- is_token_expired
- get_mn_base_url
- is_authorized

- title: "NetCDF Functions"
desc: >
Get a data.frame of attributes from a NetCDF object
contents:
- get_ncdf4_attributes
- get_token
- is_token_expired
- get_mn_base_url
- is_authorized

- title: "Sysmeta Function"
desc: >
Utility function for modifying System Metadata objects
contents:
- get_all_sysmeta


- title: "Package editing functions"
desc: >
Functions for managing package contents
Expand All @@ -56,22 +41,24 @@ reference:
- reformat_file_name

- title: "Functions to help test a package"
desc: >
desc: >
Various helper functions for things like testing a package
contents:
- starts_with('create_')
- get_orcid_name
- get_orcid_email

- title: "EML Functions"
desc: >
desc: >
Helper functions for creating EML metadata
contents:
- starts_with('pid_')
- starts_with('eml_')
- sysmeta_to_eml_physical
- get_orcid_email
- set_abstract
- eml_get_raster_metadata
- eml_nsf_to_project
- eml_otherEntity_to_dataTable
- eml_set_reference
- eml_set_shared_attributes
- eml_validate_attirbutes
- which_in_eml
- reorder_pids

Expand All @@ -88,6 +75,7 @@ reference:
- guess_format_id
- format_eml
- format_iso
- convert_iso_to_eml

- title: "QA Function"
desc: >
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pkgdown_sha: ~
articles:
a-overview: a-overview.html
b-basic-usage: b-basic-usage.html
last_built: 2021-03-15T23:00Z
last_built: 2021-03-16T00:07Z

175 changes: 6 additions & 169 deletions docs/reference/index.html

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

0 comments on commit eb633eb

Please sign in to comment.