From c8c846cc13ee28c76b7701bc88070d7855643b6a Mon Sep 17 00:00:00 2001 From: josephthaliath Date: Mon, 12 Dec 2022 14:28:26 +0530 Subject: [PATCH] Documentation files added Issue-Id: AIMLFW-12 Signed-off-by: josephthaliath Change-Id: I08a459b99482f9ef3d5da4cab1b1dbfeaef018c0 --- docs/index.rst | 2 ++ docs/overview.rst | 10 ++++++++++ docs/release-notes.rst | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 docs/overview.rst create mode 100644 docs/release-notes.rst diff --git a/docs/index.rst b/docs/index.rst index 8d39895..6be4266 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,8 @@ Welcome to O-RAN SC aimlfw-dep Documentation :maxdepth: 2 :caption: Contents: + overview.rst + release-notes.rst installation-guide.rst diff --git a/docs/overview.rst b/docs/overview.rst new file mode 100644 index 0000000..7b7fed6 --- /dev/null +++ b/docs/overview.rst @@ -0,0 +1,10 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-B + +.. Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. + + +Overview of AIMLFW Installation and Deployment (aiml-fw/aimlfw-dep) +------------------------------------------------------------------- + +This repository provides required installation scripts for deployment of AIMLFW diff --git a/docs/release-notes.rst b/docs/release-notes.rst new file mode 100644 index 0000000..e159b3c --- /dev/null +++ b/docs/release-notes.rst @@ -0,0 +1,53 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-B + +.. Copyright (c) 2022 Samsung Electronics Co., Ltd. All Rights Reserved. + + +Release-Notes +------------- + +This document provides the release notes for the G release of AIMLFW Installation and Deployment + +.. contents:: + :depth: 3 + :local: + +Version history +--------------- + ++--------------------+--------------------+--------------------+--------------------+ +| **Date** | **Ver.** | **Author** | **Comment** | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ +| 2022-12-08 | 1.0.0 | Joseph Thaliath | G release | +| | | | | ++--------------------+--------------------+--------------------+--------------------+ + + +Summary +------- + +The G release of AIMLFW provides required installation scripts for deployment of G release version of AIMLFW + + +Release Data +------------ + ++--------------------------------------+--------------------------------------+ +| **Project** | AIMLFW Installation and Deployment | +| | | ++--------------------------------------+--------------------------------------+ +| **Repo/commit-ID** | aiml-fw/aimlfw-dep | +| | | ++--------------------------------------+--------------------------------------+ +| **Release designation** | G release | +| | | ++--------------------------------------+--------------------------------------+ +| **Release date** | 2022-12-15 | +| | | ++--------------------------------------+--------------------------------------+ +| **Purpose of the delivery** | AIMLFW Installation and Deployment | +| | | ++--------------------------------------+--------------------------------------+ + -- 2.16.6