-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
36 lines (36 loc) · 987 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
url: https://mrdenman-nuclear.github.io/nrcadams/
template:
bootstrap: 5
navbar:
structure:
left: [intro, reference, articles]
right: [search, github]
home:
sidebar:
structure: [license, authors, dev]
reference:
- title: "ADAMS Search Functions"
desc: >
The primary user fuctions for searching the ADAMS database.
contents:
- starts_with("search")
- title: "Docket Inforamtion"
desc: "Exported data objects intended to make using this package a little easier."
contents:
- docket_codex
- RTR_docket_codex
- title: "Post-processing Functions"
desc: "This set of functions helps work with the ADAMS search tibble results"
contents:
- simplify_type
- remove_noisy_files
- hyperlink_file_to_name
- format_ML_link
- write_rss
- title: "Internal"
desc: "Internal functions and objects (use ::: to find) for developer use."
contents:
- extract_from_xml
- starts_with("make_results_tibble")
- starts_with("adams_")
- lubridate_date