We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dbbfd commit 413733bCopy full SHA for 413733b
docs/api/pipeline/pipeline_entrypoints.md
@@ -8,7 +8,7 @@ a pipeline as a source for [anemoi-datasets](https://anemoi.readthedocs.io/proje
8
Below is a minimal example of using a `PyEarthTools` pipeline to load data and prepare it for `anemoi`, please see the `anemoi` docs
9
for more information on the `datasets` config.
10
11
-### Create the Pipeline
+### Create the Pipeline in PyEarthTools
12
13
.. code-block:: python
14
@@ -44,7 +44,7 @@ for more information on the `datasets` config.
44
45
anemoi-datasets create /path/to/anemoi/dataset.yaml
46
47
-## Contract
+## Function Contract
48
49
The expected contract and result from the `PyEarthTools` pipeline is to return an `xarray` object of a single time index.
50
0 commit comments