From c9fd99284f86de9aeb455879533c2b2e31c65d3b Mon Sep 17 00:00:00 2001 From: Mauro Lepore Date: Wed, 13 Sep 2023 15:26:02 +0000 Subject: [PATCH] The website's reference now shows different kinds of stuff --- DESCRIPTION | 3 +-- _pkgdown.yml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 61d624d..1b0fba5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c( ) Description: Plots for the 'TILT' project. License: MIT + file LICENSE -URL: https://2degreesinvesting.github.io/tiltPlot/, https://github.com/2DegreesInvesting/tiltPlot +URL: https://2degreesinvesting.github.io/tiltPlot/ Depends: R (>= 2.10) Imports: @@ -28,4 +28,3 @@ Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 -BugReports: https://github.com/2DegreesInvesting/tiltPlot/issues diff --git a/_pkgdown.yml b/_pkgdown.yml index 888e8ba..daf4490 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -2,3 +2,17 @@ url: https://2degreesinvesting.github.io/tiltPlot/ template: bootstrap: 5 +reference: + + - title: Main functions + contents: + - starts_with("plot_") + + - title: Helpers + contents: + - starts_with("theme_") + + - title: Datasets + contents: + - matches("financial") + - -starts_with("plot_")