Skip to content

Commit

Permalink
small changes to pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
thackl committed Jan 31, 2021
1 parent fba8946 commit c9cf8a3
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
reference:
- title: "Plot construction"
- title: "Set up a plot"
desc: >
Construct a plot combining multiple tracks
- contents:
- gggenomes
- title: "Tracks & layouts"
- title: "Add and use tracks"
- contents:
- gggenomes
- starts_with("add_")
- pull_seqs
- layout
- layout_features
- layout_links
- title: "Geoms & positions"
- title: "Draw geoms & positions"
- contents:
- geom_seq
- geom_gene
- geom_feat
- geom_link
- starts_with("geom_")
- starts_with("position_")
- starts_with("use_")
- title: "Layout manipulation"
- title: "Manipulate plot & data"
- contents:
- pick
- flip
- shift
- focus
- title: "Read in data"
- title: "Read data"
desc: >
Read common bioinformatics file types
- contents:
- read_feats
- starts_with("read_")
- title: "Under the hood"
desc: >
Functions that power gggenomes under the hood. Useful for developers and power-users.
- contents:
- layout
- layout_feats
- layout_links
- starts_with("as_")
- swap_if
- in_range
- anchor
- width
- x
figures:
fig.width: 12
fig.width: 10
fig.height: 5
dev.args:
type: "cairo"
template:
Expand Down

0 comments on commit c9cf8a3

Please sign in to comment.