Skip to content

Commit

Permalink
Deploying to gh-pages from @ a693dce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 8, 2025
1 parent f203c17 commit 6f3a3a6
Show file tree
Hide file tree
Showing 23 changed files with 568 additions and 301 deletions.
1 change: 1 addition & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The ingestion/cataloging phase is not currently implemented for public use but m

Projects <project_source>
Groups <group_source>
Phases <phase_source>
Filehandlers, Logs, and Utilities <misc_source>

Indices and Tables
Expand Down
35 changes: 35 additions & 0 deletions _sources/phase_source.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
================
Phased Operators
================

Scan Operations
---------------

.. automodule:: padocc.phases.scan
:members:
:show-inheritance:

Compute Operations
---------------

.. automodule:: padocc.phases.compute
:members:
:show-inheritance:

Validate Operations
---------------

.. automodule:: padocc.phases.validate
:members:
:show-inheritance:

Ingest Operations
---------------

.. note::

Not featured in this development, the ingest operations are still being planned and scoped.

.. automodule:: padocc.phases.ingest
:members:
:show-inheritance:
9 changes: 0 additions & 9 deletions _sources/phases.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ The scan phase can be activated with the following:
mygroup.run('scan',mode='kerchunk')
.. automodule:: padocc.phases.scan
:members:
Compute
-------
Expand Down Expand Up @@ -74,10 +72,6 @@ Computation can be executed in serial for a group with the following:
mygroup.run('compute',mode='kerchunk')
.. automodule:: padocc.phases.compute
:members:
:show-inheritance:

Validate
--------

Expand Down Expand Up @@ -108,9 +102,6 @@ validator which checks the Xarray representations and identifies differences in
# The validation reports will be saved to the filesystem for each project in this group
# as 'data_report.json' and 'metadata_report.json'
.. automodule:: padocc.phases.validate
:members:

Next Steps
----------

Expand Down
1 change: 1 addition & 0 deletions cci_water.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions deep_dive.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down
1 change: 1 addition & 0 deletions dev-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down
86 changes: 51 additions & 35 deletions genindex.html

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions group_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Padocc Filehandlers" href="misc_source.html" />
<link rel="next" title="Phased Operators" href="phase_source.html" />
<link rel="prev" title="ProjectOperation Core and Mixin Behaviours" href="project_source.html" />
</head>

Expand Down Expand Up @@ -86,6 +86,7 @@
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down Expand Up @@ -206,7 +207,7 @@ <h1>GroupOperation Core and Mixin Behaviours<a class="headerlink" href="#groupop
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="project_source.html" class="btn btn-neutral float-left" title="ProjectOperation Core and Mixin Behaviours" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="misc_source.html" class="btn btn-neutral float-right" title="Padocc Filehandlers" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="phase_source.html" class="btn btn-neutral float-right" title="Phased Operators" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
1 change: 1 addition & 0 deletions groups.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down Expand Up @@ -142,6 +143,7 @@ <h1>PADOCC - User Documentation<a class="headerlink" href="#padocc-user-document
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions inspiration.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1"><a class="reference internal" href="misc_source.html">Filehandlers, Logs, and Utilities</a></li>
</ul>

Expand Down
5 changes: 3 additions & 2 deletions misc_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="GroupOperation Core and Mixin Behaviours" href="group_source.html" />
<link rel="prev" title="Phased Operators" href="phase_source.html" />
</head>

<body class="wy-body-for-nav">
Expand Down Expand Up @@ -67,6 +67,7 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="project_source.html">Projects</a></li>
<li class="toctree-l1"><a class="reference internal" href="group_source.html">Groups</a></li>
<li class="toctree-l1"><a class="reference internal" href="phase_source.html">Phases</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Filehandlers, Logs, and Utilities</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#padocc.core.filehandlers.CSVFileHandler"><code class="docutils literal notranslate"><span class="pre">CSVFileHandler</span></code></a><ul>
<li class="toctree-l3"><a class="reference internal" href="#padocc.core.filehandlers.CSVFileHandler.update_status"><code class="docutils literal notranslate"><span class="pre">CSVFileHandler.update_status()</span></code></a></li>
Expand Down Expand Up @@ -543,7 +544,7 @@ <h2>Identical behaviour<a class="headerlink" href="#identical-behaviour" title="
</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="group_source.html" class="btn btn-neutral float-left" title="GroupOperation Core and Mixin Behaviours" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="phase_source.html" class="btn btn-neutral float-left" title="Phased Operators" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
</div>

<hr/>
Expand Down
Binary file modified objects.inv
Binary file not shown.
Loading

0 comments on commit 6f3a3a6

Please sign in to comment.