diff --git a/docs/source/index.rst b/docs/source/index.rst index 8957237..ad097fc 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -70,9 +70,11 @@ 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 :width: 300 .. image:: _images/esa.png + :width: 300 :alt: ESA Logo :width: 300 diff --git a/docs/source/start.rst b/docs/source/start.rst index affd5cc..b801f3e 100644 --- a/docs/source/start.rst +++ b/docs/source/start.rst @@ -3,15 +3,15 @@ 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 -------------------------------- -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 ----------------------------------