From 5f787a1f2d96dcc67dde76a688867a593bb815df Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 13 Feb 2019 12:28:01 -0200 Subject: Python: improve navigation between Help pages add links between python pages add links from Contents section Change-Id: Ifc6704862c8213008eeb5d6e6baf86aa7c7be50b Reviewed-on: https://gerrit.libreoffice.org/67778 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/python/main0000.xhp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/text/sbasic/python/main0000.xhp') diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index 3b8ed37301..173dbc6dd5 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -26,15 +26,14 @@ %PRODUCTNAME provides an Application Programming Interface (API) that allows controlling the $[officename] components with different programming languages by using the $[officename] Software Development Kit (SDK). For more information about the $[officename] API and the Software Development Kit, visit https://api.libreoffice.org This help section explains the most common Python script functions for %PRODUCTNAME. For more in-depth information please refer to the Designing & Developing Python Applications on the Wiki. -

Working with Python Scripts in %PRODUCTNAME

You can execute Python scripts choosing Tools - Macros - Run Macro. Editing scripts can be done with your preferred text editor. Python scripts are present in various locations detailed hereafter. You can refer to Programming examples for macros illustrating how to run the Python interactive console from %PRODUCTNAME. - Creating a dialog + -- cgit