Skip to content

Commit

Permalink
edit pkgdown.yml, add "<" (#188)
Browse files Browse the repository at this point in the history
Two fixes:
-  needed to add deprecated/renamed functions to pkgdown.yml since they are still valid function names output by traits.build
-  missed a pair of brackets in ontology
  • Loading branch information
ehwenk authored Dec 19, 2024
1 parent ca392fb commit 8367483
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,10 @@ reference:
- '`notetaker_print_notes`'
- '`notes_random_string`'

- title: Deprecated function names
desc: Functions that have been moved from traits.build to austraits and renamed. Deprecated names still work.
contents:
- '`build_combine`'
- '`util_df_to_list`'
- '`util_list_to_df1`'
- '`util_list_to_df2`'
2 changes: 1 addition & 1 deletion ontology/data/traits.build_resource.csv
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Subject,Predicate,Object
<https://w3id.org/traits.build>,<http://purl.org/dc/terms/creator>,"""Elizabeth Wenk"""
<https://w3id.org/traits.build>,<http://purl.org/dc/terms/creator>,"""Sophie Yang"""
<https://w3id.org/traits.build>,<http://purl.org/dc/terms/created>,"""01 February 2024^^<xsd:date>"""
https://w3id.org/traits.build#traits.build-database,<http://www.w3.org/2004/02/skos/core#topConceptOf>,"""<https://w3id.org/traits.build>""^^<xsd:anyURI>"
<https://w3id.org/traits.build#traits.build-database>,<http://www.w3.org/2004/02/skos/core#topConceptOf>,"""<https://w3id.org/traits.build>""^^<xsd:anyURI>"

0 comments on commit 8367483

Please sign in to comment.