From 94b295310ecf7cfdef29fb5f4cf20eb99e7dccbe Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Thu, 30 May 2024 16:32:56 +0100 Subject: [PATCH 1/3] Update index.rst --- docs/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index d4e56c1..6c08fcf 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -68,7 +68,9 @@ 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 + :width: 300 :alt: CEDA Logo .. image:: _images/esa.png + :width: 300 :alt: ESA Logo From c2db9179f54c62b44c8fdfcbf8bdb47362506428 Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:47:00 +0100 Subject: [PATCH 2/3] Update start.rst --- docs/source/start.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index affd5cc..20e173a 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -8,10 +8,10 @@ Getting Started Step 0: Git clone the repository -------------------------------- -If you need to clone the repository, either simply clone the main branch of the repository (no branch specified) or check the latest version of the repository at github.com/cedadev/kerchunk-builder, which you can clone using: +If you need to clone the repository, either simply clone the main branch of the repository (no branch specified) or check the latest version of the repository at github.com/cedadev/padocc, which you can clone using: :: - git clone git@github.com:cedadev/kerchunk-builder.git --branch v1.1 + git clone git@github.com:cedadev/padocc.git Step 1: Set up Virtual Environment ---------------------------------- From 3f467f85f48879b516dc8bda077095d543dff06c Mon Sep 17 00:00:00 2001 From: Daniel Westwood <114070222+dwest77a@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:39:12 +0100 Subject: [PATCH 3/3] Update start.rst --- docs/source/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/start.rst b/docs/source/start.rst index 20e173a..b801f3e 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -3,7 +3,7 @@ Getting Started .. note:: - Ensure you have local modules enabled such that you have python 3.x installed in your local environment. A version of the pipeline source code exists at ``/gws/nopw/j04/cedaproc/kerchunk_builder`` so please see if this can be used before cloning the repository elsewhere. + Ensure you have local modules enabled such that you have python 3.x installed in your local environment. A version of the pipeline source code exists at ``/gws/nopw/j04/cedaproc/padocc`` so please see if this can be used before cloning the repository elsewhere. Step 0: Git clone the repository --------------------------------