Skip to content

Commit

Permalink
add more stuff to pkgdown function reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thackl committed Jan 31, 2021
1 parent c9cf8a3 commit c31e314
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ reference:
- gggenomes
- title: "Add and use tracks"
- contents:
- track_info
- starts_with("add_")
- pull_seqs
- title: "Draw geoms & positions"
Expand All @@ -29,19 +30,37 @@ reference:
- contents:
- read_feats
- starts_with("read_")
- swap_query
- ex
- file_formats
- def_names
- def_types
- title: "Under the hood"
desc: >
Functions that power gggenomes under the hood. Useful for developers and power-users.
- contents:
- layout
- layout_feats
- layout_links
- require_vars
- get_seqs
- starts_with("as_")
- swap_if
- in_range
- anchor
- width
- x
- track_ids
- track_types
- vars_track
- title: "Handling files"
- contents:
- ext_to_format
- file_exts
- file_label
- title: "Data sets"
- contents:
- starts_with("emale")
figures:
fig.width: 10
fig.height: 5
Expand Down

0 comments on commit c31e314

Please sign in to comment.