From fe85c7605a48688f8750ed8a650afda89d893d1b Mon Sep 17 00:00:00 2001 From: Peter Wortmann Date: Mon, 14 Apr 2025 17:43:29 +0100 Subject: [PATCH] DPPT-326 Fix duplicated TOC entries for Mid CBF Replace them by links --- .make | 2 +- docs/src/schemas/midcbf/ska-mid-cbf.rst | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.make b/.make index 916024d9..42741776 160000 --- a/.make +++ b/.make @@ -1 +1 @@ -Subproject commit 916024d9b7557ea52324a5c2c458dfc1d7a989eb +Subproject commit 427417766e33aa29010146f36a0ba92757ea9d1a diff --git a/docs/src/schemas/midcbf/ska-mid-cbf.rst b/docs/src/schemas/midcbf/ska-mid-cbf.rst index 53280dbe..0f8c160e 100644 --- a/docs/src/schemas/midcbf/ska-mid-cbf.rst +++ b/docs/src/schemas/midcbf/ska-mid-cbf.rst @@ -22,7 +22,10 @@ the definition of the AA0.5 Mid.CBF can be found through the links below. :maxdepth: 1 :caption: Mid.CBF schemas - ../csp/mid/configurescan/index - ../csp/mid/delaymodel/index - ../csp/mid/scan/index - initsysparam/index \ No newline at end of file + initsysparam/index + +Refer to Mid CSP schemas for Mid CBF: + +* :doc:`ska-csp-configurescan <../csp/mid/configurescan/index>` +* :doc:`ska-csp-delaymodel <../csp/mid/delaymodel/index>` +* :doc:`ska-csp-scan <../csp/mid/scan/index>` -- GitLab