Skip to content

Commit beb57f9

Browse files
committed
Update program Guide section
1 parent a74956f commit beb57f9

File tree

13 files changed

+44
-28
lines changed

13 files changed

+44
-28
lines changed

docs/_sources/en/howtostart.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
How to start
32
=============
43

@@ -7,15 +6,21 @@ How to start
76
* `Writing "Hello World" <http://wiki.qpython.org/doc/hello-world>`_
87

98

10-
Web App
11-
============
9+
Kivy program
10+
------------
11+
12+
Console program
13+
---------------
14+
15+
Web program
16+
-----------
1217

1318
* `QPython Web App <http://wiki.qpython.org/en/webapp/>`_
1419
* `Develop a WEB APP with QPython <http://wiki.qpython.org/en/webapp/sample>`_
1520

1621

1722
Programming Guide
18-
==================
23+
===================
1924

2025
* `Programming Guide <http://wiki.qpython.org/doc/program_guide/>`_
2126
* `QPython Hackers Howto <http://wiki.qpython.org/en/diveinto/>`_
@@ -26,4 +31,3 @@ Programming Guide
2631

2732
qeditor4web
2833
sl4aapis
29-

docs/_sources/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ QPython 用户开发组
7575
* 加入QPython QQ组(Q群:540717901)来和中国活跃的QPython 用户一起玩转 QPython
7676

7777
如何贡献
78-
__________
78+
---------
7979
想成为 QPython 的贡献者么?请 `给我们发邮件 <mailto:support@qpython.org>`_

docs/en/howtostart.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,12 @@
8888

8989

9090
<ul class="current">
91-
<li class="toctree-l1 current"><a class="current reference internal" href="#">How to start</a></li>
92-
<li class="toctree-l1"><a class="reference internal" href="#web-app">Web App</a></li>
91+
<li class="toctree-l1 current"><a class="current reference internal" href="#">How to start</a><ul>
92+
<li class="toctree-l2"><a class="reference internal" href="#kivy-program">Kivy program</a></li>
93+
<li class="toctree-l2"><a class="reference internal" href="#console-program">Console program</a></li>
94+
<li class="toctree-l2"><a class="reference internal" href="#web-program">Web program</a></li>
95+
</ul>
96+
</li>
9397
<li class="toctree-l1"><a class="reference internal" href="#programming-guide">Programming Guide</a><ul>
9498
<li class="toctree-l2"><a class="reference internal" href="qeditor4web.html">Programming from phone/tablet</a></li>
9599
<li class="toctree-l2"><a class="reference internal" href="qeditor4web.html#how-to-programming-from-browser">How to programming from browser</a></li>
@@ -171,14 +175,20 @@ <h1>How to start<a class="headerlink" href="#how-to-start" title="Permalink to t
171175
<li><a class="reference external" href="http://wiki.qpython.org/doc/quick-start">QPython - Quick Start</a></li>
172176
<li><a class="reference external" href="http://wiki.qpython.org/doc/hello-world">Writing &#8220;Hello World&#8221;</a></li>
173177
</ul>
178+
<div class="section" id="kivy-program">
179+
<h2>Kivy program<a class="headerlink" href="#kivy-program" title="Permalink to this headline"></a></h2>
174180
</div>
175-
<div class="section" id="web-app">
176-
<h1>Web App<a class="headerlink" href="#web-app" title="Permalink to this headline"></a></h1>
181+
<div class="section" id="console-program">
182+
<h2>Console program<a class="headerlink" href="#console-program" title="Permalink to this headline"></a></h2>
183+
</div>
184+
<div class="section" id="web-program">
185+
<h2>Web program<a class="headerlink" href="#web-program" title="Permalink to this headline"></a></h2>
177186
<ul class="simple">
178187
<li><a class="reference external" href="http://wiki.qpython.org/en/webapp/">QPython Web App</a></li>
179188
<li><a class="reference external" href="http://wiki.qpython.org/en/webapp/sample">Develop a WEB APP with QPython</a></li>
180189
</ul>
181190
</div>
191+
</div>
182192
<div class="section" id="programming-guide">
183193
<h1>Programming Guide<a class="headerlink" href="#programming-guide" title="Permalink to this headline"></a></h1>
184194
<ul class="simple">

docs/en/qeditor4web.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090

9191
<ul class="current">
9292
<li class="toctree-l1"><a class="reference internal" href="howtostart.html">How to start</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="howtostart.html#web-app">Web App</a></li>
9493
<li class="toctree-l1 current"><a class="reference internal" href="howtostart.html#programming-guide">Programming Guide</a><ul class="current">
9594
<li class="toctree-l2 current"><a class="current reference internal" href="#">Programming from phone/tablet</a></li>
9695
<li class="toctree-l2"><a class="reference internal" href="#how-to-programming-from-browser">How to programming from browser</a></li>

docs/en/sl4aapis.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090

9191
<ul class="current">
9292
<li class="toctree-l1"><a class="reference internal" href="howtostart.html">How to start</a></li>
93-
<li class="toctree-l1"><a class="reference internal" href="howtostart.html#web-app">Web App</a></li>
9493
<li class="toctree-l1 current"><a class="reference internal" href="howtostart.html#programming-guide">Programming Guide</a><ul class="current">
9594
<li class="toctree-l2"><a class="reference internal" href="qeditor4web.html">Programming from phone/tablet</a></li>
9695
<li class="toctree-l2"><a class="reference internal" href="qeditor4web.html#how-to-programming-from-browser">How to programming from browser</a></li>

docs/genindex.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888

8989
<ul>
9090
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html">How to start</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#web-app">Web App</a></li>
9291
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#programming-guide">Programming Guide</a></li>
9392
</ul>
9493
<ul>

docs/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888

8989
<ul>
9090
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html">How to start</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#web-app">Web App</a></li>
9291
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#programming-guide">Programming Guide</a></li>
9392
</ul>
9493
<ul>
@@ -170,8 +169,12 @@ <h2>New version information<a class="headerlink" href="#new-version-information"
170169
<h2>QPython Getting started<a class="headerlink" href="#qpython-getting-started" title="Permalink to this headline"></a></h2>
171170
<div class="toctree-wrapper compound">
172171
<ul>
173-
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html">How to start</a></li>
174-
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#web-app">Web App</a></li>
172+
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html">How to start</a><ul>
173+
<li class="toctree-l2"><a class="reference internal" href="en/howtostart.html#kivy-program">Kivy program</a></li>
174+
<li class="toctree-l2"><a class="reference internal" href="en/howtostart.html#console-program">Console program</a></li>
175+
<li class="toctree-l2"><a class="reference internal" href="en/howtostart.html#web-program">Web program</a></li>
176+
</ul>
177+
</li>
175178
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#programming-guide">Programming Guide</a><ul>
176179
<li class="toctree-l2"><a class="reference internal" href="en/qeditor4web.html">Programming from phone/tablet</a></li>
177180
<li class="toctree-l2"><a class="reference internal" href="en/qeditor4web.html#how-to-programming-from-browser">How to programming from browser</a></li>
@@ -240,11 +243,11 @@ <h2>QPython 用户开发组<a class="headerlink" href="#id10" title="Permalink t
240243
<li>请加入 <a class="reference external" href="https://groups.google.com/forum/?hl=en#!forum/qpython">QPython 用户开发者组</a> 来和全世界的 QPython 用户一块来玩转QPython。</li>
241244
<li>加入QPython QQ组(Q群:540717901)来和中国活跃的QPython 用户一起玩转 QPython</li>
242245
</ul>
246+
</div>
243247
<div class="section" id="id12">
244-
<h3>如何贡献<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h3>
248+
<h2>如何贡献<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h2>
245249
<p>想成为 QPython 的贡献者么?请 <a class="reference external" href="mailto:support&#37;&#52;&#48;qpython&#46;org">给我们发邮件</a></p>
246250
</div>
247-
</div>
248251
</div>
249252

250253

docs/search.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787

8888
<ul>
8989
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html">How to start</a></li>
90-
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#web-app">Web App</a></li>
9190
<li class="toctree-l1"><a class="reference internal" href="en/howtostart.html#programming-guide">Programming Guide</a></li>
9291
</ul>
9392
<ul>

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/zh/howtostart.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888

8989
<ul>
9090
<li class="toctree-l1"><a class="reference internal" href="../en/howtostart.html">How to start</a></li>
91-
<li class="toctree-l1"><a class="reference internal" href="../en/howtostart.html#web-app">Web App</a></li>
9291
<li class="toctree-l1"><a class="reference internal" href="../en/howtostart.html#programming-guide">Programming Guide</a></li>
9392
</ul>
9493
<ul class="current">

0 commit comments

Comments
 (0)