forked from amazingfate/help
Python: fix location description / references
Change-Id: I0b6339716d8a26dda84d0904c4a536d2173d3f1e Reviewed-on: https://gerrit.libreoffice.org/65347 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<bookmark_value>Python;macros</bookmark_value>
|
||||
<bookmark_value>scripts;Python</bookmark_value>
|
||||
</bookmark>
|
||||
<h1 id="hd_id3154232"><variable id="pythonscriptshelp">%PRODUCTNAME Python Scripts Help</variable></h1>
|
||||
<h1 id="hd_id3154232"><variable id="pythonscriptshelp"><link href="text/sbasic/python/main0000.xhp" name="mainpython">%PRODUCTNAME Python Scripts Help</link></variable></h1>
|
||||
|
||||
<section id="pythonalt">
|
||||
<paragraph id="par_id3153894" role="paragraph" xml-lang="en-US">%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 <link href="https://api.libreoffice.org/" name="api.libreoffice.org">https://api.libreoffice.org</link></paragraph>
|
||||
|
||||
@ -28,10 +28,10 @@
|
||||
<paragraph role="paragraph" id="par_id861544210028670">The %PRODUCTNAME Macros container location in the file system depends on the operating system:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph id="par_id191544210072242" role="listitem">For Windows,<br/><literal>C:\Program Files (x86)\LibreOffice\Basis\share\Scripts\python</literal>.</paragraph>
|
||||
<paragraph id="par_id191544210072242" role="listitem">For <emph>Windows</emph>: <literal>$(Installation)\share\Scripts\python</literal>.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph id="par_id61544210078654" role="listitem">For Linux and macOS,<br/><literal>$(Installation)/share/Scripts/python</literal>.</paragraph>
|
||||
<paragraph id="par_id61544210078654" role="listitem">For <emph>Linux</emph> and <emph>macOS</emph>: <literal>$(Installation)/share/Scripts/python</literal>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<h3 id="hd_id861544049692222">My Macros</h3>
|
||||
@ -39,10 +39,10 @@
|
||||
<paragraph role="paragraph" id="par_id341544210187846">The My Macros container location is in the user space and depends on the operating system:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph id="par_id381544210213190" role="listitem">For <emph>Windows</emph>,<br/><literal>C:\Users\current-user\AppData\Roaming\libreoffice\4\user\Scripts\python</literal>.</paragraph>
|
||||
<paragraph id="par_id381544210213190" role="listitem">For <emph>Windows</emph>,<br/><literal>%APPDATA%\LibreOffice\4\user\Scripts\python</literal>.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph id="par_id691544210219850" role="listitem">For <emph>Linux</emph> and <emph>macOS</emph>,<br/><literal>$(HOME)/.config/libreoffice/4/user/Scripts/python</literal>.</paragraph>
|
||||
<paragraph id="par_id691544210219850" role="listitem">For <emph>Linux</emph> and <emph>macOS</emph>,<br/><literal>$HOME/.config/libreoffice/4/user/Scripts/python</literal>.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
<h3 id="hd_id101544049707712">Document macros</h3>
|
||||
|
||||
Reference in New Issue
Block a user