Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classify vignettes on the website #336

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 26 additions & 14 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,23 @@
url: https://www.open-systems-pharmacology.org/TLF-Library/

# uncomment to turn on dark mode
template:
bootstrap: 5
# bootswatch: cyborg
# theme: arrow-dark
# bslib:
# primary: "#0054AD"
# border-radius: 0.5rem
# btn-border-radius: 0.25rem

development:
mode: devel

reference:
- title: "Atom Plots"
desc: "Functions for creating base plots"
contents:
contents:
- has_concept("atom plots")
- title: "Molecule Plots"
desc: "Functions for creating advanced plots"
contents:
contents:
- has_concept("molecule plots")
- title: "Updating Plots"
desc: "Functions for updating plot properties"
contents:
contents:
- starts_with("setBackground")
- starts_with("setCaption")
- starts_with("setLegend")
Expand All @@ -36,20 +29,20 @@ reference:
- starts_with("update")
- title: "PlotConfiguration Classes"
desc: "Classes defining plot properties"
contents:
contents:
- has_concept("PlotConfiguration classes")
- title: "DataMapping Classes"
desc: "Classes defining what data to plot"
contents:
contents:
- has_concept("DataMapping classes")
- matches("getLinesFromFoldDistance")
- title: "Enum Helpers"
desc: "Enums listing available values for specific properties"
contents:
contents:
- has_concept("enum helpers")
- title: "Shiny Apps"
desc: "Shiny applications"
contents:
contents:
- has_concept("shiny apps")
- title: "Themes"
desc: "Functions and classes defining default plot properties."
Expand All @@ -61,3 +54,22 @@ reference:
desc: "Functions defining default package settings."
contents:
- starts_with("setDefault")

articles:

- title: Primary plots
contents:
- atom-plots
- box-whisker-vignette
- histogram
- pk-ratio-vignette
- plot-time-profile

- title: Plot configuration
contents:
- plot-configuration

- title: Shiny apps
contents:
- plot-maker
- theme-maker