forked from amazingfate/help
Fix some typos
Change-Id: Ife8c609e1db336417077a31d8a549614e00bd91b
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
</section>
|
||||
<embed href="text/shared/need_help.xhp#needhelp"/>
|
||||
<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 Python interactive console from %PRODUCTNAME .</paragraph>
|
||||
<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/sbasic/python/python_ide.xhp#pythonideh1"/>
|
||||
<embed href="text/sbasic/python/python_locations.xhp#pythonlocations1"/>
|
||||
<embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<bookmark_value>python;editor</bookmark_value>
|
||||
</bookmark>
|
||||
<h1 id="hd_id151543348965464"><variable id="pythonideh1"><link href="text/sbasic/python/python_ide.xhp" name="Python IDE Setup">Setting up an Integrated Development Environment (IDE) for Python</link></variable></h1>
|
||||
<paragraph id="par_id541543348965465" role="paragraph" xml-lang="en-US">Writing Python macros requires extra configuration steps in order set an IDE of choice.</paragraph>
|
||||
<paragraph id="par_id541543348965465" role="paragraph" xml-lang="en-US">Writing Python macros requires extra configuration steps to set an IDE of choice.</paragraph>
|
||||
</section>
|
||||
<embed href="text/shared/need_help.xhp#needhelp"/>
|
||||
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
<h3 id="hd_id101544049707712">Document macros</h3>
|
||||
<paragraph role="paragraph" id="par_id31544049046497">Document macros are embedded in the document and are accessible only when the document is open.</paragraph>
|
||||
<h2 id="hd_id171544049715310">Libraries, Modules and Macros</h2>
|
||||
<paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can organized in libraries, modules and macros.</paragraph>
|
||||
<paragraph role="paragraph" id="par_id181544209916707">Like BASIC macros, Python macros can be organized in libraries, modules and macros.</paragraph>
|
||||
<h3 id="hd_id21544209865082">Creating a Python Library</h3>
|
||||
<paragraph role="paragraph" id="par_id191544209928221">Libraries are folders in the container tree. To create a library, add a folder in the target container. The library name is the folder name.</paragraph>
|
||||
<h3 id="hd_id31544209872869">Creating a Python Module.</h3>
|
||||
|
||||
Reference in New Issue
Block a user