Skip to content

Commit c30ac59

Browse files
committed
v3.18.0 documentation
1 parent bcaa892 commit c30ac59

File tree

4,696 files changed

+47093
-20000
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,696 files changed

+47093
-20000
lines changed
576 Bytes
Binary file not shown.

docs/2_to_3_changes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646

47-
<h1 class="logo"><a href="index.html">cf 3.17.0</a></h1>
47+
<h1 class="logo"><a href="index.html">cf 3.18.0</a></h1>
4848

4949

5050

@@ -489,7 +489,7 @@ <h2>Changes to the API of existing methods<a class="headerlink" href="#changes-
489489
<div class="clearer"></div>
490490
</div>
491491
<div class="footer">
492-
&copy;2025, NCAS | Page built on 2025-04-02.
492+
&copy;2025, NCAS | Page built on 2025-06-05.
493493

494494
|
495495
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>

docs/Changelog.html

Lines changed: 263 additions & 235 deletions
Large diffs are not rendered by default.
142 KB
Binary file not shown.

docs/_downloads/plot_01_recipe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"name": "python",
220220
"nbconvert_exporter": "python",
221221
"pygments_lexer": "ipython3",
222-
"version": "3.10.8"
222+
"version": "3.11.11"
223223
}
224224
},
225225
"nbformat": 4,

docs/_downloads/plot_02_recipe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"name": "python",
267267
"nbconvert_exporter": "python",
268268
"pygments_lexer": "ipython3",
269-
"version": "3.10.8"
269+
"version": "3.11.11"
270270
}
271271
},
272272
"nbformat": 4,

docs/_downloads/plot_03_recipe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"name": "python",
126126
"nbconvert_exporter": "python",
127127
"pygments_lexer": "ipython3",
128-
"version": "3.10.8"
128+
"version": "3.11.11"
129129
}
130130
},
131131
"nbformat": 4,

docs/_downloads/plot_04_recipe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"outputs": [],
5353
"source": [
54-
"obs = cf.read(\"~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc\", chunks=None)\nprint(obs)"
54+
"obs = cf.read(\"~/recipes/cru_ts4.06.1901.2021.tmp.dat.nc\", dask_chunks=None)\nprint(obs)"
5555
]
5656
},
5757
{
@@ -129,7 +129,7 @@
129129
"name": "python",
130130
"nbconvert_exporter": "python",
131131
"pygments_lexer": "ipython3",
132-
"version": "3.10.8"
132+
"version": "3.11.11"
133133
}
134134
},
135135
"nbformat": 4,

docs/_downloads/plot_05_recipe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cell_type": "markdown",
121121
"metadata": {},
122122
"source": [
123-
"4. Plot the wind vectors on top of precipitation data for June 1995 by creating a subspace with a date-time object and using [cfplot.con](http://ajheaps.github.io/cf-plot/con.html). Here [cfplot.gopen](http://ajheaps.github.io/cf-plot/gopen.html) is used to define the parts of the plot area, which is closed by [cfplot.gclose](http://ajheaps.github.io/cf-plot/gclose.html); [cfplot.cscale](http://ajheaps.github.io/cf-plot/cscale.html) is used to choose one of the colour maps amongst many available; [cfplot.levs](http://ajheaps.github.io/cf-plot/levs.html) is used to set the contour levels for precipitation data; and [cfplot.vect](http://ajheaps.github.io/cf-plot/vect.html) is used to plot the wind vectors for June 1995:\n\n"
123+
"4. Plot the wind vectors on top of precipitation data for June 1995 by creating a subspace with a date-time object and using [cfplot.con](https://ncas-cms.github.io/cf-plot/build/con.html). Here [cfplot.gopen](https://ncas-cms.github.io/cf-plot/build/gopen.html) is used to define the parts of the plot area, which is closed by [cfplot.gclose](https://ncas-cms.github.io/cf-plot/build/gclose.html); [cfplot.cscale](https://ncas-cms.github.io/cf-plot/build/cscale.html) is used to choose one of the colour maps amongst many available; [cfplot.levs](https://ncas-cms.github.io/cf-plot/build/levs.html) is used to set the contour levels for precipitation data; and [cfplot.vect](https://ncas-cms.github.io/cf-plot/build/vect.html) is used to plot the wind vectors for June 1995:\n\n"
124124
]
125125
},
126126
{
@@ -151,7 +151,7 @@
151151
"name": "python",
152152
"nbconvert_exporter": "python",
153153
"pygments_lexer": "ipython3",
154-
"version": "3.10.8"
154+
"version": "3.11.11"
155155
}
156156
},
157157
"nbformat": 4,

docs/_downloads/plot_06_recipe.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"cell_type": "markdown",
113113
"metadata": {},
114114
"source": [
115-
"6. Plot the wind gust by creating a subspace for the specified variable ``test`` using [cfplot.con](http://ajheaps.github.io/cf-plot/con.html). Here [cfplot.mapset](http://ajheaps.github.io/cf-plot/mapset.html) is used to set the mapping parameters like setting the map resolution to 50m:\n\n"
115+
"6. Plot the wind gust by creating a subspace for the specified variable ``test`` using [cfplot.con](https://ncas-cms.github.io/cf-plot/build/con.html). Here [cfplot.mapset](https://ncas-cms.github.io/cf-plot/build/mapset.html) is used to set the mapping parameters like setting the map resolution to 50m:\n\n"
116116
]
117117
},
118118
{
@@ -130,7 +130,7 @@
130130
"cell_type": "markdown",
131131
"metadata": {},
132132
"source": [
133-
"7. To see the rotated pole data on the native grid, the above steps are repeated and projection is set to rotated in [cfplot.mapset](http://ajheaps.github.io/cf-plot/mapset.html):\n\n"
133+
"7. To see the rotated pole data on the native grid, the above steps are repeated and projection is set to rotated in [cfplot.mapset](https://ncas-cms.github.io/cf-plot/build/mapset.html):\n\n"
134134
]
135135
},
136136
{
@@ -197,7 +197,7 @@
197197
"name": "python",
198198
"nbconvert_exporter": "python",
199199
"pygments_lexer": "ipython3",
200-
"version": "3.10.8"
200+
"version": "3.11.11"
201201
}
202202
},
203203
"nbformat": 4,

0 commit comments

Comments
 (0)