Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
trchudley committed Apr 21, 2024
1 parent cf7d960 commit fb1e43a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ version: 2
build:
# image: latest
os: ubuntu-22.04
apt_packages:
- libegl1-mesa
- libegl1-mesa-dev
tools:
# python: "3.10"
python: "mambaforge-22.9"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "pdemtools"
copyright = "2024, Tom Chudley"
author = "Tom Chudley"
release = "0.6"
# release = "0.6"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion src/pdemtools/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def from_fpath(
EPSG:3031 (REMA). Will accept a shapely geometry to extract bounds from.
Defaults to None
:type bounds: tuple | Polygon, optional
:param mask_fpath: Path to *_bitmask.tif file used to mask the DEM, defaults to None
:param mask_fpath: Path to _bitmask.tif file used to mask the DEM, defaults to None
:type mask_fpath: str, optional
:returns: xarray DataArray of DEM strip
Expand Down

0 comments on commit fb1e43a

Please sign in to comment.