Skip to content

Commit

Permalink
Reorder pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes committed Nov 20, 2024
1 parent 7205068 commit 4550688
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,29 @@ authors:
href: "https://www.samabbott.co.uk/"

reference:
- title: Simulation
desc: Tools for simulating datasets
contents:
- has_concept("simulate")
- title: Linelist data
desc: Functions for preparing linelist data
contents:
- has_concept("linelist_data")
- title: Model fitting
desc: Functions for fitting delay distribution models using `brms`
contents:
- has_concept("fit")
- title: Naive model
desc: Specific methods for the naive model
contents:
- has_concept("naive_model")
- title: Latent model
desc: Specific methods for the latent model
contents:
- has_concept("latent_model")
- title: Postprocess
desc: Functions for postprocessing model output
contents:
- has_concept("postprocess")
- title: Diagnostic functions
contents:
- has_concept("diagnostics")
- title: Assert validity of objects
desc: Functions used to assert the validity of package objects
contents:
Expand All @@ -57,29 +72,14 @@ reference:
desc: Functions for specifying custom Stan code to put into `brms`
contents:
- has_concept("stan")
- title: Model fitting
desc: Functions for fitting delay distribution models using `brms`
contents:
- has_concept("fit")
- title: Latent model
desc: Specific methods for the latent model
contents:
- has_concept("latent_model")
- title: Naive model
desc: Specific methods for the naive model
contents:
- has_concept("naive_model")
- title: Postprocess
desc: Functions for postprocessing model output
- title: Simulation
desc: Tools for simulating datasets
contents:
- has_concept("postprocess")
- has_concept("simulate")
- title: Data
desc: Data included with the package
contents:
- has_concept("data")
- title: Diagnostic functions
contents:
- has_concept("diagnostics")
- title: Reexported functions
contents:
- reexports

0 comments on commit 4550688

Please sign in to comment.