Skip to content

Commit

Permalink
More updates to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Sep 24, 2024
1 parent bdf05aa commit 97b8c9d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedocs(;
pages=[
"Home" => "index.md",
"What is a GeoRegion?" => "georegions.md",
"Basic Functionality" => [
"Basics" => [
"Retrieving GeoRegions" => [
"Overview (START HERE)" => "basics/read/overview.md",
"Predefined GeoRegions" => "basics/read/predefined.md",
Expand All @@ -33,7 +33,7 @@ makedocs(;
"Is it in a GeoRegion?" => "basics/properties/isin.md",
]
],
"GeoRegions.jl Tutorials" => [
"Tutorials" => [
"Project Setup (START HERE)" => "tutorials/projects.md",
"Custom GeoRegion Files" => "tutorials/files.md",
],
Expand Down
19 changes: 19 additions & 0 deletions docs/src/api/addreadremove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# API for Adding, Reading and Removing GeoRegions

```@docs
GeoRegion(
geoID :: AbstractString;
path :: AbstractString = homedir()
) -> geo :: GeoRegion
```

```@docs
add
rm
```

You can also remove a GeoRegion associated with an `ID`.

```@docs
rmID
```
8 changes: 8 additions & 0 deletions docs/src/api/project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# API for Project-Handling in GeoRegions.jl


```@docs
setupGeoRegions
tableGeoRegions
deleteGeoRegions
```

0 comments on commit 97b8c9d

Please sign in to comment.