[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Dec 18 15:01:55 UTC 2018
source/text/sbasic/python/main0000.xhp | 2 +-
source/text/sbasic/python/python_locations.xhp | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit 59404eb5ca76c1e9b0dc5a6fb9730bc9328b0cbf
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue Dec 18 09:07:14 2018 -0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Tue Dec 18 16:01:34 2018 +0100
Python: fix location description / references
Change-Id: I0b6339716d8a26dda84d0904c4a536d2173d3f1e
Reviewed-on: https://gerrit.libreoffice.org/65347
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/source/text/sbasic/python/main0000.xhp b/source/text/sbasic/python/main0000.xhp
index 631c44524..cd2cbf935 100644
--- a/source/text/sbasic/python/main0000.xhp
+++ b/source/text/sbasic/python/main0000.xhp
@@ -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>
diff --git a/source/text/sbasic/python/python_locations.xhp b/source/text/sbasic/python/python_locations.xhp
index 4f50af421..b3ebeeda5 100644
--- a/source/text/sbasic/python/python_locations.xhp
+++ b/source/text/sbasic/python/python_locations.xhp
@@ -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>
More information about the Libreoffice-commits
mailing list