From 73db9b359833325f8128dd85dbd3aa9c44e64133 Mon Sep 17 00:00:00 2001 From: Indrajeet Patil Date: Mon, 18 Jul 2022 11:19:06 +0200 Subject: [PATCH] Classify vignettes on the website (#336) Closes #178 --- _pkgdown.yml | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/_pkgdown.yml b/_pkgdown.yml index 0add0dbc..4fcb3b93 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,14 +1,7 @@ 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 @@ -16,15 +9,15 @@ development: 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") @@ -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." @@ -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