Skip to content

Commit

Permalink
Merge pull request #23 from R-ArcGIS/update-yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry authored Aug 23, 2024
2 parents 7484be8 + 7d711d9 commit 5395e6f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
46 changes: 27 additions & 19 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@ website:
collapse-level: 1
style: "floating"
contents:
- href: index.qmd
text: Overview
- text: Key Features
- docs/get-started.qmd
- docs/installation.qmd
- text: "Overview"
href: index.qmd
- text: "Get started"
href: docs/get-started.qmd
- text: "Install and set up"
href: docs/installation.qmd
- section: Authentication
contents:
- text: "Overview"
href: docs/auth
- docs/auth/storing-credentials.qmd
- href: location-services/connecting-to-a-portal.qmd
text: "Authenticating with R"
- text: "Storing credentials"
href: docs/auth/storing-credentials.qmd
- text: "Authenticating with R"
href: location-services/connecting-to-a-portal.qmd
- section: Layers
contents:
- text: "Overview"
Expand All @@ -45,24 +47,30 @@ website:
href: docs/editing/overview.qmd
- text: "Adding features"
href: docs/editing/add-features.qmd
- docs/editing/update-features.qmd
- docs/editing/delete-features.qmd
- text: "Truncate and append features"
- text: "Updating features"
href: docs/editing/update-features.qmd
- text: "Deleting features"
href: docs/editing/delete-features.qmd
- text: "Truncating and appending features"
href: docs/editing/overwrite-features.qmd
- section: Geocoding
contents:
- docs/geocode/overview.qmd
- docs/geocode/forward-geocoding.qmd
- href: docs/geocode/bulk-geocoding.qmd
text: "Bulk Geocoding"
- href: docs/geocode/reverse-geocoding.qmd
text: "Reverse Geocoding"
- text: "Overview"
href: docs/geocode/overview.qmd
- text: "Forward geocoding"
href: docs/geocode/forward-geocoding.qmd
- text: "Bulk Geocoding"
href: docs/geocode/bulk-geocoding.qmd
- text: "Reverse Geocoding"
href: docs/geocode/reverse-geocoding.qmd
- section: Places
contents:
- docs/places/overview.qmd
- text: "Overview"
href: docs/places/overview.qmd
- section: Geoprocessing
contents:
- docs/geoprocessing/overview.qmd
- text: "Overview"
href: docs/geoprocessing/overview.qmd
- text: "Making Geoprocessing Tools"
href: docs/geoprocessing/creating-gp-tools.qmd

Expand Down
10 changes: 5 additions & 5 deletions docs/get-started.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The R-ArcGIS Bridge supports working with both ArcGIS Pro as well as ArcGIS loca

# Using ArcGIS location services

The R-ArcGIS Bridge R packages that interact with location services are contained in the metapackage `{arcgis}`. It contains:
The R-ArcGIS Bridge R packages that interact with location services are contained in the metapackage ['{arcgis}'](https://github.com/R-ArcGIS/arcgis/). It contains:

- `{arcgisutils}`: manages authorization for all location service R packages and other utilities
- `{arcgislayers}`: provides read and write access to layers on ArcGIS Online, Enterprise, and Platform
- `{arcgisgeocode}`: geocode addresses and reverse geocode point data
- `{arcgisplaces}`: access rich point-of-interest data from the ArcGIS Places Service
- [`{arcgisutils}`](https://github.com/R-ArcGIS/arcgisutils): manages authorization for all location service R packages and other utilities
- [`{arcgislayers}`](https://github.com/R-ArcGIS/arcgislayers): provides read and write access to layers on ArcGIS Online, Enterprise, and Platform
- [`{arcgisgeocode}`](https://github.com/R-ArcGIS/arcgisgeocode): geocode addresses and reverse geocode point data
- [`{arcgisplaces}`](https://github.com/R-ArcGIS/arcgisplaces): access rich point-of-interest data from the ArcGIS Places Service


## Install the R packages
Expand Down

0 comments on commit 5395e6f

Please sign in to comment.