Skip to content

Commit

Permalink
The website's reference now shows different kinds of stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Sep 13, 2023
1 parent 6c47858 commit c9fd992
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -28,4 +28,3 @@ Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
BugReports: https://github.com/2DegreesInvesting/tiltPlot/issues
14 changes: 14 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_")

0 comments on commit c9fd992

Please sign in to comment.