|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | 7 |
|
8 | 8 | <title>Tutorial — 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" /> |
11 | 11 | <link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=fd3f3429" /> |
12 | 12 | <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" /> |
16 | 16 | <link rel="stylesheet" type="text/css" href="_static/sg_gallery-rendered-html.css?v=1277b6f3" /> |
17 | 17 | <link rel="stylesheet" type="text/css" href="_static/customise-alabaster.css?v=5dec66a6" /> |
18 | 18 | <script src="_static/documentation_options.js?v=5318ce95"></script> |
|
30 | 30 |
|
31 | 31 | <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
32 | 32 |
|
| 33 | + |
| 34 | + |
33 | 35 |
|
34 | | - <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> |
35 | 36 |
|
36 | 37 | </head><body> |
37 | 38 | <div class="document"> |
38 | 39 |
|
39 | | - <div class="sphinxsidebar" role="navigation" aria-label="Main"> |
| 40 | + <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
40 | 41 | <div class="sphinxsidebarwrapper"> |
41 | 42 | <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"/> |
43 | 44 | </a></p> |
44 | 45 |
|
45 | 46 |
|
@@ -128,8 +129,8 @@ <h3>Related Topics</h3> |
128 | 129 | <hr class="docutils" /> |
129 | 130 | <p>Version 3.18.2 for version 1.12 of the CF conventions.</p> |
130 | 131 | <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> |
133 | 134 | <nav class="contents local" id="contents"> |
134 | 135 | <ul class="simple"> |
135 | 136 | <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> |
359 | 360 | <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> |
360 | 361 | <p>This tutorial uses a number of small sample datasets, all of which can |
361 | 362 | 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>, |
363 | 364 | 164kB):</p> |
364 | 365 | <div class="literal-block-wrapper docutils container" id="id120"> |
365 | 366 | <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 |
853 | 854 | 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 |
854 | 855 | 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> |
855 | 856 | <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" /> |
857 | 858 | <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> |
859 | 860 | </figcaption> |
860 | 861 | </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 |
862 | 863 | range of plotting possibilities, with example code. These include, but are |
863 | 864 | not limited to:</p> |
864 | 865 | <ul class="simple"> |
@@ -10107,11 +10108,11 @@ <h3><a class="toc-backref" href="#id514" role="doc-backlink">Curl</a><a class="h |
10107 | 10108 | <div class="clearer"></div> |
10108 | 10109 | </div> |
10109 | 10110 | <div class="footer"> |
10110 | | - ©2025, NCAS | Page built on 2025-10-16. |
| 10111 | + ©2025, NCAS | Page built on 2025-10-22. |
10111 | 10112 |
|
10112 | 10113 | | |
10113 | | - Powered by <a href="http://sphinx-doc.org/">Sphinx 7.4.7</a> |
10114 | | - & <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 | + & <a href="https://alabaster.readthedocs.io">Alabaster 0.7.16</a> |
10115 | 10116 |
|
10116 | 10117 | </div> |
10117 | 10118 |
|
|
0 commit comments