Skip to content

Commit 8b11814

Browse files
Apply suggestions from code review
Co-authored-by: Jared Lewis <jared@jared.kiwi.nz>
1 parent 1229263 commit 8b11814

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/how-to-guides/using-pre-computed-results.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@
1616
# # Using pre-computed results
1717
#
1818
# Results computed by the CMIP7 Assessment Fast Track Rapid Evaluation Framework are available from
19-
# the website https://dashboard.climate-ref.org. The results shown on this website, can also be
20-
# accessed using an [OpenAPI](https://www.openapis.org) described at https://api.climate-ref.org/docs.
19+
# the website: https://dashboard.climate-ref.org and the associated API: https://api.climate-ref.org.
20+
# This API provides an [OpenAPI](https://www.openapis.org) schema that documents what queries are available.
21+
# The API documentation can be viewed at: https://api.climate-ref.org/docs.
2122
#
2223
# This Jupyter notebook shows how to use this API to download pre-computed results and use those to do
2324
# your own analyses.
2425

2526
# %% [markdown]
2627
# ## Generate and install
2728
#
28-
# We start by generating and installing a Python package for interacting with the API:
29+
# We start by generating and installing a Python package for interacting with the API
30+
# from the OpenAPI-compatible [schema](https://api.climate-ref.org/api/v1/openapi.json).
2931

3032
# %%
3133
# !uvx --quiet --from openapi-python-client openapi-python-client generate --url https://api.climate-ref.org/api/v1/openapi.json --meta setup --output-path climate_ref_client --overwrite

0 commit comments

Comments
 (0)