Skip to content

Commit

Permalink
Add rough reorganization of pkgdown reference index
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Sep 1, 2024
1 parent a93a499 commit 2108101
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,46 @@ url: https://r-spatial.github.io/sf/

template:
bootstrap: 5

reference:
- title: Simple features objects
contents:
- sf
- sfc
- sgbp
- title: Operations
contents:
- starts_with("st_")
- title: Database operators
contents:
- starts_with("db")
- title: Visualize spatial data
desc: >
See more in `vignette("sf5")`
contents:
- plot
- title: sf methods
contents:
- tidyverse
- tibble
- vctrs
- transform.sf
- aggregate.sf
- merge.sf
- summary.sfc
- as
- title: Data objects
contents:
- nc
- title: Other helpers
contents:
- extension_map
- gdal_addo
- gdal_utils
- Ops
- prefix_map
- proj_tools
- rawToHex
- sf_extSoftVersion
- sf_project

0 comments on commit 2108101

Please sign in to comment.