diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-13 12:28:01 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-02-14 13:21:02 +0100 |
commit | 5f787a1f2d96dcc67dde76a688867a593bb815df (patch) | |
tree | b4371788ee0b53a57c1009c679b3f900b2cfc20a /source/auxiliary | |
parent | 675b040e842403b91e2246ed78c6016ef10ddd0d (diff) |
Python: improve navigation between Help pages
add links between python pages
add links from Contents section
Change-Id: Ifc6704862c8213008eeb5d6e6baf86aa7c7be50b
Reviewed-on: https://gerrit.libreoffice.org/67778
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/auxiliary')
-rw-r--r-- | source/auxiliary/sbasic.tree | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree index 28d5a1161b..5c633bcbd4 100644 --- a/source/auxiliary/sbasic.tree +++ b/source/auxiliary/sbasic.tree @@ -327,9 +327,16 @@ <topic id="sbasic/text/sbasic/guide/access2base.xhp">Access2Base, the API for Base users</topic> </node> </node> - <node id="0702" title="Python Scripts"> + <node id="0702" title="Python Scripts Help"> <node id="070201" title="General Information and User Interface Usage"> <topic id="sbasic/text/sbasic/python/main0000.xhp">%PRODUCTNAME Python Scripts Help</topic> + <topic id="sbasic/text/sbasic/python/python_ide.xhp">Integrated Development Environment (IDE) for Python</topic> + <topic id="sbasic/text/sbasic/python/python_locations.xhp">Python Scripts Organization and Location</topic> + <topic id="sbasic/text/sbasic/python/python_shell.xhp">Running Python Interactive Console</topic> + </node> + <node id="070202" title="Programming with Python"> + <topic id="sbasic/text/sbasic/python/python_programming.xhp">Programming with Python Scripts</topic> + <topic id="sbasic/text/sbasic/python/python_examples.xhp">Python Programming Examples</topic> </node> </node> </help_section> |