diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index fe47d7502f..40aaa194ea 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -34,16 +34,22 @@ +
+ +
+

%PRODUCTNAME Python Modules

- scriptforge module msgbox module + scriptforge module + uno module +
diff --git a/source/text/sbasic/python/python_programming.xhp b/source/text/sbasic/python/python_programming.xhp index 9f53dfa60e..f70148d687 100644 --- a/source/text/sbasic/python/python_programming.xhp +++ b/source/text/sbasic/python/python_programming.xhp @@ -84,6 +84,7 @@
%PRODUCTNAME Basic libraries contain classes, routines and variables, Python modules contain classes, functions and variables. Common pieces of reusable Python or UNO features must be stored in My macros within (User Profile)/Scripts/python/pythonpath. Python libraries help organize modules in order to prevent module name collisions. Import uno.py inside shared modules.
+
Genuine BASIC UNO facilities can be inferred using uno.py module. Use Python interactive shell to get a complete module description using dir() and help() Python commands. uno.py @@ -196,6 +197,7 @@ +
LibreLogo and TableSample installation shared scripts use uno.py module.

More Python-Basic samples

diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp index 5697735638..523061c6fa 100644 --- a/source/text/sbasic/shared/main0601.xhp +++ b/source/text/sbasic/shared/main0601.xhp @@ -52,15 +52,13 @@

Working with Macros in Python

- - - - - - - -%PRODUCTNAME internal Basic macro libraries + + + + + +

%PRODUCTNAME internal Basic macro libraries

%PRODUCTNAME installs a set of Basic macro libraries that can be accessed from your Basic macros.