1+
12<!DOCTYPE html>
23
3- < html lang =" en " data-content_root =" ../ ">
4+ < html xmlns =" http://www.w3.org/1999/xhtml ">
45 < head >
5- < meta charset ="utf-8 " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6+ < meta charset ="utf-8 " /> < meta name ="generator " content ="Docutils 0.17.1: http://docutils.sourceforge.net/ " />
77
88 < title > Recipes using cf — Documentation</ title >
9- < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=5ecbeea2 " />
10- < link rel ="stylesheet " type ="text/css " href ="../_static/alabaster.css?v=a5d0ad34 " />
11- < link rel ="stylesheet " type ="text/css " href ="../_static/graphviz.css?v=4ae1632d " />
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=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- < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-rendered-html.css?v=1277b6f3 " />
17- < link rel ="stylesheet " type ="text/css " href ="../_static/customise-alabaster.css?v=5dec66a6 " />
18- < script src ="../_static/documentation_options.js?v=64e044ff "> </ script >
19- < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
20- < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
21- < script src ="../_static/clipboard.min.js?v=a7894cd8 "> </ script >
22- < script src ="../_static/copybutton.js?v=b578dfe4 "> </ script >
23- < script src ="../_static/toggleprompt.js?v=1b41717f "> </ script >
24- < link rel ="icon " href ="../_static/favicon.ico "/>
9+ < link rel ="stylesheet " href ="../_static/alabaster.css " type ="text/css " />
10+ < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
11+ < link rel ="stylesheet " type ="text/css " href ="../_static/graphviz.css " />
12+ < link rel ="stylesheet " type ="text/css " href ="../_static/copybutton.css " />
13+ < link rel ="stylesheet " type ="text/css " href ="../_static/customise-alabaster.css " />
14+ < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery.css " />
15+ < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-binder.css " />
16+ < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-dataframe.css " />
17+ < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-rendered-html.css " />
18+ < script id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
19+ < script src ="../_static/jquery.js "> </ script >
20+ < script src ="../_static/underscore.js "> </ script >
21+ < script src ="../_static/doctools.js "> </ script >
22+ < script src ="../_static/language_data.js "> </ script >
23+ < script src ="../_static/clipboard.min.js "> </ script >
24+ < script src ="../_static/copybutton.js "> </ script >
25+ < script src ="../_static/toggleprompt.js "> </ script >
26+ < script async ="async " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
27+ < link rel ="shortcut icon " href ="../_static/favicon.ico "/>
2528 < link rel ="index " title ="Index " href ="../genindex.html " />
2629 < link rel ="search " title ="Search " href ="../search.html " />
2730
2831 < link rel ="stylesheet " href ="../_static/custom.css " type ="text/css " />
2932
30-
31-
3233
34+ < meta name ="viewport " content ="width=device-width, initial-scale=0.9, maximum-scale=0.9 " />
3335
3436 </ head > < body >
3537 < div class ="document ">
3638
37- < div class ="sphinxsidebar " role ="navigation " aria-label ="Main ">
39+ < div class ="sphinxsidebar " role ="navigation " aria-label ="main navigation ">
3840 < div class ="sphinxsidebarwrapper ">
3941 < p class ="logo "> < a href ="../index.html ">
40- < img class ="logo " src ="../_static/logo.svg " alt ="Logo of Python cf package "/>
42+ < img class ="logo " src ="../_static/logo.svg " alt ="Logo "/>
4143 </ a > </ p >
4244
4345
@@ -61,22 +63,24 @@ <h1 class="logo"><a href="../index.html">cf 3.18.1</a></h1>
6163
6264
6365
64- < search id ="searchbox " style ="display: none " role ="search ">
66+ < div id ="searchbox " style ="display: none " role ="search ">
6567 < h3 id ="searchlabel "> Quick search</ h3 >
6668 < div class ="searchformwrapper ">
6769 < form class ="search " action ="../search.html " method ="get ">
68- < input type ="text " name ="q " aria-labelledby ="searchlabel " autocomplete =" off " autocorrect =" off " autocapitalize =" off " spellcheck =" false " />
70+ < input type ="text " name ="q " aria-labelledby ="searchlabel " />
6971 < input type ="submit " value ="Go " />
7072 </ form >
7173 </ div >
72- </ search >
73- < script > document . getElementById ( ' searchbox') . style . display = "block" </ script >
74+ </ div >
75+ < script > $ ( '# searchbox') . show ( 0 ) ; </ script >
7476< ul >
7577< li class ="toctree-l1 "> < a class ="reference internal " href ="../introduction.html "> < strong > Introduction</ strong > </ a > </ li >
78+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../cf_data_model.html "> < strong > CF data model</ strong > </ a > </ li >
7679< li class ="toctree-l1 "> < a class ="reference internal " href ="../installation.html "> < strong > Installation</ strong > </ a > </ li >
7780< li class ="toctree-l1 "> < a class ="reference internal " href ="../cheat_sheet.html "> < strong > Cheat Sheet</ strong > </ a > </ li >
7881< li class ="toctree-l1 "> < a class ="reference internal " href ="index.html "> < strong > Recipes using cf</ strong > </ a > </ li >
7982< li class ="toctree-l1 "> < a class ="reference internal " href ="../tutorial.html "> < strong > Tutorial</ strong > </ a > </ li >
83+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../analysis.html "> < strong > Analysis</ strong > </ a > </ li >
8084< li class ="toctree-l1 "> < a class ="reference internal " href ="../api_reference.html "> < strong > API reference</ strong > </ a > </ li >
8185< li class ="toctree-l1 "> < a class ="reference internal " href ="../aggregation_rules.html "> < strong > Aggregation rules</ strong > </ a > </ li >
8286< li class ="toctree-l1 "> < a class ="reference internal " href ="../performance.html "> < strong > Performance</ strong > </ a > </ li >
@@ -120,7 +124,7 @@ <h3>Related Topics</h3>
120124 < div class ="body " role ="main ">
121125
122126 < section id ="recipes-using-cf ">
123- < h1 > < strong > Recipes using cf</ strong > < a class ="headerlink " href ="#recipes-using-cf " title ="Link to this heading "> ¶</ a > </ h1 >
127+ < h1 > < strong > Recipes using cf</ strong > < a class ="headerlink " href ="#recipes-using-cf " title ="Permalink to this headline "> ¶</ a > </ h1 >
124128< hr class ="docutils " />
125129< p > Version 3.18.1 for version 1.12 of the CF conventions.</ p >
126130< p > Click on the keywords below to filter the recipes according to their function:</ p >
@@ -166,9 +170,6 @@ <h1><strong>Recipes using cf</strong><a class="headerlink" href="#recipes-using-
166170 < button data-filter ="regrid "> Regrid</ button >
167171 < button data-filter ="subspace "> Subspace</ button >
168172 < button data-filter ="mask "> Mask</ button >
169- < button data-filter ="vectorplot "> Vectorplot</ button >
170- < button data-filter ="subplot "> Subplot</ button >
171- < button data-filter ="stats "> Statistical Operations</ button >
172173</ div > </ section >
173174
174175
@@ -179,16 +180,16 @@ <h1><strong>Recipes using cf</strong><a class="headerlink" href="#recipes-using-
179180 < div class ="clearer "> </ div >
180181 </ div >
181182 < div class ="footer ">
182- ©2025 , NCAS | Page built on 2025-08-20 .
183+ ©2024 , NCAS | Page built on 2024-03-01 .
183184
184185 |
185- Powered by < a href ="https ://www. sphinx-doc.org/ "> Sphinx 8.2.3 </ a >
186- & < a href ="https://alabaster.readthedocs.io "> Alabaster 0.7.16 </ a >
186+ Powered by < a href ="http ://sphinx-doc.org/ "> Sphinx 2.4.5 </ a >
187+ & < a href ="https://github.com/bitprophet/alabaster "> Alabaster 0.7.13 </ a >
187188
188189 </ div >
189190
190191
191192
192193
193194 </ body >
194- </ html >
195+ </ html >
0 commit comments