Skip to content

Commit 413733b

Browse files
HCookietennlee
andauthored
Apply suggestions from code review
Co-authored-by: Tennessee Leeuwenburg <134973832+tennlee@users.noreply.github.com>
1 parent 59dbbfd commit 413733b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/pipeline/pipeline_entrypoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ a pipeline as a source for [anemoi-datasets](https://anemoi.readthedocs.io/proje
88
Below is a minimal example of using a `PyEarthTools` pipeline to load data and prepare it for `anemoi`, please see the `anemoi` docs
99
for more information on the `datasets` config.
1010

11-
### Create the Pipeline
11+
### Create the Pipeline in PyEarthTools
1212

1313
.. code-block:: python
1414

@@ -44,7 +44,7 @@ for more information on the `datasets` config.
4444

4545
anemoi-datasets create /path/to/anemoi/dataset.yaml
4646

47-
## Contract
47+
## Function Contract
4848

4949
The expected contract and result from the `PyEarthTools` pipeline is to return an `xarray` object of a single time index.
5050

0 commit comments

Comments
 (0)