AllLangHelp_sbasic.mk                         |    1 
 source/text/sbasic/python/main0000.xhp        |    1 
 source/text/sbasic/python/python_examples.xhp |   39 ++++++++++++++++++++++++++
 3 files changed, 41 insertions(+)

New commits:
commit b01f85baef364236cb68dd0dbeb0bcb7513bd85c
Author:     Alain Romedenne <pyoffice.romede...@sfr.fr>
AuthorDate: Fri Jan 4 17:36:06 2019 -0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Fri Jan 4 20:54:18 2019 +0100

    tdf#121736 More Help pages on Python
    
    Entry page for examples. Comments left intentionally for
    later fill.
    
    Change-Id: Ifacad703097187180cc3909be4ba9a81f80244be
    Reviewed-on: https://gerrit.libreoffice.org/65866
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk
index 61a7fa5d9..b76014f32 100644
--- a/AllLangHelp_sbasic.mk
+++ b/AllLangHelp_sbasic.mk
@@ -366,6 +366,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\
     helpcontent2/source/text/sbasic/shared/special_vba_func \
     helpcontent2/source/text/sbasic/shared/vbasupport \
     helpcontent2/source/text/sbasic/python/main0000 \
+    helpcontent2/source/text/sbasic/python/python_examples \
     helpcontent2/source/text/sbasic/python/python_ide \
     helpcontent2/source/text/sbasic/python/python_locations \
     helpcontent2/source/text/sbasic/python/python_programming \
diff --git a/source/text/sbasic/python/main0000.xhp 
b/source/text/sbasic/python/main0000.xhp
index 05f9abcc9..d4d33b54d 100644
--- a/source/text/sbasic/python/main0000.xhp
+++ b/source/text/sbasic/python/main0000.xhp
@@ -34,6 +34,7 @@
     <embed href="text/sbasic/python/python_shell.xhp#pythonshell1"/>
     <embed 
href="text/sbasic/python/python_programming.xhp#pythonprogrammingheading"/>
     <paragraph role="paragraph" id="par_id861543347870798" 
xml-lang="en-US">Creating a dialog</paragraph>
+    <embed href="text/sbasic/python/python_examples.xhp#pythonexamples2"/>
     <paragraph role="paragraph" id="par_id71543347877088" 
xml-lang="en-US">Programming Examples</paragraph>
     <embed href="text/swriter/main0000.xhp#helpabouthelp"/>
 </body>
diff --git a/source/text/sbasic/python/python_examples.xhp 
b/source/text/sbasic/python/python_examples.xhp
new file mode 100644
index 000000000..8e3dd253a
--- /dev/null
+++ b/source/text/sbasic/python/python_examples.xhp
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+    <!--
+    * This file is part of the LibreOffice project.
+    *
+    * This Source Code Form is subject to the terms of the Mozilla Public
+    * License, v. 2.0. If a copy of the MPL was not distributed with this
+    * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+    *
+    -->
+    <meta>
+        <topic id="pythonexamples" indexer="include" status="PUBLISH">
+            <title id="tit" xml-lang="en-US">Python examples</title>
+            <filename>/text/sbasic/python/python_examples.xhp</filename>
+        </topic>
+    </meta>
+    <body>
+    <section id="pythonexamples">
+        <bookmark xml-lang="en-US" branch="index" id="bm_id20191031405">
+            <bookmark_value>Python;examples</bookmark_value>
+            <bookmark_value>Python;shell</bookmark_value>
+            <bookmark_value>Python;platform</bookmark_value>
+            <bookmark_value>Python;session</bookmark_value>
+        </bookmark>
+        <h1 id="hd_id201901031407"><variable id="pythonexamples2"><link 
href="text/sbasic/python/python_examples.xhp" name="python examples">Python 
programming examples</link></variable></h1>
+    </section>
+    <!--
+    <embed href="text/sbasic/python/python_2_basic.xhp#python2basic"/>
+    <embed href="text/sbasic/python/python_from_basic.xhp#pythonfrombasic"/>
+    <embed href="text/sbasic/python/python_dialog.xhp#pythondialog"/>
+    <embed href="text/sbasic/python/python_listener.xhp#pythonlistener"/>
+    <embed href="text/sbasic/python/python_session.xhp#pythonsession"/>
+    <embed href="text/sbasic/python/python_platform.xhp#pythonplatform"/>
+    <embed href="text/sbasic/python/python_import.xhp#pythonimport"/>
+    <embed href="text/sbasic/python/python_screen.xhp#pythonscreen"/>
+    <embed href="text/sbasic/python/python_shell.xhp#pythonhell"/>
+    -->
+</body>
+</helpdocument>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to