From d1cc451f841f995028d57677e897a39229a065a2 Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Tue, 1 Dec 2020 09:17:56 +0530 Subject: Docs: Overview Document. This patch adds overview document. Signed-off-by: Sridhar K. N. Rao Change-Id: I1504c297d0b51a71c1a20f7b9d7c1853e61291c9 --- docs/state/development/result_api.rst | 4 ++-- docs/state/development/settings.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/state') diff --git a/docs/state/development/result_api.rst b/docs/state/development/result_api.rst index 6412c7d..1ba045f 100644 --- a/docs/state/development/result_api.rst +++ b/docs/state/development/result_api.rst @@ -1,5 +1,5 @@ -SDVState: Result API -==================== +SDVState Result API +=================== Table of contents ^^^^^^^^^^^^^^^^^ diff --git a/docs/state/development/settings.rst b/docs/state/development/settings.rst index 806a29a..6b6396d 100644 --- a/docs/state/development/settings.rst +++ b/docs/state/development/settings.rst @@ -1,4 +1,4 @@ -SDVState: Program Settings handler +SDVState Program Settings handler ---------------------------------- ``from tools.conf import settings`` @@ -41,4 +41,4 @@ overwrite previous values. . Managing Settings ^^^^^^^^^^^^^^^^^ - Get ``value`` of ``key`` using ``settings.getValue(key)`` -- Set ``key, value`` using ``settings.setValue(key, value)`` \ No newline at end of file +- Set ``key, value`` using ``settings.setValue(key, value)`` -- cgit 1.2.3-korg