Skip to content

Commit 99e77b1

Browse files
committed
Merge branch 'main' into import-speed-up
2 parents 660d48f + e9061e6 commit 99e77b1

File tree

8 files changed

+57
-56
lines changed

8 files changed

+57
-56
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ possible, are available with the [cf-plot
128128
package](https://ncas-cms.github.io/cf-plot), which needs to be
129129
installed separately to the `cf` package.
130130

131-
![Example outputs of cf-plot displaying selected aspects of `cf` field constructs](https://raw.githubusercontent.com/NCAS-CMS/cf-plot/master/docs/source/images/cf_gallery_image.png)
131+
![Example outputs of cf-plot displaying selected aspects of `cf` field constructs](docs/source/images/new_gallery_view.png)
132132

133133
Command line utilities
134134
======================

docs/_images/new_gallery_view.png

971 KB
Loading

docs/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>cf python package &#8212; Documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" />
10-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=541523b4" />
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=61cd365c" />
10+
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=a5d0ad34" />
1111
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
13-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=61a4c737" />
14-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=ca3c1c84" />
15-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=e5fbc548" />
13+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" />
14+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" />
15+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" />
1616
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" />
1717
<link rel="stylesheet" type="text/css" href="_static/customise-alabaster.css?v=5dec66a6" />
1818
<script src="_static/documentation_options.js?v=5318ce95"></script>
@@ -29,16 +29,17 @@
2929

3030
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
3131

32+
33+
3234

33-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3435

3536
</head><body>
3637
<div class="document">
3738

38-
<div class="sphinxsidebar" role="navigation" aria-label="Main">
39+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
3940
<div class="sphinxsidebarwrapper">
4041
<p class="logo"><a href="#">
41-
<img class="logo" src="_static/logo.svg" alt="Logo of Python cf package"/>
42+
<img class="logo" src="_static/logo.svg" alt="Logo"/>
4243
</a></p>
4344

4445

@@ -215,12 +216,12 @@ <h3><a class="toc-backref" href="#id7" role="doc-backlink"><strong>Visualisation
215216
constructs are available with the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf-plot</span></code> package that is installed
216217
separately to <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf</span></code> (see the
217218
<a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/">cf-plot documentation</a> for details).</p>
218-
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/gallery.html">cf-plot gallery</a> for the wide range
219+
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/gallery_of_examples.html">cf-plot gallery</a> for the wide range
219220
of plotting possibilities with example code.</p>
220221
<figure class="align-default" id="id4">
221-
<img alt="_images/cfplot_example.png" src="_images/cfplot_example.png" />
222+
<img alt="_images/new_gallery_view.png" src="_images/new_gallery_view.png" />
222223
<figcaption>
223-
<p><span class="caption-text"><em>Example output of cf-plot displaying a cf field construct.</em></span><a class="headerlink" href="#id4" title="Link to this image"></a></p>
224+
<p><span class="caption-text"><em>Examples gallery of plots made with the cf-plot library.</em></span><a class="headerlink" href="#id4" title="Link to this image"></a></p>
224225
</figcaption>
225226
</figure>
226227
</section>
@@ -314,8 +315,7 @@ <h3><a class="toc-backref" href="#id9" role="doc-backlink"><strong>Command line
314315
<div class="line"><br /></div>
315316
</div>
316317
<figure class="align-default" id="id5">
317-
<img alt="_images/cfdm_field.svg" src="_images/cfdm_field.svg" />
318-
<figcaption>
318+
<img alt="_images/cfdm_field.svg" src="_images/cfdm_field.svg" /><figcaption>
319319
<p><span class="caption-text"><em>The constructs of the CF data model described using UML. The field construct corresponds to a CF-netCDF data variable. The domain construct provides the linkage between the field construct and the constructs which describe measurement locations and cell properties. It is useful to define an abstract generic coordinate construct that can be used to refer to coordinates when the their type (dimension or auxiliary coordinate construct) is not an issue.</em></span><a class="headerlink" href="#id5" title="Link to this image"></a></p>
320320
</figcaption>
321321
</figure>
@@ -385,11 +385,11 @@ <h2><strong>Index and search</strong><a class="headerlink" href="#index-and-sear
385385
<div class="clearer"></div>
386386
</div>
387387
<div class="footer">
388-
&copy;2025, NCAS | Page built on 2025-10-16.
388+
&#169;2025, NCAS | Page built on 2025-10-22.
389389

390390
|
391-
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.4.7</a>
392-
&amp; <a href="https://github.com/sphinx-doc/alabaster">Alabaster 0.7.14</a>
391+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
392+
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
393393

394394
</div>
395395

docs/introduction.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Introduction &#8212; Documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" />
10-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=541523b4" />
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=61cd365c" />
10+
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=a5d0ad34" />
1111
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
13-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=61a4c737" />
14-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=ca3c1c84" />
15-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=e5fbc548" />
13+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" />
14+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" />
15+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" />
1616
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" />
1717
<link rel="stylesheet" type="text/css" href="_static/customise-alabaster.css?v=5dec66a6" />
1818
<script src="_static/documentation_options.js?v=5318ce95"></script>
@@ -29,16 +29,17 @@
2929

3030
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
3131

32+
33+
3234

33-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3435

3536
</head><body>
3637
<div class="document">
3738

38-
<div class="sphinxsidebar" role="navigation" aria-label="Main">
39+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
3940
<div class="sphinxsidebarwrapper">
4041
<p class="logo"><a href="index.html">
41-
<img class="logo" src="_static/logo.svg" alt="Logo of Python cf package"/>
42+
<img class="logo" src="_static/logo.svg" alt="Logo"/>
4243
</a></p>
4344

4445

@@ -213,12 +214,12 @@ <h2><a class="toc-backref" href="#id6" role="doc-backlink"><strong>Visualisation
213214
constructs are available with the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf-plot</span></code> package that is installed
214215
separately to <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf</span></code> (see the
215216
<a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/">cf-plot documentation</a> for details).</p>
216-
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/gallery.html">cf-plot gallery</a> for the wide range
217+
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/gallery_of_examples.html">cf-plot gallery</a> for the wide range
217218
of plotting possibilities with example code.</p>
218219
<figure class="align-default" id="id3">
219-
<img alt="_images/cfplot_example.png" src="_images/cfplot_example.png" />
220+
<img alt="_images/new_gallery_view.png" src="_images/new_gallery_view.png" />
220221
<figcaption>
221-
<p><span class="caption-text"><em>Example output of cf-plot displaying a cf field construct.</em></span><a class="headerlink" href="#id3" title="Link to this image"></a></p>
222+
<p><span class="caption-text"><em>Examples gallery of plots made with the cf-plot library.</em></span><a class="headerlink" href="#id3" title="Link to this image"></a></p>
222223
</figcaption>
223224
</figure>
224225
</section>
@@ -312,8 +313,7 @@ <h2><a class="toc-backref" href="#id8" role="doc-backlink"><strong>Command line
312313
<div class="line"><br /></div>
313314
</div>
314315
<figure class="align-default" id="id4">
315-
<img alt="_images/cfdm_field.svg" src="_images/cfdm_field.svg" />
316-
<figcaption>
316+
<img alt="_images/cfdm_field.svg" src="_images/cfdm_field.svg" /><figcaption>
317317
<p><span class="caption-text"><em>The constructs of the CF data model described using UML. The field construct corresponds to a CF-netCDF data variable. The domain construct provides the linkage between the field construct and the constructs which describe measurement locations and cell properties. It is useful to define an abstract generic coordinate construct that can be used to refer to coordinates when the their type (dimension or auxiliary coordinate construct) is not an issue.</em></span><a class="headerlink" href="#id4" title="Link to this image"></a></p>
318318
</figcaption>
319319
</figure>
@@ -355,11 +355,11 @@ <h2><a class="toc-backref" href="#id10" role="doc-backlink"><strong>References</
355355
<div class="clearer"></div>
356356
</div>
357357
<div class="footer">
358-
&copy;2025, NCAS | Page built on 2025-10-16.
358+
&#169;2025, NCAS | Page built on 2025-10-22.
359359

360360
|
361-
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.4.7</a>
362-
&amp; <a href="https://github.com/sphinx-doc/alabaster">Alabaster 0.7.14</a>
361+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
362+
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
363363

364364
</div>
365365

971 KB
Loading

docs/source/introduction.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ separately to `cf` (see the
139139
<https://ncas-cms.github.io/cf-plot/build/>`_ for details).
140140

141141
See the `cf-plot gallery
142-
<https://ncas-cms.github.io/cf-plot/build/gallery.html>`_ for the wide range
142+
<https://ncas-cms.github.io/cf-plot/gallery_of_examples.html>`_ for the wide range
143143
of plotting possibilities with example code.
144144

145-
.. figure:: images/cfplot_example.png
145+
.. figure:: images/new_gallery_view.png
146146

147-
*Example output of cf-plot displaying a cf field construct.*
147+
*Examples gallery of plots made with the cf-plot library.*
148148

149149
----
150150

docs/source/tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,12 +547,12 @@ constructs are available with the `cf-plot` package (that needs to be
547547
installed separately to cf, see `cf-plot documentation
548548
<https://ncas-cms.github.io/cf-plot/build/>`_ for details).
549549

550-
.. figure:: images/cfplot_example.png
550+
.. figure:: images/new_gallery_view.png
551551

552-
*Example output of cf-plot displaying a cf field construct.*
552+
*Examples gallery of plots made with the cf-plot library.*
553553

554554
See the `cf-plot gallery
555-
<https://ncas-cms.github.io/cf-plot/build/gallery.html>`_ for the wide
555+
<https://ncas-cms.github.io/cf-plot/gallery_of_examples.html>`_ for the wide
556556
range of plotting possibilities, with example code. These include, but are
557557
not limited to:
558558

docs/tutorial.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<title>Tutorial &#8212; Documentation</title>
9-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b3523f8e" />
10-
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=541523b4" />
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=61cd365c" />
10+
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=a5d0ad34" />
1111
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" />
1212
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
13-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=61a4c737" />
14-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=ca3c1c84" />
15-
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=e5fbc548" />
13+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery.css?v=d2d258e8" />
14+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-binder.css?v=f4aeca0c" />
15+
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-dataframe.css?v=2082cf3c" />
1616
<link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" />
1717
<link rel="stylesheet" type="text/css" href="_static/customise-alabaster.css?v=5dec66a6" />
1818
<script src="_static/documentation_options.js?v=5318ce95"></script>
@@ -30,16 +30,17 @@
3030

3131
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
3232

33+
34+
3335

34-
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
3536

3637
</head><body>
3738
<div class="document">
3839

39-
<div class="sphinxsidebar" role="navigation" aria-label="Main">
40+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
4041
<div class="sphinxsidebarwrapper">
4142
<p class="logo"><a href="index.html">
42-
<img class="logo" src="_static/logo.svg" alt="Logo of Python cf package"/>
43+
<img class="logo" src="_static/logo.svg" alt="Logo"/>
4344
</a></p>
4445

4546

@@ -128,8 +129,8 @@ <h3>Related Topics</h3>
128129
<hr class="docutils" />
129130
<p>Version 3.18.2 for version 1.12 of the CF conventions.</p>
130131
<p>All of the Python code in this tutorial is available in two executable
131-
scripts (<a class="reference download internal" download="" href="_downloads/bb5fb8d8c9c79615a69f3b221f87dfa4/tutorial.py"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>, 28kB,
132-
<a class="reference download internal" download="" href="_downloads/f005a212533d023d9ca8ee5ecd9a9065/field_analysis.py"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>, 8kB).</p>
132+
scripts (<a class="reference download internal" download="" href="_downloads/tutorial.py"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>, 28kB,
133+
<a class="reference download internal" download="" href="_downloads/field_analysis.py"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>, 8kB).</p>
133134
<nav class="contents local" id="contents">
134135
<ul class="simple">
135136
<li><p><a class="reference internal" href="#sample-datasets" id="id387"><strong>Sample datasets</strong></a></p></li>
@@ -359,7 +360,7 @@ <h3>Related Topics</h3>
359360
<span id="id2"></span><h2><a class="toc-backref" href="#id387" role="doc-backlink"><strong>Sample datasets</strong></a><a class="headerlink" href="#sample-datasets" title="Link to this heading">¶</a></h2>
360361
<p>This tutorial uses a number of small sample datasets, all of which can
361362
be found in the zip file <code class="docutils literal notranslate"><span class="pre">cf_tutorial_files.zip</span></code>
362-
(<a class="reference download internal" download="" href="_downloads/662a6146f847a4d1c19d523d3f30e1cc/cf_tutorial_files.zip"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>,
363+
(<a class="reference download internal" download="" href="_downloads/cf_tutorial_files.zip"><code class="xref download docutils literal notranslate"><span class="pre">download</span></code></a>,
363364
164kB):</p>
364365
<div class="literal-block-wrapper docutils container" id="id120">
365366
<div class="code-block-caption"><span class="caption-text"><em>Unpack the sample datasets.</em></span><a class="headerlink" href="#id120" title="Link to this code">¶</a></div>
@@ -853,12 +854,12 @@ <h2><a class="toc-backref" href="#id398" role="doc-backlink"><strong>Visualisati
853854
constructs are available with the <code class="xref py py-obj docutils literal notranslate"><span class="pre">cf-plot</span></code> package (that needs to be
854855
installed separately to cf, see <a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/">cf-plot documentation</a> for details).</p>
855856
<figure class="align-default" id="id131">
856-
<img alt="_images/cfplot_example.png" src="_images/cfplot_example.png" />
857+
<img alt="_images/new_gallery_view.png" src="_images/new_gallery_view.png" />
857858
<figcaption>
858-
<p><span class="caption-text"><em>Example output of cf-plot displaying a cf field construct.</em></span><a class="headerlink" href="#id131" title="Link to this image">¶</a></p>
859+
<p><span class="caption-text"><em>Examples gallery of plots made with the cf-plot library.</em></span><a class="headerlink" href="#id131" title="Link to this image">¶</a></p>
859860
</figcaption>
860861
</figure>
861-
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/build/gallery.html">cf-plot gallery</a> for the wide
862+
<p>See the <a class="reference external" href="https://ncas-cms.github.io/cf-plot/gallery_of_examples.html">cf-plot gallery</a> for the wide
862863
range of plotting possibilities, with example code. These include, but are
863864
not limited to:</p>
864865
<ul class="simple">
@@ -10107,11 +10108,11 @@ <h3><a class="toc-backref" href="#id514" role="doc-backlink">Curl</a><a class="h
1010710108
<div class="clearer"></div>
1010810109
</div>
1010910110
<div class="footer">
10110-
&copy;2025, NCAS | Page built on 2025-10-16.
10111+
&#169;2025, NCAS | Page built on 2025-10-22.
1011110112

1011210113
|
10113-
Powered by <a href="http://sphinx-doc.org/">Sphinx 7.4.7</a>
10114-
&amp; <a href="https://github.com/sphinx-doc/alabaster">Alabaster 0.7.14</a>
10114+
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 7.3.7</a>
10115+
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a>
1011510116

1011610117
</div>
1011710118

0 commit comments

Comments
 (0)