Skip to content

Commit 5ce99eb

Browse files
committed
Fix docs
1 parent 11ef378 commit 5ce99eb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

esmvalcore/config/configurations/data-xcube-cci.yml renamed to esmvalcore/config/configurations/data-xcube-esacci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# More information available at
33
# https://xcube.readthedocs.io/en/latest/dataaccess.html#esa-climate-data-centre-esa-cci-cciodp-ccizarr-esa-cci-kc.
44
projects:
5-
external:
5+
ESACCI:
66
data:
77
ccizarr:
88
type: "esmvalcore.io.xcube.XCubeDataSource"

esmvalcore/io/xcube.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""Access data using `xcube <https://xcube.readthedocs.io>`_.
22
3-
Run the command ``esmvaltool config copy data-xcube-ccizarr.yml`` to update
3+
Run the command ``esmvaltool config copy data-xcube-esacci.yml`` to update
44
your :ref:`configuration <config-data-sources>` to use this module. This will
55
create a file with the following content in your configuration directory:
66
7-
.. literalinclude:: ../configurations/data-xcube-ccizarr.yml
7+
.. literalinclude:: ../configurations/data-xcube-esacci.yml
88
:language: yaml
9-
:caption: Contents of ``data-xcube-ccizarr.yml``
9+
:caption: Contents of ``data-xcube-esacci.yml``
1010
1111
"""
1212

0 commit comments

Comments
 (0)