Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 8, 2025
1 parent e35a062 commit a693dce
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
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 docs/source/phase_source.rst
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 docs/source/phases.rst
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

0 comments on commit a693dce

Please sign in to comment.