Skip to content

Commit 2a2fe75

Browse files
Update link to cf-plot documentation to new home in docs
1 parent 39136ff commit 2a2fe75

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _get_date():
153153
"cftime": ("https://unidata.github.io/cftime", None),
154154
"cfunits": ("https://ncas-cms.github.io/cfunits", None),
155155
"cfdm": ("https://ncas-cms.github.io/cfdm", None),
156-
"cfplot": ("https://ajheaps.github.io/cf-plot", None),
156+
"cfplot": ("https://ncas-cms.github.io/cf-plot/build/", None),
157157
"dask": ("https://docs.dask.org/en/latest", None),
158158
"matplotlib": ("https://matplotlib.org/stable/", None),
159159
}

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ details.
102102

103103
To install cf with all of its :ref:`required <Required>` and
104104
:ref:`optional <Optional>` dependencies, and the `cf-plot
105-
visualisation package <http://ajheaps.github.io/cf-plot>`_, run:
105+
visualisation package <https://ncas-cms.github.io/cf-plot/build/>`_, run:
106106

107107
.. code-block:: console
108108
:caption: *Install with conda.*

docs/source/introduction.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ manipulation and can:
116116

117117
Powerful, flexible, and user-friendly visualisations of field
118118
constructs are available with the `cf-plot` package that is installed
119-
separately to `cf` (see http://ajheaps.github.io/cf-plot for details).
119+
separately to `cf` (see the
120+
`cf-plot documentation
121+
<https://ncas-cms.github.io/cf-plot/build/>`_ for details).
120122

121123
See the `cf-plot gallery
122-
<http://ajheaps.github.io/cf-plot/gallery.html>`_ for the wide range
124+
<https://ncas-cms.github.io/cf-plot/build/gallery.html>`_ for the wide range
123125
of plotting possibilities with example code.
124126

125127
.. figure:: images/cfplot_example.png

docs/source/tutorial.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -532,16 +532,16 @@ files <External-variables-with-cfa>`.
532532

533533
Powerful, flexible, and user-friendly visualisations of field
534534
constructs are available with the `cf-plot` package (that needs to be
535-
installed separately to cf, see http://ajheaps.github.io/cf-plot for
536-
details).
535+
installed separately to cf, see `cf-plot documentation
536+
<https://ncas-cms.github.io/cf-plot/build/>`_ for details).
537537

538538
.. figure:: images/cfplot_example.png
539539

540540
*Example output of cf-plot displaying a cf field construct.*
541541

542-
See the `cfplot gallery
543-
<http://ajheaps.github.io/cf-plot/gallery.html>`_ for the wide range
544-
of plotting possibilities, with example code. These include, but are
542+
See the `cf-plot gallery
543+
<https://ncas-cms.github.io/cf-plot/build/gallery.html>`_ for the wide
544+
range of plotting possibilities, with example code. These include, but are
545545
not limited to:
546546

547547
* Cylindrical, polar stereographic and other plane projections

0 commit comments

Comments
 (0)