Skip to content

Commit 4b69307

Browse files
committed
Update function names in pkgdown YAML, logo in NEWS
1 parent 455f746 commit 4b69307

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Added a vignette to provide an overview of the code underlying the package so that it's easier for developers to contribute (#58)
1414
* Added a vignette to explain the terminology of a spreadsheet, as used in the package (#58)
1515
* Refer to the updated gptables Python package and the best practice spreadsheet guidance on the Analysis Function website (#73)
16+
* Add hex logo (#81)
1617
* Updated README and other vignettes to reflect changes to the function API
1718
* Corrected various typos
1819

_pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ reference:
2323
desc: "Create, coerce and inspect a11ytable-class objects"
2424
contents:
2525
- as_a11ytable
26+
- create_a11ytable
2627
- is_a11ytable
27-
- new_a11ytable
2828
- summary.a11ytable
2929
- tbl_sum.a11ytable
3030
- title: "Workbooks"
3131
desc: "Convert a11ytable- to Workbook-class objects"
3232
contents:
33-
- create_a11y_wb
33+
- generate_workbook
3434
- title: "Data"
3535
desc: "Demo datasets"
3636
contents:

0 commit comments

Comments
 (0)