|
88 | 88 |
|
89 | 89 |
|
90 | 90 | <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> |
93 | 97 | <li class="toctree-l1"><a class="reference internal" href="#programming-guide">Programming Guide</a><ul> |
94 | 98 | <li class="toctree-l2"><a class="reference internal" href="qeditor4web.html">Programming from phone/tablet</a></li> |
95 | 99 | <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 |
171 | 175 | <li><a class="reference external" href="http://wiki.qpython.org/doc/quick-start">QPython - Quick Start</a></li> |
172 | 176 | <li><a class="reference external" href="http://wiki.qpython.org/doc/hello-world">Writing “Hello World”</a></li> |
173 | 177 | </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> |
174 | 180 | </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> |
177 | 186 | <ul class="simple"> |
178 | 187 | <li><a class="reference external" href="http://wiki.qpython.org/en/webapp/">QPython Web App</a></li> |
179 | 188 | <li><a class="reference external" href="http://wiki.qpython.org/en/webapp/sample">Develop a WEB APP with QPython</a></li> |
180 | 189 | </ul> |
181 | 190 | </div> |
| 191 | +</div> |
182 | 192 | <div class="section" id="programming-guide"> |
183 | 193 | <h1>Programming Guide<a class="headerlink" href="#programming-guide" title="Permalink to this headline">¶</a></h1> |
184 | 194 | <ul class="simple"> |
|
0 commit comments