Skip to content

Commit 1491196

Browse files
author
ubuntu
committed
Update domain
1 parent 53ff35c commit 1491196

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

Diff for: docs/CNAME

-1
This file was deleted.

Diff for: docs/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -340,11 +340,6 @@
340340
</li>
341341
<li>
342342
<a href="#03-qsl4a-apis" class="toc-h1 toc-link" data-title="03 - QSL4A APIs">03 - QSL4A APIs</a>
343-
<ul class="toc-list-h2">
344-
<li>
345-
<a href="#qsl4a" class="toc-h2 toc-link" data-title="QSL4A">QSL4A</a>
346-
</li>
347-
</ul>
348343
</li>
349344
</ul>
350345
</div>
@@ -511,7 +506,11 @@ <h1 id='02-qpypi-and-3rd-modules'>02 - QPYPI and 3rd Modules</h1>
511506
<td>Python library for symbolic computation</td>
512507
</tr>
513508
</tbody></table>
514-
<h1 id='03-qsl4a-apis'>03 - QSL4A APIs</h1><h2 id='qsl4a'>QSL4A</h2>
509+
<h1 id='03-qsl4a-apis'>03 - QSL4A APIs</h1>
510+
<p>The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices. QPython start to extend the SL4A project and integrate it.</p>
511+
512+
<p>There are many SL4A APIs, if you found any issue, please <code>report an issue &lt;https://github.com/qpython-android/qpython/issues&gt;</code>_.</p>
513+
515514
<p><a href='qsl4a.html'>Read QSL4A&#39;s APIs &gt;&gt;</a></p>
516515

517516
</div>

Diff for: docs/qsl4a.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,9 @@
312312
</div>
313313
<ul class="search-results"></ul>
314314
<ul id="toc" class="toc-list-h1">
315+
<li>
316+
<a href="#qsl4a-apis-documentation" class="toc-h1 toc-link" data-title="QSL4A APIs Documentation">QSL4A APIs Documentation</a>
317+
</li>
315318
<li>
316319
<a href="#01-androidfacade" class="toc-h1 toc-link" data-title="01 AndroidFacade">01 AndroidFacade</a>
317320
<ul class="toc-list-h2">
@@ -641,7 +644,8 @@
641644
<div class="page-wrapper">
642645
<div class="dark-box"></div>
643646
<div class="content">
644-
<p>The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices. QPython start to extend the SL4A project and integrate it.</p>
647+
<h1 id='qsl4a-apis-documentation'>QSL4A APIs Documentation</h1>
648+
<p>The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices. QPython start to extend the SL4A project and integrate it.</p>
645649

646650
<p>There are many SL4A APIs, if you found any issue, please <code>report an issue &lt;https://github.com/qpython-android/qpython/issues&gt;</code>_.</p>
647651
<h1 id='01-androidfacade'>01 AndroidFacade</h1><h2 id='0101-clipboard-apis'>0101 Clipboard APIs</h2><h3 id='setclipboard-text'>setClipboard(text)</h3>

Diff for: source/index.html.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ AIPY | Sympy | 1.12 | Python library for symbolic computation
8383

8484
# 03 - QSL4A APIs
8585

86+
The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices. QPython start to extend the SL4A project and integrate it.
8687

87-
## QSL4A
88+
89+
There are many SL4A APIs, if you found any issue, please `report an issue <https://github.com/qpython-android/qpython/issues>`_.
8890

8991
<a href='qsl4a.html'>Read QSL4A's APIs >></a>
9092

Diff for: source/qsl4a.html.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ meta:
1919
content: Documentation for QPython's QSL4A API
2020
---
2121

22+
# QSL4A APIs Documentation
23+
2224
The Scripting Layer for Android (abridged as SL4A, and previously named Android Scripting Environment or ASE) is a library that allows the creation and running of scripts written in various scripting languages directly on Android devices. QPython start to extend the SL4A project and integrate it.
2325

2426

0 commit comments

Comments
 (0)