From d2090f3433e4f6761638b7ca9c756b9509285f10 Mon Sep 17 00:00:00 2001 From: Nityam Madaan <130224087+w-nityammm@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:25:41 +0530 Subject: [PATCH] stale links --- README.md | 2 +- docs/contributing.rst | 2 +- docs/installation.rst | 10 +++++----- docs/requirements.txt | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ddc02f1..df397e6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ poly = np.array( ds_subset_poly = ds.xsg.subset_polygon(poly) ``` -For full usage, see the [example notebooks](./examples/) +For full usage, see the [example notebooks](./docs/examples/) ## Development diff --git a/docs/contributing.rst b/docs/contributing.rst index 6326ba4..63be5e3 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -108,7 +108,7 @@ location you’d like to keep it. We are partial to creating a .. code:: sh - git clone https://github.com/asascience-open/xarray-subset-grid.git + git clone https://github.com/ioos/xarray-subset-grid.git Pull Requests ------------- diff --git a/docs/installation.rst b/docs/installation.rst index 38db4dc..1aab353 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,13 +4,13 @@ Installation ============ This installation guide includes only the xarray-subset-grid installation instructions. Please -refer to `xarray-subset-grid Contributor's Guide `_ -for detailed information about how to contribute to the UXarray project. +refer to the `xarray-subset-grid Contributor's Guide `_ +for detailed information about how to contribute to this project. We recommend using the `conda `__ or `pixi `__ package managers for your Python environments. Please take some time to go over the -`README `__. +`README `__. Conda @@ -71,7 +71,7 @@ PyPI An alternative to Conda is using pip :: - pip install xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git + pip install xarray_subset_grid@git+https://github.com/ioos/xarray-subset-grid.git .. pip install xarray-subset-grid @@ -84,7 +84,7 @@ If you are interested in installing xarray-subset-grid from source, you will first need to get the latest version of the code :: - git clone https://github.com/asascience-open/xarray-subset-grid.git + git clone https://github.com/ioos/xarray-subset-grid.git cd xarray-subset-grid Run the following command from the root-directory diff --git a/docs/requirements.txt b/docs/requirements.txt index 40c368b..91e368b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ sphinx sphinx-autodoc-typehints myst_nb -xarray_subset_grid@git+https://github.com/asascience-open/xarray-subset-grid.git +xarray_subset_grid@git+https://github.com/ioos/xarray-subset-grid.git sphinxcontrib-bibtex matplotlib cf_xarray