You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by le...@apache.org on 2018/05/02 18:41:56 UTC

svn commit: r1830784 [4/12] - in /climate/site/trunk/content/api/current: ./ _sources/ _sources/config/ _sources/data_source/ _sources/ocw/ _sources/ui-backend/ _static/ config/ data_source/ ocw/ ui-backend/

Modified: climate/site/trunk/content/api/current/config/config_writer.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/current/config/config_writer.html?rev=1830784&r1=1830783&r2=1830784&view=diff
==============================================================================
--- climate/site/trunk/content/api/current/config/config_writer.html (original)
+++ climate/site/trunk/content/api/current/config/config_writer.html Wed May  2 18:41:55 2018
@@ -1,23 +1,21 @@
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    
-    <title>Configuration File Writer API &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
-    
+    <title>Configuration File Writer API &#8212; Apache Open Climate Workbench 1.3.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-    
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.2.0',
+        VERSION:     '1.3.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
       };
     </script>
     <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -25,7 +23,6 @@
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="next" title="Dataset Information" href="dataset_information.html" />
     <link rel="prev" title="Configuration File Overview" href="config_overview.html" />
    
@@ -35,7 +32,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
-  <body role="document">
+  <body>
   
 
     <div class="document">
@@ -54,8 +51,8 @@
 <col class="field-body" />
 <tbody valign="top">
 <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
-<li><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) &#8211; The evaluation object to export.</li>
-<li><strong>file_path</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) &#8211; Optional file path where the config file should be saved.</li>
+<li><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) – The evaluation object to export.</li>
+<li><strong>file_path</strong> (<a class="reference external" href="https://docs.python.org/2/library/string.html#module-string" title="(in Python v2.7)"><code class="xref py py-mod docutils literal"><span class="pre">string</span></code></a>) – Optional file path where the config file should be saved.</li>
 </ul>
 </td>
 </tr>
@@ -71,13 +68,13 @@
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>dataset</strong> (<a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a>) &#8211; The dataset from which to extract configuration
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>dataset</strong> (<a class="reference internal" href="../ocw/dataset.html#dataset.Dataset" title="dataset.Dataset"><code class="xref py py-class docutils literal"><span class="pre">dataset.Dataset</span></code></a>) – The dataset from which to extract configuration
 information.</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><code class="xref py py-func docutils literal"><span class="pre">dict()</span></code> containing necessary information for
 dataset to be saved into a configuration object.</td>
 </tr>
-<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>AttributeError</strong> &#8211; If dataset does not contain expected source data.</td>
+<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><strong>AttributeError</strong> – If dataset does not contain expected source data.</td>
 </tr>
 </tbody>
 </table>
@@ -91,7 +88,7 @@ dataset to be saved into a configuration
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) &#8211; The evaluation object from which to extract metrics.</td>
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) – The evaluation object from which to extract metrics.</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">A <code class="xref py py-func docutils literal"><span class="pre">dict()</span></code> of dataset configuration information for export
 to a configuration file.</td>
@@ -109,15 +106,15 @@ to a configuration file.</td>
 <p>Attempts to parse out temporal and spatial rebinning/regridding information
 from the supplied evaluation object. If no datasets can be found, values
 are defaulted to sane defaults or (potentially) excluded entirely.</p>
-<p>It&#8217;s important to note that this function does its best to extrapolate the
-configuration information. It&#8217;s possible that you will encounter a scenario
+<p>It’s important to note that this function does its best to extrapolate the
+configuration information. It’s possible that you will encounter a scenario
 where the guessed values are not what you want/expect. Please double
 check the output before blinding trusting what this generates.</p>
 <table class="docutils field-list" frame="void" rules="none">
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) &#8211; The evaluation object from which to extract metrics.</td>
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) – The evaluation object from which to extract metrics.</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">A dictionary of valid <cite>evaluation</cite> section settings for export
 to a configuration file.</td>
@@ -136,7 +133,7 @@ to a configuration file.</td>
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) &#8211; The evaluation object from which to extract metrics.</td>
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) – The evaluation object from which to extract metrics.</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">A <code class="xref py py-func docutils literal"><span class="pre">list()</span></code> of <a class="reference internal" href="../ocw/metrics.html#module-metrics" title="metrics"><code class="xref py py-mod docutils literal"><span class="pre">metrics</span></code></a> object names for output into
 a configuration file.</td>
@@ -155,7 +152,7 @@ a configuration file.</td>
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) &#8211; The evaluation object from which to extract metrics.</td>
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>evaluation</strong> (<a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a>) – The evaluation object from which to extract metrics.</td>
 </tr>
 <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">A <code class="xref py py-func docutils literal"><span class="pre">list()</span></code> of <code class="xref py py-func docutils literal"><span class="pre">list()</span></code> objects containing bounding
 box info for export into a configuration file</td>
@@ -188,7 +185,7 @@ box info for export into a configuration
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
-      <li><a href="../_sources/config/config_writer.txt"
+      <li><a href="../_sources/config/config_writer.rst.txt"
             rel="nofollow">Show Source</a></li>
     </ul>
    </div>
@@ -207,14 +204,14 @@ box info for export into a configuration
       <div class="clearer"></div>
     </div>
     <div class="footer">
-      &copy;2016, Apache Software Foundation.
+      &copy;2017, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
       |
-      <a href="../_sources/config/config_writer.txt"
+      <a href="../_sources/config/config_writer.rst.txt"
           rel="nofollow">Page source</a>
     </div>
 

Modified: climate/site/trunk/content/api/current/config/dataset_information.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/current/config/dataset_information.html?rev=1830784&r1=1830783&r2=1830784&view=diff
==============================================================================
--- climate/site/trunk/content/api/current/config/dataset_information.html (original)
+++ climate/site/trunk/content/api/current/config/dataset_information.html Wed May  2 18:41:55 2018
@@ -1,23 +1,21 @@
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    
-    <title>Dataset Information &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
-    
+    <title>Dataset Information &#8212; Apache Open Climate Workbench 1.3.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-    
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.2.0',
+        VERSION:     '1.3.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
       };
     </script>
     <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -25,7 +23,6 @@
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="next" title="Evaluation Settings" href="evaluation_settings.html" />
     <link rel="prev" title="Configuration File Writer API" href="config_writer.html" />
    
@@ -35,7 +32,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
-  <body role="document">
+  <body>
   
 
     <div class="document">
@@ -101,7 +98,7 @@
 <span class="n">end_time</span><span class="p">:</span> <span class="mi">2000</span><span class="o">-</span><span class="mi">01</span><span class="o">-</span><span class="mi">01</span>
 </pre></div>
 </div>
-<p>To load a dataset from the Jet Propulsion Laboratory&#8217;s RCMED you will need to specify the above flags. The <strong>dataset_id</strong> and <strong>parameter_id</strong> are dataset specific and can be looked up on the <a class="reference external" href="https://rcmes.jpl.nasa.gov/content/rcmes-and-data">RCMES project website</a>. Pretty much any common time format will be accepted for the start and end times. However, just to be safe you should try to stick with something very standard such as <a class="reference external" href="http://www.w3.org/TR/NOTE-datetime">ISO-8601</a> formatted time values. You may also pass any optional parameters that are accepted by <a class="reference internal" href="../data_source/data_sources.html#rcmed.parameter_dataset" title="rcmed.parameter_dataset"><code class="xref py py-func docutils literal"><span class="pre">rcmed.parameter_dataset()</span></code></a> with the <strong>optional_args</strong> flag.</p>
+<p>To load a dataset from the Jet Propulsion Laboratory’s RCMED you will need to specify the above flags. The <strong>dataset_id</strong> and <strong>parameter_id</strong> are dataset specific and can be looked up on the <a class="reference external" href="https://rcmes.jpl.nasa.gov/content/rcmes-and-data">RCMES project website</a>. Pretty much any common time format will be accepted for the start and end times. However, just to be safe you should try to stick with something very standard such as <a class="reference external" href="http://www.w3.org/TR/NOTE-datetime">ISO-8601</a> formatted time values. You may also pass any optional parameters that are accepted by <a class="reference internal" href="../data_source/data_sources.html#rcmed.parameter_dataset" title="rcmed.parameter_dataset"><code class="xref py py-func docutils literal"><span class="pre">rcmed.parameter_dataset()</span></code></a> with the <strong>optional_args</strong> flag.</p>
 </div>
 <div class="section" id="esgf-dataset">
 <h2>ESGF Dataset<a class="headerlink" href="#esgf-dataset" title="Permalink to this headline">¶</a></h2>
@@ -113,7 +110,7 @@
 <span class="n">esgf_username</span><span class="p">:</span> <span class="n">totallynotmyusername</span>
 </pre></div>
 </div>
-<p>The <strong>dataset_id</strong> and <strong>variable</strong> flags are ESGF dataset specific. You can locate them through and ESGF nodes search page. You may also pass any optional parameters that are accepted by <code class="xref py py-func docutils literal"><span class="pre">esgf.load_dataset()</span></code> with the <strong>optional_args</strong> flag.</p>
+<p>The <strong>dataset_id</strong> and <strong>variable</strong> flags are ESGF dataset specific. You can locate them through and ESGF nodes search page. You may also pass any optional parameters that are accepted by <a class="reference internal" href="../data_source/data_sources.html#esgf.load_dataset" title="esgf.load_dataset"><code class="xref py py-func docutils literal"><span class="pre">esgf.load_dataset()</span></code></a> with the <strong>optional_args</strong> flag.</p>
 </div>
 <div class="section" id="opendap-dataset">
 <h2>OpenDAP Dataset<a class="headerlink" href="#opendap-dataset" title="Permalink to this headline">¶</a></h2>
@@ -123,7 +120,7 @@
 <span class="n">variable</span><span class="p">:</span> <span class="n">sst</span>
 </pre></div>
 </div>
-<p>You may also pass any optional parameters that are accepted by <code class="xref py py-func docutils literal"><span class="pre">dap.load()</span></code> with the <strong>optional_args</strong> flag.</p>
+<p>You may also pass any optional parameters that are accepted by <a class="reference internal" href="../data_source/data_sources.html#dap.load" title="dap.load"><code class="xref py py-func docutils literal"><span class="pre">dap.load()</span></code></a> with the <strong>optional_args</strong> flag.</p>
 </div>
 </div>
 
@@ -158,7 +155,7 @@
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
-      <li><a href="../_sources/config/dataset_information.txt"
+      <li><a href="../_sources/config/dataset_information.rst.txt"
             rel="nofollow">Show Source</a></li>
     </ul>
    </div>
@@ -177,14 +174,14 @@
       <div class="clearer"></div>
     </div>
     <div class="footer">
-      &copy;2016, Apache Software Foundation.
+      &copy;2017, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
       |
-      <a href="../_sources/config/dataset_information.txt"
+      <a href="../_sources/config/dataset_information.rst.txt"
           rel="nofollow">Page source</a>
     </div>
 

Modified: climate/site/trunk/content/api/current/config/evaluation_settings.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/current/config/evaluation_settings.html?rev=1830784&r1=1830783&r2=1830784&view=diff
==============================================================================
--- climate/site/trunk/content/api/current/config/evaluation_settings.html (original)
+++ climate/site/trunk/content/api/current/config/evaluation_settings.html Wed May  2 18:41:55 2018
@@ -1,23 +1,21 @@
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    
-    <title>Evaluation Settings &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
-    
+    <title>Evaluation Settings &#8212; Apache Open Climate Workbench 1.3.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-    
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.2.0',
+        VERSION:     '1.3.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
       };
     </script>
     <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -25,7 +23,6 @@
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="next" title="Metrics Information" href="metrics_information.html" />
     <link rel="prev" title="Dataset Information" href="dataset_information.html" />
    
@@ -35,7 +32,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
-  <body role="document">
+  <body>
   
 
     <div class="document">
@@ -45,7 +42,7 @@
             
   <div class="section" id="evaluation-settings">
 <h1>Evaluation Settings<a class="headerlink" href="#evaluation-settings" title="Permalink to this headline">¶</a></h1>
-<p>The evaluation settings section of the configuration file allows you to set attributes that are critical for making adjustments to the loaded datasets prior to an evaluation run. Here is an example evaluation settings section of a configuration file. Below, we&#8217;ll look at each of the configuration options in detail.</p>
+<p>The evaluation settings section of the configuration file allows you to set attributes that are critical for making adjustments to the loaded datasets prior to an evaluation run. Here is an example evaluation settings section of a configuration file. Below, we’ll look at each of the configuration options in detail.</p>
 <div class="code highlight-default"><div class="highlight"><pre><span></span>evaluation:
     temporal_time_delta: 365
     spatial_regrid_lats: !!python/tuple [-20, 20, 1]
@@ -72,18 +69,18 @@
     <span class="n">spatial_regrid_lons</span><span class="p">:</span> <span class="p">[</span><span class="o">-</span><span class="mi">10</span><span class="p">,</span> <span class="o">-</span><span class="mi">5</span><span class="p">,</span> <span class="mi">0</span><span class="p">,</span> <span class="mi">5</span><span class="p">,</span> <span class="mi">10</span><span class="p">]</span>
 </pre></div>
 </div>
-<p>This is generally useful if you only need to pass a few parameters or if the sequence isn&#8217;t easy to define as a valid <strong>range</strong> in Python. The other option is to pass <strong>range</strong> information as a tuple. This requires you to use <a class="reference external" href="http://pyyaml.org/wiki/PyYAMLDocumentation#YAMLtagsandPythontypes">PyYAML&#8217;s Python Type Annotations</a> but provides a far more compact representation:</p>
+<p>This is generally useful if you only need to pass a few parameters or if the sequence isn’t easy to define as a valid <strong>range</strong> in Python. The other option is to pass <strong>range</strong> information as a tuple. This requires you to use <a class="reference external" href="http://pyyaml.org/wiki/PyYAMLDocumentation#YAMLtagsandPythontypes">PyYAML’s Python Type Annotations</a> but provides a far more compact representation:</p>
 <div class="highlight-default"><div class="highlight"><pre><span></span>evaluation:
     spatial_regrid_lats: !!python/tuple [-20, 20, 1]
     spatial_regrid_lons: !!python/tuple [-20, 20, 1]
 </pre></div>
 </div>
-<p>Using this style directly maps to a call to <a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.arange.html#numpy.arange" title="(in NumPy v1.12)"><code class="xref py py-func docutils literal"><span class="pre">numpy.arange()</span></code></a>:</p>
+<p>Using this style directly maps to a call to <a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.arange.html#numpy.arange" title="(in NumPy v1.14)"><code class="xref py py-func docutils literal"><span class="pre">numpy.arange()</span></code></a>:</p>
 <div class="highlight-default"><div class="highlight"><pre><span></span><span class="c1"># spatial_regrid_lats: !!python/tuple [-20, 20, 1] becomes</span>
 <span class="n">lats</span> <span class="o">=</span> <span class="n">numpy</span><span class="o">.</span><span class="n">arange</span><span class="p">(</span><span class="o">-</span><span class="mi">20</span><span class="p">,</span> <span class="mi">20</span><span class="p">,</span> <span class="mi">1</span><span class="p">)</span>
 </pre></div>
 </div>
-<p>Be sure to pay special attention to the end value for your interval. The <a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.arange.html#numpy.arange" title="(in NumPy v1.12)"><code class="xref py py-func docutils literal"><span class="pre">numpy.arange()</span></code></a> function does not include the end value in the returned interval.</p>
+<p>Be sure to pay special attention to the end value for your interval. The <a class="reference external" href="https://docs.scipy.org/doc/numpy/reference/generated/numpy.arange.html#numpy.arange" title="(in NumPy v1.14)"><code class="xref py py-func docutils literal"><span class="pre">numpy.arange()</span></code></a> function does not include the end value in the returned interval.</p>
 </div>
 <div class="section" id="subset-bounds">
 <h2>Subset Bounds<a class="headerlink" href="#subset-bounds" title="Permalink to this headline">¶</a></h2>
@@ -92,7 +89,7 @@
     <span class="n">subset</span><span class="p">:</span> <span class="p">[</span><span class="o">-</span><span class="mi">10</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="o">-</span><span class="mi">20</span><span class="p">,</span> <span class="mi">20</span><span class="p">,</span> <span class="s2">&quot;1997-01-01&quot;</span><span class="p">,</span> <span class="s2">&quot;2000-01-01&quot;</span><span class="p">]</span>
 </pre></div>
 </div>
-<p>Here you&#8217;re passing the bounding lat/lon box with the first 4 values as well as the valid temporal range bounds with the starting and end time values. Pretty much any common time format will be accepted. However, just to be safe you should try to stick with something very standard such as <a class="reference external" href="http://www.w3.org/TR/NOTE-datetime">ISO-8601</a> formatted time values.</p>
+<p>Here you’re passing the bounding lat/lon box with the first 4 values as well as the valid temporal range bounds with the starting and end time values. Pretty much any common time format will be accepted. However, just to be safe you should try to stick with something very standard such as <a class="reference external" href="http://www.w3.org/TR/NOTE-datetime">ISO-8601</a> formatted time values.</p>
 </div>
 </div>
 
@@ -126,7 +123,7 @@
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
-      <li><a href="../_sources/config/evaluation_settings.txt"
+      <li><a href="../_sources/config/evaluation_settings.rst.txt"
             rel="nofollow">Show Source</a></li>
     </ul>
    </div>
@@ -145,14 +142,14 @@
       <div class="clearer"></div>
     </div>
     <div class="footer">
-      &copy;2016, Apache Software Foundation.
+      &copy;2017, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
       |
-      <a href="../_sources/config/evaluation_settings.txt"
+      <a href="../_sources/config/evaluation_settings.rst.txt"
           rel="nofollow">Page source</a>
     </div>
 

Modified: climate/site/trunk/content/api/current/config/metrics_information.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/current/config/metrics_information.html?rev=1830784&r1=1830783&r2=1830784&view=diff
==============================================================================
--- climate/site/trunk/content/api/current/config/metrics_information.html (original)
+++ climate/site/trunk/content/api/current/config/metrics_information.html Wed May  2 18:41:55 2018
@@ -1,23 +1,21 @@
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    
-    <title>Metrics Information &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
-    
+    <title>Metrics Information &#8212; Apache Open Climate Workbench 1.3.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-    
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.2.0',
+        VERSION:     '1.3.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
       };
     </script>
     <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -25,7 +23,6 @@
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="next" title="Plots Settings" href="plots_settings.html" />
     <link rel="prev" title="Evaluation Settings" href="evaluation_settings.html" />
    
@@ -35,7 +32,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
-  <body role="document">
+  <body>
   
 
     <div class="document">
@@ -77,7 +74,7 @@
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
-      <li><a href="../_sources/config/metrics_information.txt"
+      <li><a href="../_sources/config/metrics_information.rst.txt"
             rel="nofollow">Show Source</a></li>
     </ul>
    </div>
@@ -96,14 +93,14 @@
       <div class="clearer"></div>
     </div>
     <div class="footer">
-      &copy;2016, Apache Software Foundation.
+      &copy;2017, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
       |
-      <a href="../_sources/config/metrics_information.txt"
+      <a href="../_sources/config/metrics_information.rst.txt"
           rel="nofollow">Page source</a>
     </div>
 

Modified: climate/site/trunk/content/api/current/config/plots_settings.html
URL: http://svn.apache.org/viewvc/climate/site/trunk/content/api/current/config/plots_settings.html?rev=1830784&r1=1830783&r2=1830784&view=diff
==============================================================================
--- climate/site/trunk/content/api/current/config/plots_settings.html (original)
+++ climate/site/trunk/content/api/current/config/plots_settings.html Wed May  2 18:41:55 2018
@@ -1,23 +1,21 @@
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
-
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    
-    <title>Plots Settings &#8212; Apache Open Climate Workbench 1.2.0 documentation</title>
-    
+    <title>Plots Settings &#8212; Apache Open Climate Workbench 1.3.0 documentation</title>
     <link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
     <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-    
     <script type="text/javascript">
       var DOCUMENTATION_OPTIONS = {
         URL_ROOT:    '../',
-        VERSION:     '1.2.0',
+        VERSION:     '1.3.0',
         COLLAPSE_INDEX: false,
         FILE_SUFFIX: '.html',
-        HAS_SOURCE:  true
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
       };
     </script>
     <script type="text/javascript" src="../_static/jquery.js"></script>
@@ -25,7 +23,6 @@
     <script type="text/javascript" src="../_static/doctools.js"></script>
     <link rel="index" title="Index" href="../genindex.html" />
     <link rel="search" title="Search" href="../search.html" />
-    <link rel="top" title="Apache Open Climate Workbench 1.2.0 documentation" href="../index.html" />
     <link rel="prev" title="Metrics Information" href="metrics_information.html" />
    
   <link rel="stylesheet" href="../_static/custom.css" type="text/css" />
@@ -34,7 +31,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
 
   </head>
-  <body role="document">
+  <body>
   
 
     <div class="document">
@@ -65,7 +62,7 @@
 <p>Each type of support plot has a different configuration format expected. Each of these are explained below. Note, most of these will require you to specify what result data you want included in the plots with the <strong>results_indeces</strong> flag. This relates the format that an Evaluation object outputs results in. Check the <a class="reference internal" href="../ocw/evaluation.html#evaluation.Evaluation" title="evaluation.Evaluation"><code class="xref py py-class docutils literal"><span class="pre">evaluation.Evaluation</span></code></a> documentation for more details.</p>
 <div class="section" id="contour-maps">
 <h2>Contour Maps<a class="headerlink" href="#contour-maps" title="Permalink to this headline">¶</a></h2>
-<p>The contour maps config configures data for OCW&#8217;s contour plotter <code class="xref py py-func docutils literal"><span class="pre">plotting.draw_contour_map()</span></code>:</p>
+<p>The contour maps config configures data for OCW’s contour plotter <code class="xref py py-func docutils literal"><span class="pre">plotting.draw_contour_map()</span></code>:</p>
 <div class="highlight-default"><div class="highlight"><pre><span></span>type: contour
       results_indeces:
           - !!python/tuple [0, 0]
@@ -113,7 +110,7 @@
   <div role="note" aria-label="source link">
     <h3>This Page</h3>
     <ul class="this-page-menu">
-      <li><a href="../_sources/config/plots_settings.txt"
+      <li><a href="../_sources/config/plots_settings.rst.txt"
             rel="nofollow">Show Source</a></li>
     </ul>
    </div>
@@ -132,14 +129,14 @@
       <div class="clearer"></div>
     </div>
     <div class="footer">
-      &copy;2016, Apache Software Foundation.
+      &copy;2017, Apache Software Foundation.
       
       |
-      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.4.8</a>
-      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.9</a>
+      Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.4</a>
+      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>
       
       |
-      <a href="../_sources/config/plots_settings.txt"
+      <a href="../_sources/config/plots_settings.rst.txt"
           rel="nofollow">Page source</a>
     </div>