Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Changes #27

Merged
merged 11 commits into from
Jun 21, 2024
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 [email protected]:cedadev/kerchunk-builder.git --branch v1.1
git clone [email protected]:cedadev/padocc.git

Step 1: Set up Virtual Environment
----------------------------------
Expand Down
Loading