Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Jan 6, 2025
1 parent 24cafa1 commit 572bd11
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configs/inputs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ input.
*****

You can also specify the input as ``cds`` to read the data from the
[Climate Data Store](https://cds.climate.copernicus.eu/). This requires
the `cdsapi` package to be installed, and the user to have a CDS
account.
`Climate Data Store <https://cds.climate.copernicus.eu/>`_. This
requires the `cdsapi` package to be installed, and the user to have a
CDS account.

.. literalinclude:: inputs_8.yaml
:language: yaml

As the CDS contains a plethora of
[datasets](https://cds.climate.copernicus.eu/datasets), you can specify
the dataset you want to use with the key `dataset`.
As the CDS contains a plethora of `datasets
<https://cds.climate.copernicus.eu/datasets>`_, you can specify the
dataset you want to use with the key `dataset`.

This can be a str in which case the dataset is used for all requests, or
a dict of any number of levels which will be descended based on the
Expand Down

0 comments on commit 572bd11

Please sign in to comment.