From 8458aa547f5bc3415b4f337935410a5ff19299e8 Mon Sep 17 00:00:00 2001 From: JohnKeeney Date: Fri, 9 Aug 2024 18:16:06 +0100 Subject: Manually reset versions for newdelhi branch - avoid conflict Keeps most changes since New Delhi Release - easier than rebase & cherry pick Also update Docs for New Delhi Issue-ID: CCSDK-4020 Change-Id: Id04a61c0ba1bdb69fa8752446eadb110ebf69f19 Signed-off-by: JohnKeeney --- docs/conf.py | 6 +++--- docs/guide/developer-guide.rst | 2 +- docs/humaninterfaces/humaninterfaces.rst | 2 +- docs/media/ONAP-A1ControllerArchitecture-NewDelhi.png | Bin 0 -> 203573 bytes 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/media/ONAP-A1ControllerArchitecture-NewDelhi.png (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 07f9c67c..52b34016 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,11 +17,11 @@ # project = "onap" -release = "master" -version = "master" +release = "newdelhi" +version = "newdelhi" # Map to 'latest' if this file is used in 'latest' (master) 'doc' branch. # Change to {releasename} after you have created the new 'doc' branch. -branch = 'latest' +branch = 'newdelhi' author = "Open Network Automation Platform" diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index bb737441..d6896872 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -10,7 +10,7 @@ Developer Guide This document provides a quickstart for developers of the CCSDK functions for O-RAN A1 Policies. -.. image:: ../media/ONAP-A1ControllerArchitecture-Montreal.png +.. image:: ../media/ONAP-A1ControllerArchitecture-NewDelhi.png :width: 500pt Source tree diff --git a/docs/humaninterfaces/humaninterfaces.rst b/docs/humaninterfaces/humaninterfaces.rst index a68962b8..780f8208 100644 --- a/docs/humaninterfaces/humaninterfaces.rst +++ b/docs/humaninterfaces/humaninterfaces.rst @@ -7,6 +7,6 @@ Human Interfaces ================ The NON-RT RIC Control Panel in O-RAN-SC can be used to interact with the Policy Management Service. -See `NON-RT RIC Control Panel repo `_ from the `O-RAN-SC NONRTRIC Project `_. +See `NON-RT RIC Control Panel repo `_ from the `O-RAN-SC NONRTRIC Project `_. Any "REST Client" application may be used (Postman, ...) to interact with the Policy Management Service application via the :ref:`pms_api` diff --git a/docs/media/ONAP-A1ControllerArchitecture-NewDelhi.png b/docs/media/ONAP-A1ControllerArchitecture-NewDelhi.png new file mode 100644 index 00000000..15580c87 Binary files /dev/null and b/docs/media/ONAP-A1ControllerArchitecture-NewDelhi.png differ -- cgit