Skip to content

Commit 8d5beef

Browse files
committed
v3.16.1 documentation
1 parent bdc6225 commit 8d5beef

File tree

3,859 files changed

+14163
-11710
lines changed

Some content is hidden

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

3,859 files changed

+14163
-11710
lines changed

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.16.0</a></h1>
47+
<h1 class="logo"><a href="index.html">cf 3.16.1</a></h1>
4848

4949

5050

@@ -491,7 +491,7 @@ <h2>Changes to the API of existing methods<a class="headerlink" href="#changes-
491491
<div class="clearer"></div>
492492
</div>
493493
<div class="footer">
494-
&copy;2023, NCAS | Page built on 2023-12-06.
494+
&copy;2024, NCAS | Page built on 2024-03-01.
495495

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

docs/Changelog.html

Lines changed: 264 additions & 232 deletions
Large diffs are not rendered by default.
0 Bytes
Binary file not shown.

docs/_downloads/plot_15_recipe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"cell_type": "markdown",
5252
"metadata": {},
5353
"source": [
54-
"2. Read and select land use data by index and see properties of all constructs:\n\n"
54+
"2. Read and select land use data by index and see properties of all construcs:\n\n"
5555
]
5656
},
5757
{
@@ -154,7 +154,7 @@
154154
"name": "python",
155155
"nbconvert_exporter": "python",
156156
"pygments_lexer": "ipython3",
157-
"version": "3.10.10"
157+
"version": "3.10.13"
158158
}
159159
},
160160
"nbformat": 4,

docs/_downloads/plot_15_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import cf
3232

3333
# %%
34-
# 2. Read and select land use data by index and see properties of all constructs:
34+
# 2. Read and select land use data by index and see properties of all construcs:
3535
f = cf.read("~/recipes/output.tif.nc")[0]
3636
f.dump()
3737

-1 Bytes
Binary file not shown.

docs/_downloads/recipes_python.zip

-1 Bytes
Binary file not shown.

docs/_downloads/tutorial.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@
347347
lon.get_geometry()
348348
print(lon.bounds.data.array)
349349
print(lon.get_interior_ring().data.array)
350-
f = cf.example_field(8)
351-
print(f)
352350
a = t.constructs.get('domainancillary0')
353351
print(a.array)
354352
bounds = a.bounds
390 Bytes
Loading
221 Bytes
Loading

0 commit comments

Comments
 (0)