From 3fb31456c2ce90865d29e7e6b734b0d833b2e178 Mon Sep 17 00:00:00 2001 From: trhallam <8454087+trhallam@users.noreply.github.com> Date: Thu, 16 May 2024 12:45:26 +0100 Subject: [PATCH] add URL to backend entry point --- segysak/segy/_xarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/segysak/segy/_xarray.py b/segysak/segy/_xarray.py index c2fc666..10f7140 100644 --- a/segysak/segy/_xarray.py +++ b/segysak/segy/_xarray.py @@ -348,4 +348,4 @@ def guess_can_open(self, filename_or_obj: Union[str, os.PathLike]): return ext in {".sgy", ".segy"} description = "Open SEGY files (.sgy, .segy) using segysak in Xarray" - url = "" + url = "https://trhallam.github.io/segysak/latest/api/segy_xarray.html#opening-seg-y-data"