From 6d69dea6bea2db5e69ceafa2198b04bd3211906d Mon Sep 17 00:00:00 2001 From: Caitlin Adams Date: Wed, 18 Sep 2024 09:14:01 +1000 Subject: [PATCH] add explicit reference to ubuntu set up page on install page --- docs/installation/index.rst | 9 ++++++++- docs/installation/setup/ubuntu.rst | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 7a811cbaf..b5e7c634b 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -3,7 +3,7 @@ Installing and managing the Open Data Cube ****************************************** This section contains information on setting up and managing the Open Data Cube. - + .. admonition:: Note :class: info @@ -11,6 +11,13 @@ This section contains information on setting up and managing the Open Data Cube. For people using an existing Open Data Cube, such as Digital Earth Australia, you are not required to know most of the information contained here. This material is designed for people wanting to set up a new Open Data Cube instance. +Set Up +------ + +To learn more about setting up the Open Data Cube, see the relevant page: + +* :ref:`Ubuntu Setup ` + .. toctree:: :caption: Setting up an Open Data Cube :maxdepth: 5 diff --git a/docs/installation/setup/ubuntu.rst b/docs/installation/setup/ubuntu.rst index 2f999ae6e..3d4d94a5c 100644 --- a/docs/installation/setup/ubuntu.rst +++ b/docs/installation/setup/ubuntu.rst @@ -1,3 +1,4 @@ +.. _setup-ubuntu: Ubuntu Developer Setup **********************