Skip to content

Commit

Permalink
Updates to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Sep 25, 2024
1 parent e9757e5 commit f6c07d7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/src/api/addreadrm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

```@docs
Expand Down
20 changes: 16 additions & 4 deletions docs/src/basics/properties/isin.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,21 @@ And we see that this is indeed the case.

```@docs
in(
Point :: Point2{<:Real},
geo :: RectRegion;
:: Point2{<:Real},
:: GeoRegion;
:: Real = 0,
:: Real = 0,
:: Bool = false
)
in(
:: GeoRegion,
:: RectRegion;
:: Bool = false
)
in(
cgeo :: GeoRegion,
geo :: Union{TiltRegion,PolyRegion};
n :: Int = 100,
throw :: Bool = false
)
in(::GeoRegion,::RectRegion)
in(::GeoRegion,::PolyRegion)
```

0 comments on commit f6c07d7

Please sign in to comment.