diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-26 10:45:25 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-07-28 15:33:38 +0200 |
commit | c11400b40e10b5fe45dddd3eecd303ad27fc2819 (patch) | |
tree | 32d91447c34060dafc434a5c66d22733ed2a87fe /source/text/sbasic | |
parent | 79618151d6614b534ea874af101b20dad8cd435b (diff) |
tdf#126528 Add Python in Organize scripts page
Change-Id: I8d18f5e264fe11924a8ea234e82355913b0417d2
Reviewed-on: https://gerrit.libreoffice.org/76382
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r-- | source/text/sbasic/python/main0000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp index 173dbc6dd5..44b8390a62 100644 --- a/source/text/sbasic/python/main0000.xhp +++ b/source/text/sbasic/python/main0000.xhp @@ -28,12 +28,12 @@ </section> <h2 id="hd_id3146957">Working with Python Scripts in %PRODUCTNAME</h2> <paragraph role="paragraph" id="N0102">You can execute Python scripts choosing <menuitem>Tools - Macros - Run Macro</menuitem>. 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.</paragraph> + <embed href="text/shared/guide/scripting.xhp#scripting"/> <embed href="text/sbasic/python/python_ide.xhp#pythonideh1"/> <embed href="text/sbasic/python/python_locations.xhp#pythonlocations1"/> <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/> <embed href="text/sbasic/python/python_programming.xhp#pythonprogrammingheading"/> <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/> - <embed href="text/swriter/main0000.xhp#helpabouthelp"/> </body> </helpdocument> |