Skip to content

Commit

Permalink
Initial docs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 25, 2024
1 parent 706a39d commit 4f27b98
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/assess-overview.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Assessor Tool
=============
6 changes: 6 additions & 0 deletions docs/source/assess.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Assess Module
=============

.. automodule:: assess
:members:

8 changes: 8 additions & 0 deletions docs/source/compute.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Initialisation Module
================

Check warning on line 2 in docs/source/compute.rst

View workflow job for this annotation

GitHub Actions / build

Title underline too short.

.. toctree::
:maxdepth: 2
:caption: Processors:

Serial Process <serial-process>
Empty file added docs/source/examples.rst
Empty file.
8 changes: 8 additions & 0 deletions docs/source/execution.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Pipeline Execution
==================

.. automodule:: group_run
:members:

.. automodule:: single_run
:members:
16 changes: 14 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,20 @@ Welcome to kerchunk-builder's documentation!
:maxdepth: 2
:caption: Contents:

Assessor Tool <assessor>
Serial Process <serial-process>
Pipeline Overview <pipeline-overview>
Execution <execution>
Worked Examples <examples>
Assessor Tool Overview <assess-overview>

.. toctree::
:maxdepth: 2
:caption: Advanced:

Init Source <init>
Scan Source <scan>
Compute Source <compute>
Validate Source <validate>
Assess Source <assess>



Expand Down
5 changes: 5 additions & 0 deletions docs/source/init.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Initialisation Module
================

Check warning on line 2 in docs/source/init.rst

View workflow job for this annotation

GitHub Actions / build

Title underline too short.

.. automodule:: pipeline.init
:members:
Empty file.
5 changes: 5 additions & 0 deletions docs/source/scan.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Scanner Module
================

.. automodule:: pipeline.scan
:members:
5 changes: 5 additions & 0 deletions docs/source/validate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Validation Module
================

Check warning on line 2 in docs/source/validate.rst

View workflow job for this annotation

GitHub Actions / build

Title underline too short.

.. automodule:: pipeline.validate
:members:

0 comments on commit 4f27b98

Please sign in to comment.