Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://uxarray.readthedocs.io/en/latest/contributing.html>`_
for detailed information about how to contribute to the UXarray project.
refer to the `xarray-subset-grid Contributor's Guide <contributing.html>`_
for detailed information about how to contribute to this project.

We recommend using the `conda <https://conda.io/docs/>`__ or
`pixi <https://prefix.dev/>`__ package managers for your Python
environments. Please take some time to go over the
`README <https://github.com/asascience-open/xarray-subset-grid/blob/main/README.md>`__.
`README <https://github.com/ioos/xarray-subset-grid/blob/main/README.md>`__.


Conda
Expand Down Expand Up @@ -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


Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down