Skip to content

Commit 46e1521

Browse files
committed
pull new file
2 parents 1f9102d + e8ace79 commit 46e1521

23 files changed

+486
-55
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<p align="center"><a href="http://www.qpython.org" target="_blank"><img src="http://www.qpython.org/images/bestpython.png"></a></p>
33

44
Welcome to read the QPython guide!
5-
=============================================
65

76
QPython is a script engine that runs Python on android devices. It lets your android device run Python scripts and projects. It contains the Python interpreter, console, editor, and the SL4A Library for Android. It’s Python on Android!
87

docs/_sources/en/guide.rst.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,22 @@ If you you want to know more about how to program through qpython, just follow t
2424
guide_extend
2525

2626

27-
QPython Hackers' Guide
27+
**QPython project is not only a powerful Python engine for android, but is a active technology community also.**
28+
29+
QPython Developers' Guide
2830
=======================
31+
QPython developers' goal is pushing out a great Python for android.
32+
33+
.. toctree::
34+
:maxdepth: 2
2935

30-
* `QPython Hackers Howto <http://wiki.qpython.org/en/diveinto/>`_
36+
guide_developers
3137

3238

33-
Contributors' Guide
39+
Community Contributors' Guide
3440
===================
3541

36-
Welcome to join QPython contributors team
42+
Welcome to join QPython contributors team, you are not just a user, but a creator of QPython.
3743

3844
.. toctree::
3945
:maxdepth: 2
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
Android
2+
==============================
3+
Android part offers the common Python user interaction functions, like console, editor, file browsing, QRCode reader etc.
4+
5+
6+
Console
7+
---------
8+
9+
10+
Editor
11+
-----------
12+
13+
14+
File browsing
15+
------------
16+
17+
18+
QRCode reader
19+
------------------------
20+
21+
22+
QSL4A
23+
==============================
24+
QSL4A is the folk of SL4A for QPython, which allows users being able to program with Python script for android.
25+
26+
27+
QPython Core
28+
==============================
29+
Besides Python core, QPython core offer three types programming mode also.
30+
31+
Python 2.x
32+
-----------
33+
34+
Python 3.x
35+
-----------
36+
37+
Console program
38+
---------------
39+
40+
Kivy program
41+
------------
42+
43+
WebApp program
44+
--------------
45+
46+
47+
48+
Pip and libraries
49+
==============================
50+
Pip and libraries offer great expansion ability for QPython.
51+
52+
Pip
53+
---------
54+
55+
Libraries
56+
----------
57+
58+
59+
Quick tools
60+
==============================
61+
Quick tools offers better guide for using QPython well for different users.
62+
63+
QPython API
64+
------------
65+
66+
FTP
67+
--------
68+
69+
70+
QPY.IO (Enterprise service)
71+
==============================
72+
It's a enterprise service which aim at offering quick android development delivery with QPython.
73+
74+
It's QPython's maintainers' main paid service, but not a opensource project.
75+

docs/en/guide.html

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,16 @@
4949
<li class="toctree-l2"><a class="reference internal" href="guide_extend.html#qpython-online-service">QPython Online Service</a></li>
5050
</ul>
5151
</li>
52-
<li class="toctree-l1"><a class="reference internal" href="#qpython-hackers-guide">QPython Hackers&#8217; Guide</a></li>
53-
<li class="toctree-l1"><a class="reference internal" href="#contributors-guide">Contributors&#8217; Guide</a><ul>
52+
<li class="toctree-l1"><a class="reference internal" href="#qpython-developers-guide">QPython Developers&#8217; Guide</a><ul>
53+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html">Android</a></li>
54+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qsl4a">QSL4A</a></li>
55+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpython-core">QPython Core</a></li>
56+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#pip-and-libraries">Pip and libraries</a></li>
57+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#quick-tools">Quick tools</a></li>
58+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpy-io-enterprise-service">QPY.IO (Enterprise service)</a></li>
59+
</ul>
60+
</li>
61+
<li class="toctree-l1"><a class="reference internal" href="#community-contributors-guide">Community Contributors&#8217; Guide</a><ul>
5462
<li class="toctree-l2"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li>
5563
<li class="toctree-l2"><a class="reference internal" href="guide_contributors.html#how-to-help-with-test">How to help with test</a></li>
5664
<li class="toctree-l2"><a class="reference internal" href="guide_contributors.html#how-to-contribute-documentation">How to contribute documentation</a></li>
@@ -173,16 +181,46 @@ <h1>Programming Guide<a class="headerlink" href="#programming-guide" title="Perm
173181
</li>
174182
</ul>
175183
</div>
184+
<p><strong>QPython project is not only a powerful Python engine for android, but is a active technology community also.</strong></p>
176185
</div>
177-
<div class="section" id="qpython-hackers-guide">
178-
<h1>QPython Hackers&#8217; Guide<a class="headerlink" href="#qpython-hackers-guide" title="Permalink to this headline"></a></h1>
179-
<ul class="simple">
180-
<li><a class="reference external" href="http://wiki.qpython.org/en/diveinto/">QPython Hackers Howto</a></li>
186+
<div class="section" id="qpython-developers-guide">
187+
<h1>QPython Developers&#8217; Guide<a class="headerlink" href="#qpython-developers-guide" title="Permalink to this headline"></a></h1>
188+
<p>QPython developers&#8217; goal is pushing out a great Python for android.</p>
189+
<div class="toctree-wrapper compound">
190+
<ul>
191+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html">Android</a><ul>
192+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#console">Console</a></li>
193+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#editor">Editor</a></li>
194+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#file-browsing">File browsing</a></li>
195+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qrcode-reader">QRCode reader</a></li>
181196
</ul>
197+
</li>
198+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qsl4a">QSL4A</a></li>
199+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qpython-core">QPython Core</a><ul>
200+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#python-2-x">Python 2.x</a></li>
201+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#python-3-x">Python 3.x</a></li>
202+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#console-program">Console program</a></li>
203+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#kivy-program">Kivy program</a></li>
204+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#webapp-program">WebApp program</a></li>
205+
</ul>
206+
</li>
207+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#pip-and-libraries">Pip and libraries</a><ul>
208+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#pip">Pip</a></li>
209+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#libraries">Libraries</a></li>
210+
</ul>
211+
</li>
212+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#quick-tools">Quick tools</a><ul>
213+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpython-api">QPython API</a></li>
214+
<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#ftp">FTP</a></li>
215+
</ul>
216+
</li>
217+
<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qpy-io-enterprise-service">QPY.IO (Enterprise service)</a></li>
218+
</ul>
219+
</div>
182220
</div>
183-
<div class="section" id="contributors-guide">
184-
<h1>Contributors&#8217; Guide<a class="headerlink" href="#contributors-guide" title="Permalink to this headline"></a></h1>
185-
<p>Welcome to join QPython contributors team</p>
221+
<div class="section" id="community-contributors-guide">
222+
<h1>Community Contributors&#8217; Guide<a class="headerlink" href="#community-contributors-guide" title="Permalink to this headline"></a></h1>
223+
<p>Welcome to join QPython contributors team, you are not just a user, but a creator of QPython.</p>
186224
<div class="toctree-wrapper compound">
187225
<ul>
188226
<li class="toctree-l1"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li>

docs/en/guide_androidhelpers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
<li class="toctree-l2"><a class="reference internal" href="guide_extend.html#qpython-online-service">QPython Online Service</a></li>
141141
</ul>
142142
</li>
143-
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-hackers-guide">QPython Hackers&#8217; Guide</a></li>
144-
<li class="toctree-l1"><a class="reference internal" href="guide.html#contributors-guide">Contributors&#8217; Guide</a></li>
143+
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-developers-guide">QPython Developers&#8217; Guide</a></li>
144+
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
145145
</ul>
146146
<ul>
147147
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

docs/en/guide_contributors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="top" title="QPython 0.9 documentation" href="../index.html"/>
1313
<link rel="up" title="QPython Getting started" href="guide.html"/>
1414
<link rel="next" title="Join the tester community" href="guide_contributors_test.html"/>
15-
<link rel="prev" title="QPython Open API" href="guide_extend.html"/>
15+
<link rel="prev" title="Android" href="guide_developers.html"/>
1616
<script src="../static/js/modernizr.min.js"></script>
1717
</head>
1818
<body class="wy-body-for-nav" role="document">
@@ -37,8 +37,8 @@
3737
<ul class="current">
3838
<li class="toctree-l1"><a class="reference internal" href="guide.html">QPython Getting started</a></li>
3939
<li class="toctree-l1"><a class="reference internal" href="guide.html#programming-guide">Programming Guide</a></li>
40-
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-hackers-guide">QPython Hackers&#8217; Guide</a></li>
41-
<li class="toctree-l1 current"><a class="reference internal" href="guide.html#contributors-guide">Contributors&#8217; Guide</a><ul class="current">
40+
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-developers-guide">QPython Developers&#8217; Guide</a></li>
41+
<li class="toctree-l1 current"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a><ul class="current">
4242
<li class="toctree-l2 current"><a class="current reference internal" href="#">Welcome contribute</a></li>
4343
<li class="toctree-l2"><a class="reference internal" href="#how-to-help-with-test">How to help with test</a><ul>
4444
<li class="toctree-l3"><a class="reference internal" href="guide_contributors_test.html">Join the tester community</a></li>
@@ -133,7 +133,7 @@ <h1>How to sponsor QPython project<a class="headerlink" href="#how-to-sponsor-qp
133133
<footer>
134134
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
135135
<a href="guide_contributors_test.html" class="btn btn-neutral float-right" title="Join the tester community" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
136-
<a href="guide_extend.html" class="btn btn-neutral" title="QPython Open API" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
136+
<a href="guide_developers.html" class="btn btn-neutral" title="Android" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
137137
</div>
138138
<hr/>
139139
<script>(function(d, s, id) {

docs/en/guide_contributors_test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<ul class="current">
3838
<li class="toctree-l1"><a class="reference internal" href="guide.html">QPython Getting started</a></li>
3939
<li class="toctree-l1"><a class="reference internal" href="guide.html#programming-guide">Programming Guide</a></li>
40-
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-hackers-guide">QPython Hackers&#8217; Guide</a></li>
41-
<li class="toctree-l1 current"><a class="reference internal" href="guide.html#contributors-guide">Contributors&#8217; Guide</a><ul class="current">
40+
<li class="toctree-l1"><a class="reference internal" href="guide.html#qpython-developers-guide">QPython Developers&#8217; Guide</a></li>
41+
<li class="toctree-l1 current"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a><ul class="current">
4242
<li class="toctree-l2"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li>
4343
<li class="toctree-l2 current"><a class="reference internal" href="guide_contributors.html#how-to-help-with-test">How to help with test</a><ul class="current">
4444
<li class="toctree-l3 current"><a class="current reference internal" href="#">Join the tester community</a></li>

0 commit comments

Comments
 (0)