diff options
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)`` |