diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-12-01 09:17:56 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-12-01 09:43:15 +0530 |
commit | d1cc451f841f995028d57677e897a39229a065a2 (patch) | |
tree | 23039d44123ad6016f0e2ce6ef1c579605fae928 /docs/state/development | |
parent | f2aba340057a67a3b159aae36427bc60f49fd832 (diff) |
Docs: Overview Document.opnfv-10.0.0stable/jerma
This patch adds overview document.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: I1504c297d0b51a71c1a20f7b9d7c1853e61291c9
Diffstat (limited to 'docs/state/development')
-rw-r--r-- | docs/state/development/result_api.rst | 4 | ||||
-rw-r--r-- | docs/state/development/settings.rst | 4 |
2 files changed, 4 insertions, 4 deletions
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)`` |