Skip to content

Commit

Permalink
v1.11.0.0 latest documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhassell committed Dec 6, 2023
1 parent 3dcefd3 commit 74b0d42
Show file tree
Hide file tree
Showing 2,070 changed files with 36,080 additions and 19,889 deletions.
313 changes: 167 additions & 146 deletions docs/Changelog.html

Large diffs are not rendered by default.

Binary file modified docs/_downloads/cfdm_tutorial_files.zip
Binary file not shown.
7 changes: 4 additions & 3 deletions docs/_downloads/tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@
lon.get_geometry()
print(lon.bounds.array)
print(lon.get_interior_ring().array)
f = cfdm.example_field(8)
print(f)
a = t.constructs.get('domainancillary0')
print(a.array)
bounds = a.bounds
Expand Down Expand Up @@ -617,8 +619,8 @@
f_file = cfdm.read('f_file.nc')[0]
f_file.properties()
f_file.nc_global_attributes()
f_file.set_property('Conventions', 'UGRID1.0')
cfdm.write(f, 'f_file.nc', Conventions='UGRID1.0')
f_file.set_property('Conventions', 'UGRID-1.0')
cfdm.write(f, 'f_file.nc', Conventions='UGRID-1.0')
print(q)
axes = q.get_data_axes('time')
axes
Expand Down Expand Up @@ -815,7 +817,6 @@
print(lon.array)
lon.data.source().source()
print(lon.data.source().source().array)
print(lon.array)
g = f[0, 6, :]
print(g)
print(g.construct('longitude').array)
Expand Down
318 changes: 1 addition & 317 deletions docs/_images/cfdm_field.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/_static/alabaster.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,9 @@ table.footnote td {
}

dl {
margin: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding: 0;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.10.1.2',
VERSION: '1.11.0.0',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 7 additions & 1 deletion docs/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #f8f8f8; }
.highlight { background: #f8f8f8; }
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
.highlight .g { color: #000000 } /* Generic */
Expand Down Expand Up @@ -49,6 +54,7 @@
.highlight .nt { color: #004461; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #000000 } /* Name.Variable */
.highlight .ow { color: #004461; font-weight: bold } /* Operator.Word */
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
.highlight .mb { color: #990000 } /* Literal.Number.Bin */
.highlight .mf { color: #990000 } /* Literal.Number.Float */
Expand Down
15 changes: 8 additions & 7 deletions docs/api_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>API reference &#8212; Documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -116,10 +117,10 @@ <h3>Related Topics</h3>



<div class="section" id="api-reference">
<section id="api-reference">
<h1><strong>API reference</strong><a class="headerlink" href="#api-reference" title="Permalink to this headline"></a></h1>
<hr class="docutils" />
<p>Version 1.10.1.2 for version 1.10 of the CF conventions.</p>
<p>Version 1.11.0.0 for version 1.11 of the CF conventions.</p>
<ul class="simple">
<li><p><strong>Construct classes</strong></p>
<ul>
Expand Down Expand Up @@ -169,7 +170,7 @@ <h1><strong>API reference</strong><a class="headerlink" href="#api-reference" ti
</li>
</ul>
</div>
</div>
</section>



Expand All @@ -180,11 +181,11 @@ <h1><strong>API reference</strong><a class="headerlink" href="#api-reference" ti
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
15 changes: 8 additions & 7 deletions docs/attribute/cfdm.Array.array.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>cfdm.Array.array &#8212; Documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="../index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="../index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -122,7 +123,7 @@ <h3>Related Topics</h3>



<div class="section" id="cfdm-array-array">
<section id="cfdm-array-array">
<h1>cfdm.Array.array<a class="headerlink" href="#cfdm-array-array" title="Permalink to this headline"></a></h1>
<dl class="attribute">
<dt id="cfdm.Array.array">
Expand All @@ -134,7 +135,7 @@ <h1>cfdm.Array.array<a class="headerlink" href="#cfdm-array-array" title="Permal
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><dl class="simple">
<dt><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.25)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></dt><dd><p>An independent numpy array of the data.</p>
<dt><a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v1.26)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></dt><dd><p>An independent numpy array of the data.</p>
</dd>
</dl>
</dd>
Expand All @@ -147,7 +148,7 @@ <h1>cfdm.Array.array<a class="headerlink" href="#cfdm-array-array" title="Permal
</div>
</dd></dl>

</div>
</section>



Expand All @@ -158,11 +159,11 @@ <h1>cfdm.Array.array<a class="headerlink" href="#cfdm-array-array" title="Permal
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
13 changes: 7 additions & 6 deletions docs/attribute/cfdm.Array.dtype.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>cfdm.Array.dtype &#8212; Documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="../index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="../index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -122,7 +123,7 @@ <h3>Related Topics</h3>



<div class="section" id="cfdm-array-dtype">
<section id="cfdm-array-dtype">
<h1>cfdm.Array.dtype<a class="headerlink" href="#cfdm-array-dtype" title="Permalink to this headline"></a></h1>
<dl class="attribute">
<dt id="cfdm.Array.dtype">
Expand All @@ -133,7 +134,7 @@ <h1>cfdm.Array.dtype<a class="headerlink" href="#cfdm-array-dtype" title="Permal
</div>
</dd></dl>

</div>
</section>



Expand All @@ -144,11 +145,11 @@ <h1>cfdm.Array.dtype<a class="headerlink" href="#cfdm-array-dtype" title="Permal
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
13 changes: 7 additions & 6 deletions docs/attribute/cfdm.Array.ndim.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>cfdm.Array.ndim &#8212; Documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="../index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="../index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -122,7 +123,7 @@ <h3>Related Topics</h3>



<div class="section" id="cfdm-array-ndim">
<section id="cfdm-array-ndim">
<h1>cfdm.Array.ndim<a class="headerlink" href="#cfdm-array-ndim" title="Permalink to this headline"></a></h1>
<dl class="attribute">
<dt id="cfdm.Array.ndim">
Expand All @@ -133,7 +134,7 @@ <h1>cfdm.Array.ndim<a class="headerlink" href="#cfdm-array-ndim" title="Permalin
</div>
</dd></dl>

</div>
</section>



Expand All @@ -144,11 +145,11 @@ <h1>cfdm.Array.ndim<a class="headerlink" href="#cfdm-array-ndim" title="Permalin
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
13 changes: 7 additions & 6 deletions docs/attribute/cfdm.Array.shape.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>cfdm.Array.shape &#8212; Documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="../index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="../index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -122,7 +123,7 @@ <h3>Related Topics</h3>



<div class="section" id="cfdm-array-shape">
<section id="cfdm-array-shape">
<h1>cfdm.Array.shape<a class="headerlink" href="#cfdm-array-shape" title="Permalink to this headline"></a></h1>
<dl class="attribute">
<dt id="cfdm.Array.shape">
Expand All @@ -133,7 +134,7 @@ <h1>cfdm.Array.shape<a class="headerlink" href="#cfdm-array-shape" title="Permal
</div>
</dd></dl>

</div>
</section>



Expand All @@ -144,11 +145,11 @@ <h1>cfdm.Array.shape<a class="headerlink" href="#cfdm-array-shape" title="Permal
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
13 changes: 7 additions & 6 deletions docs/attribute/cfdm.Array.size.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<title>cfdm.Array.size &#8212; Documentation</title>
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
Expand Down Expand Up @@ -37,7 +38,7 @@



<h1 class="logo"><a href="../index.html">cfdm 1.10.1.2</a></h1>
<h1 class="logo"><a href="../index.html">cfdm 1.11.0.0</a></h1>



Expand Down Expand Up @@ -122,7 +123,7 @@ <h3>Related Topics</h3>



<div class="section" id="cfdm-array-size">
<section id="cfdm-array-size">
<h1>cfdm.Array.size<a class="headerlink" href="#cfdm-array-size" title="Permalink to this headline"></a></h1>
<dl class="attribute">
<dt id="cfdm.Array.size">
Expand All @@ -133,7 +134,7 @@ <h1>cfdm.Array.size<a class="headerlink" href="#cfdm-array-size" title="Permalin
</div>
</dd></dl>

</div>
</section>



Expand All @@ -144,11 +145,11 @@ <h1>cfdm.Array.size<a class="headerlink" href="#cfdm-array-size" title="Permalin
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2023, NCAS | Page built on 2023-08-31.
&copy;2023, NCAS | Page built on 2023-12-06.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.4.5</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.13</a>

</div>

Expand Down
Loading

0 comments on commit 74b0d42

Please sign in to comment.