diff --git a/docs/source/_images/esa.png b/docs/source/_images/esa.png new file mode 100644 index 0000000..d426684 Binary files /dev/null and b/docs/source/_images/esa.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 89ba609..6294cff 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,7 +10,7 @@ import sys sys.path.insert(0, os.path.abspath('../../')) -project = 'Padocc Package' +project = 'PADOCC Package' copyright = '2024, Daniel Westwood' author = 'Daniel Westwood' release = 'v1.1' diff --git a/docs/source/index.rst b/docs/source/index.rst index 657b7d8..d4e56c1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. -Padocc - User Documentation +PADOCC - User Documentation ============================ **padocc** (Pipeline to Aggregate Data for Optimised Cloud Capabilites) is a Python package (package name **kerchunk-builder**) for aggregating data to enable methods of access for cloud-based applications. @@ -26,7 +26,7 @@ The pipeline consists of four central phases, with an additional phase for inges :alt: Stages of the Kerchunk Pipeline .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Contents: Introduction @@ -38,14 +38,14 @@ The pipeline consists of four central phases, with an additional phase for inges Developer's Guide .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: CLI Tool Source: Assessor Source Control Scripts Source .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :caption: Pipeline Source: Initialisation @@ -55,11 +55,20 @@ The pipeline consists of four central phases, with an additional phase for inges Allocations Utils - - Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` + + +Acknowledgements +================ +PADOCC was developed at the Centre for Environmental Data Analysis, supported by the ESA CCI Knowledge Exchange program and contributing to the development of the Earth Observation Data Hub (EODH). + +.. image:: _images/ceda.png + :alt: CEDA Logo + +.. image:: _images/esa.png + :alt: ESA Logo