Skip to content

Commit

Permalink
Merge pull request #27 from cedadev/main
Browse files Browse the repository at this point in the history
Documentation Changes
  • Loading branch information
dwest77a authored Jun 21, 2024
2 parents d2cda9b + 3f467f8 commit fca13ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions docs/source/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------
Expand Down

0 comments on commit fca13ae

Please sign in to comment.