Skip to content

Commit

Permalink
HTML docs update by Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Automation Server committed Aug 19, 2024
1 parent b1d4b27 commit 97a3611
Show file tree
Hide file tree
Showing 36 changed files with 189 additions and 154 deletions.
8 changes: 4 additions & 4 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>Overview: module code &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js?v=dce9a651"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down Expand Up @@ -99,7 +99,7 @@ <h1>All modules for which code is available</h1>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
12 changes: 6 additions & 6 deletions _modules/opera/pge/base/base_pge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.base.base_pge &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.base.base_pge &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -380,8 +380,8 @@ <h1>Source code for opera.pge.base.base_pge</h1><div class="highlight"><pre>
<span class="s1">&#39;PGE_Name&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">runconfig</span><span class="o">.</span><span class="n">pge_name</span><span class="p">,</span>
<span class="s1">&#39;PGE_Version&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">PGE_VERSION</span><span class="p">,</span>
<span class="s1">&#39;SAS_Version&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">SAS_VERSION</span><span class="p">,</span>
<span class="s1">&#39;Input_Files&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">runconfig</span><span class="o">.</span><span class="n">get_input_filenames</span><span class="p">(),</span>
<span class="s1">&#39;Ancillary_Files&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">runconfig</span><span class="o">.</span><span class="n">get_ancillary_filenames</span><span class="p">(),</span>
<span class="s1">&#39;Input_Files&#39;</span><span class="p">:</span> <span class="nb">list</span><span class="p">(</span><span class="nb">map</span><span class="p">(</span><span class="n">basename</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">runconfig</span><span class="o">.</span><span class="n">get_input_filenames</span><span class="p">())),</span>
<span class="s1">&#39;Ancillary_Files&#39;</span><span class="p">:</span> <span class="nb">list</span><span class="p">(</span><span class="nb">map</span><span class="p">(</span><span class="n">basename</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">runconfig</span><span class="o">.</span><span class="n">get_ancillary_filenames</span><span class="p">())),</span>
<span class="s1">&#39;Production_DateTime&#39;</span><span class="p">:</span> <span class="n">get_catalog_metadata_datetime_str</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">production_datetime</span><span class="p">),</span>
<span class="s1">&#39;Output_Product_Checksums&#39;</span><span class="p">:</span> <span class="bp">self</span><span class="o">.</span><span class="n">_checksum_output_products</span><span class="p">()</span>
<span class="p">}</span>
Expand Down Expand Up @@ -849,7 +849,7 @@ <h1>Source code for opera.pge.base.base_pge</h1><div class="highlight"><pre>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
8 changes: 4 additions & 4 deletions _modules/opera/pge/base/runconfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.base.runconfig &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.base.runconfig &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -559,7 +559,7 @@ <h1>Source code for opera.pge.base.runconfig</h1><div class="highlight"><pre>
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
8 changes: 4 additions & 4 deletions _modules/opera/pge/cslc_s1/cslc_s1_pge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.cslc_s1.cslc_s1_pge &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.cslc_s1.cslc_s1_pge &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -963,7 +963,7 @@ <h1>Source code for opera.pge.cslc_s1.cslc_s1_pge</h1><div class="highlight"><pr
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
8 changes: 4 additions & 4 deletions _modules/opera/pge/disp_s1/disp_s1_pge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.disp_s1.disp_s1_pge &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.disp_s1.disp_s1_pge &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -928,7 +928,7 @@ <h1>Source code for opera.pge.disp_s1.disp_s1_pge</h1><div class="highlight"><pr
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
8 changes: 4 additions & 4 deletions _modules/opera/pge/dswx_hls/dswx_hls_pge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.dswx_hls.dswx_hls_pge &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.dswx_hls.dswx_hls_pge &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -697,7 +697,7 @@ <h1>Source code for opera.pge.dswx_hls.dswx_hls_pge</h1><div class="highlight"><
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
10 changes: 5 additions & 5 deletions _modules/opera/pge/dswx_ni/dswx_ni_pge.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>opera.pge.dswx_ni.dswx_ni_pge &mdash; opera-sds-pge 4.0.0-er.2.0 documentation</title>
<title>opera.pge.dswx_ni.dswx_ni_pge &mdash; opera-sds-pge 4.0.0-er.3.0 documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../../_static/css/theme.css?v=19f00094" />

Expand All @@ -14,7 +14,7 @@

<script src="../../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=ad3cec08"></script>
<script data-url_root="../../../../" id="documentation_options" src="../../../../_static/documentation_options.js?v=dce9a651"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/sphinx_highlight.js?v=4825356b"></script>
<script src="../../../../_static/js/theme.js"></script>
Expand All @@ -34,7 +34,7 @@
opera-sds-pge
</a>
<div class="version">
4.0.0-er.2.0
4.0.0-er.3.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../../../search.html" method="get">
Expand Down Expand Up @@ -425,7 +425,7 @@ <h1>Source code for opera.pge.dswx_ni.dswx_ni_pge</h1><div class="highlight"><pr
<span class="n">LEVEL</span> <span class="o">=</span> <span class="s2">&quot;L3&quot;</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Processing Level for DSWx-NI Products&quot;&quot;&quot;</span>

<span class="n">SAS_VERSION</span> <span class="o">=</span> <span class="s2">&quot;0.1&quot;</span>
<span class="n">SAS_VERSION</span> <span class="o">=</span> <span class="s2">&quot;0.2&quot;</span> <span class="c1"># Beta release https://github.com/opera-adt/DSWX-SAR/releases/tag/DSWx-NI-v0.2</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Version of the SAS wrapped by this PGE, should be updated as needed&quot;&quot;&quot;</span>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">pge_name</span><span class="p">,</span> <span class="n">runconfig_path</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span>
Expand All @@ -441,7 +441,7 @@ <h1>Source code for opera.pge.dswx_ni.dswx_ni_pge</h1><div class="highlight"><pr
<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2021-2023 California Institute of Technology.</p>
<p>&#169; Copyright 2021-2024 California Institute of Technology.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
Expand Down
Loading

0 comments on commit 97a3611

Please sign in to comment.