Skip to content

Commit

Permalink
doc links pointing to pangeo-xesmf (JiaweiZhuang#23)
Browse files Browse the repository at this point in the history
* doc links pointing to pangeo-xesmf

let's have the links pointing to the updated doc

* update requirements versions

* Update doc/requirements.txt

Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>

* wrong syntax

* python3.8.5 not available

* remote python dep

* relax versions

Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>
  • Loading branch information
raphaeldussin and andersy005 authored Sep 10, 2020
1 parent ef214fe commit c567f6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ It is
and provides a simple, high-level API, compatible with xarray_ as well as basic numpy arrays.
- **Fast**: It is faster than ESMPy's original Fortran regridding engine in serial case, and also supports dask_ for `out-of-core, parallel computation <http://xarray.pydata.org/en/stable/dask.html>`_.

Please see `online documentation <http://xesmf.readthedocs.io/en/latest/>`_, or `play with example notebooks on Binder <https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks>`_.
Please see `online documentation <http://pangeo-xesmf.readthedocs.io/en/latest/>`_, or `play with example notebooks on Binder <https://mybinder.org/v2/gh/pangeo-data/xESMF/master?filepath=doc%2Fnotebooks>`_.

For new users, I also recommend reading `How to ask for help <https://xesmf.readthedocs.io/en/latest/#how-to-ask-for-help>`_ and `How to support xESMF <https://xesmf.readthedocs.io/en/latest/#how-to-support-xesmf>`_.
For new users, I also recommend reading `How to ask for help <https://pangeo-xesmf.readthedocs.io/en/latest/#how-to-ask-for-help>`_ and `How to support xESMF <https://pangeo-xesmf.readthedocs.io/en/latest/#how-to-support-xesmf>`_.

.. _ESMF: https://www.earthsystemcog.org/projects/esmf/
.. _ESMPy: https://www.earthsystemcog.org/projects/esmpy/
Expand All @@ -36,8 +36,8 @@ For new users, I also recommend reading `How to ask for help <https://xesmf.read
:target: https://codecov.io/gh/pangeo-data/xESMF
:alt: code coverage

.. |docs| image:: https://readthedocs.org/projects/xesmf/badge/?version=latest
:target: http://xesmf.readthedocs.io/en/latest/?badge=latest
.. |docs| image:: https://readthedocs.org/projects/pangeo-xesmf/badge/?version=latest
:target: http://pangeo-xesmf.readthedocs.io/en/latest/?badge=latest
:alt: documentation status

.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg
Expand Down
2 changes: 2 additions & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
numpydoc
ipython
Pygments>=2.6
nbsphinx
sphinx==3.2.1
sphinx_rtd_theme

0 comments on commit c567f6e

Please sign in to comment.