Skip to content

Commit c963263

Browse files
committed
Update FAQ
1 parent 5e237e1 commit c963263

25 files changed

+78
-56
lines changed

docs/_sources/en/faq.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1-
What packages QPython doesn't support NOW ?
2-
========================================
1+
FAQ
2+
====
3+
4+
5+
**How to run qpython script from other terminals ?**
6+
7+
- You could "share to" qpython from 3rd apps.
8+
9+
- You need to root the android device first, then soure the env vars (Just like the qpython wiki link you mentioned) and execute the /data/data/org.qpython.qpy/bin/python or /data/data/org.qpython.qpy/bin/python-android5 (for android 5 above)
10+
11+
12+
`Case sample <http://stackoverflow.com/questions/32110131/how-to-run-android-qpython-script-from-cmd-droidedit-terminal>`_
13+
14+
15+
16+
**Support pygame ?**
317

4-
pygame
5-
------------
618
Even you could import pygame in QPython, but QPython doesn't support pygame now.
719

820
We will consider to support it later, please follow us on facebook to get it's progress.
921

1022

11-
`One issue sample <http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault>`_
23+
`Case sample <http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault>`_
1224

1325

1426

docs/_sources/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ QPython project include the `QPython <https://play.google.com/store/apps/details
2222
QPython application is using the **Python 2.7.2** , and QPython application is using the **Python 3.2.2** .
2323

2424

25-
QPython's newest version is 1.3.0 (Released on 2017/3/20) , QPython3's newest version is 1.0.2 (Released on 2017/3/29), New versions include many amazing features, please upgrade to the newest version as soon from google play, amazon appstore etc.
25+
QPython's newest version is 1.3.2 (Released on 2017/5/12) , QPython3's newest version is 1.0.2 (Released on 2017/3/29), New versions include many amazing features, please upgrade to the newest version as soon from google play, amazon appstore etc.
2626

2727

2828
Thanks these guys who are contributing
@@ -94,7 +94,7 @@ Now, let's GO
9494

9595
en/guide
9696

97-
FAQ
97+
Others
9898
---------------
9999
.. toctree::
100100
:maxdepth: 2

docs/en/faq.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>What packages QPython doesn’t support NOW ? &mdash; QPython 0.9 documentation</title>
7+
<title>FAQ &mdash; QPython 0.9 documentation</title>
88
<link rel="stylesheet" href="../static/css/theme.css" type="text/css" />
99
<link rel="top" title="QPython 0.9 documentation" href="../index.html"/>
1010
<link rel="next" title="中文用户向导" href="../zhindex.html"/>
@@ -37,10 +37,7 @@
3737
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
3838
</ul>
3939
<ul class="current">
40-
<li class="toctree-l1 current"><a class="current reference internal" href="#">What packages QPython doesn&#8217;t support NOW ?</a><ul>
41-
<li class="toctree-l2"><a class="reference internal" href="#pygame">pygame</a></li>
42-
</ul>
43-
</li>
40+
<li class="toctree-l1 current"><a class="current reference internal" href="#">FAQ</a></li>
4441
</ul>
4542
<ul>
4643
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>
@@ -58,7 +55,7 @@
5855
<div role="navigation" aria-label="breadcrumbs navigation">
5956
<ul class="wy-breadcrumbs">
6057
<li><a href="../index.html">Docs</a> &raquo;</li>
61-
<li>What packages QPython doesn&#8217;t support NOW ?</li>
58+
<li>FAQ</li>
6259
<li class="wy-breadcrumbs-aside">
6360
<a href="../_sources/en/faq.txt" rel="nofollow"> View page source</a>
6461
</li>
@@ -67,14 +64,18 @@
6764
</div>
6865
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
6966
<div itemprop="articleBody">
70-
<div class="section" id="what-packages-qpython-doesn-t-support-now">
71-
<h1>What packages QPython doesn&#8217;t support NOW ?<a class="headerlink" href="#what-packages-qpython-doesn-t-support-now" title="Permalink to this headline"></a></h1>
72-
<div class="section" id="pygame">
73-
<h2>pygame<a class="headerlink" href="#pygame" title="Permalink to this headline"></a></h2>
67+
<div class="section" id="faq">
68+
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline"></a></h1>
69+
<p><strong>How to run qpython script from other terminals ?</strong></p>
70+
<ul class="simple">
71+
<li>You could &#8220;share to&#8221; qpython from 3rd apps.</li>
72+
<li>You need to root the android device first, then soure the env vars (Just like the qpython wiki link you mentioned) and execute the /data/data/org.qpython.qpy/bin/python or /data/data/org.qpython.qpy/bin/python-android5 (for android 5 above)</li>
73+
</ul>
74+
<p><a class="reference external" href="http://stackoverflow.com/questions/32110131/how-to-run-android-qpython-script-from-cmd-droidedit-terminal">Case sample</a></p>
75+
<p><strong>Support pygame ?</strong></p>
7476
<p>Even you could import pygame in QPython, but QPython doesn&#8217;t support pygame now.</p>
7577
<p>We will consider to support it later, please follow us on facebook to get it&#8217;s progress.</p>
76-
<p><a class="reference external" href="http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault">One issue sample</a></p>
77-
</div>
78+
<p><a class="reference external" href="http://stackoverflow.com/questions/30489732/qpythonpygame-segmentation-fault">Case sample</a></p>
7879
</div>
7980
</div>
8081
<div class="articleComments">

docs/en/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</li>
6868
</ul>
6969
<ul>
70-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
70+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
7171
</ul>
7272
<ul>
7373
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

docs/en/guide_androidhelpers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
142142
</ul>
143143
<ul>
144-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
144+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</li>
6060
</ul>
6161
<ul>
62-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
62+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
6363
</ul>
6464
<ul>
6565
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

docs/en/guide_contributors_test.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="stylesheet" href="../static/css/theme.css" type="text/css" />
99
<link rel="top" title="QPython 0.9 documentation" href="../index.html"/>
1010
<link rel="up" title="Welcome contribute" href="guide_contributors.html"/>
11-
<link rel="next" title="What packages QPython doesn’t support NOW ?" href="faq.html"/>
11+
<link rel="next" title="FAQ" href="faq.html"/>
1212
<link rel="prev" title="Welcome contribute" href="guide_contributors.html"/>
1313
<script src="../static/js/modernizr.min.js"></script>
1414
</head>
@@ -53,7 +53,7 @@
5353
</li>
5454
</ul>
5555
<ul>
56-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
56+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
5757
</ul>
5858
<ul>
5959
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>
@@ -112,7 +112,7 @@ <h1>Feedback<a class="headerlink" href="#feedback" title="Permalink to this head
112112
</div>
113113
<footer>
114114
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
115-
<a href="faq.html" class="btn btn-neutral float-right" title="What packages QPython doesn’t support NOW ?" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
115+
<a href="faq.html" class="btn btn-neutral float-right" title="FAQ" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
116116
<a href="guide_contributors.html" class="btn btn-neutral" title="Welcome contribute" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
117117
</div>
118118
<hr/>

docs/en/guide_developers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
6868
</ul>
6969
<ul>
70-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
70+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
7171
</ul>
7272
<ul>
7373
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

docs/en/guide_extend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
5656
</ul>
5757
<ul>
58-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
58+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
5959
</ul>
6060
<ul>
6161
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

docs/en/guide_helloworld.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<li class="toctree-l1"><a class="reference internal" href="guide.html#community-contributors-guide">Community Contributors&#8217; Guide</a></li>
4848
</ul>
4949
<ul>
50-
<li class="toctree-l1"><a class="reference internal" href="faq.html">What packages QPython doesn&#8217;t support NOW ?</a></li>
50+
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
5151
</ul>
5252
<ul>
5353
<li class="toctree-l1"><a class="reference internal" href="../zhindex.html">中文用户向导</a></li>

0 commit comments

Comments
 (0)