|
49 | 49 | <li class="toctree-l2"><a class="reference internal" href="guide_extend.html#qpython-online-service">QPython Online Service</a></li> |
50 | 50 | </ul> |
51 | 51 | </li> |
52 | | -<li class="toctree-l1"><a class="reference internal" href="#qpython-hackers-guide">QPython Hackers’ Guide</a></li> |
53 | | -<li class="toctree-l1"><a class="reference internal" href="#contributors-guide">Contributors’ Guide</a><ul> |
| 52 | +<li class="toctree-l1"><a class="reference internal" href="#qpython-developers-guide">QPython Developers’ 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’ Guide</a><ul> |
54 | 62 | <li class="toctree-l2"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li> |
55 | 63 | <li class="toctree-l2"><a class="reference internal" href="guide_contributors.html#how-to-help-with-test">How to help with test</a></li> |
56 | 64 | <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 |
173 | 181 | </li> |
174 | 182 | </ul> |
175 | 183 | </div> |
| 184 | +<p><strong>QPython project is not only a powerful Python engine for android, but is a active technology community also.</strong></p> |
176 | 185 | </div> |
177 | | -<div class="section" id="qpython-hackers-guide"> |
178 | | -<h1>QPython Hackers’ 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’ Guide<a class="headerlink" href="#qpython-developers-guide" title="Permalink to this headline">¶</a></h1> |
| 188 | +<p>QPython developers’ 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> |
181 | 196 | </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> |
182 | 220 | </div> |
183 | | -<div class="section" id="contributors-guide"> |
184 | | -<h1>Contributors’ 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’ 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> |
186 | 224 | <div class="toctree-wrapper compound"> |
187 | 225 | <ul> |
188 | 226 | <li class="toctree-l1"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li> |
|
0 commit comments