Skip to content

Commit f87b36b

Browse files
committed
Add QPython & QPython3's python version introduction
1 parent 725c5ab commit f87b36b

File tree

5 files changed

+32
-2
lines changed

5 files changed

+32
-2
lines changed

docs/_sources/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ QPython is a script engine that runs Python on android devices. It lets your and
1414

1515
QPython has several millions users in the world already, it's a great project for programming users, welcome to join us for contributing to this project NOW.
1616

17+
QPython project include the `QPython <https://play.google.com/store/apps/details?id=org.qpython.qpy>`_ and `QPython3 <https://play.google.com/store/apps/details?id=org.qpython.qpy3>`_ applications.
18+
19+
QPython application is using the **Python 2.7.2** , and QPython application is using the **Python 3.2.2** .
1720

1821
What's NEW
1922
------------------------

docs/index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@
162162
<h1>Welcome to read the QPython guide!<a class="headerlink" href="#welcome-to-read-the-qpython-guide" title="Permalink to this headline"></a></h1>
163163
<p>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!</p>
164164
<p>QPython has several millions users in the world already, it&#8217;s a great project for programming users, welcome to join us for contributing to this project NOW.</p>
165+
<p>QPython project include the <a class="reference external" href="https://play.google.com/store/apps/details?id=org.qpython.qpy">QPython</a> and <a class="reference external" href="https://play.google.com/store/apps/details?id=org.qpython.qpy3">QPython3</a> applications.</p>
166+
<p>QPython application is using the <strong>Python 2.7.2</strong> , and QPython application is using the <strong>Python 3.2.2</strong> .</p>
165167
<div class="section" id="what-s-new">
166168
<h2>What&#8217;s NEW<a class="headerlink" href="#what-s-new" title="Permalink to this headline"></a></h2>
167169
<p>QPython project include the QPython(Python 2) and QPython3(Python 3) applications.</p>
@@ -261,12 +263,23 @@ <h2>For Chinese users<a class="headerlink" href="#for-chinese-users" title="Perm
261263
<script>(function(d, s, id) {
262264
var js, fjs = d.getElementsByTagName(s)[0];
263265
if (d.getElementById(id)) return;
264-
js = d.createElement(s); js.id = id;
266+
js = d.createElement(s); js.id = id;
265267
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=1680815145503311";
266268
fjs.parentNode.insertBefore(js, fjs);
267269
}(document, 'script', 'facebook-jssdk'));</script>
268270

269271
<div class="fb-comments" data-href="http://qpython.org" data-numposts="10"></div>
272+
273+
<script>
274+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
275+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
276+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
277+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
278+
279+
ga('create', 'UA-36070037-1', 'auto');
280+
ga('send', 'pageview');
281+
282+
</script>
270283
<hr/>
271284

272285
<div role="contentinfo">

qpython-docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
qpython.org
1+
www.qpython.org

qpython-docs/extra.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,14 @@
77
}(document, 'script', 'facebook-jssdk'));</script>
88

99
<div class="fb-comments" data-href="http://qpython.org" data-numposts="10"></div>
10+
11+
<script>
12+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
13+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
14+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
15+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
16+
17+
ga('create', 'UA-36070037-1', 'auto');
18+
ga('send', 'pageview');
19+
20+
</script>

qpython-docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ QPython is a script engine that runs Python on android devices. It lets your and
1414

1515
QPython has several millions users in the world already, it's a great project for programming users, welcome to join us for contributing to this project NOW.
1616

17+
QPython project include the `QPython <https://play.google.com/store/apps/details?id=org.qpython.qpy>`_ and `QPython3 <https://play.google.com/store/apps/details?id=org.qpython.qpy3>`_ applications.
18+
19+
QPython application is using the **Python 2.7.2** , and QPython application is using the **Python 3.2.2** .
1720

1821
What's NEW
1922
------------------------

0 commit comments

Comments
 (0)