|
46 | 46 | <li class="toctree-l2"><a class="reference internal" href="guide_extend.html#qpython-online-service">QPython Online Service</a></li> |
47 | 47 | </ul> |
48 | 48 | </li> |
49 | | -<li class="toctree-l1"><a class="reference internal" href="#qpython-hackers-guide">QPython Hackers’ Guide</a></li> |
50 | | -<li class="toctree-l1"><a class="reference internal" href="#contributors-guide">Contributors’ Guide</a><ul> |
| 49 | +<li class="toctree-l1"><a class="reference internal" href="#qpython-developers-guide">QPython Developers’ Guide</a><ul> |
| 50 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html">Android</a></li> |
| 51 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qsl4a">QSL4A</a></li> |
| 52 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpython-core">QPython Core</a></li> |
| 53 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#pip-and-libraries">Pip and libraries</a></li> |
| 54 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#quick-tools">Quick tools</a></li> |
| 55 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpy-io-enterprise-service">QPY.IO (Enterprise service)</a></li> |
| 56 | +</ul> |
| 57 | +</li> |
| 58 | +<li class="toctree-l1"><a class="reference internal" href="#community-contributors-guide">Community Contributors’ Guide</a><ul> |
51 | 59 | <li class="toctree-l2"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li> |
52 | 60 | <li class="toctree-l2"><a class="reference internal" href="guide_contributors.html#how-to-help-with-test">How to help with test</a></li> |
53 | 61 | <li class="toctree-l2"><a class="reference internal" href="guide_contributors.html#how-to-contribute-documentation">How to contribute documentation</a></li> |
@@ -170,16 +178,46 @@ <h1>Programming Guide<a class="headerlink" href="#programming-guide" title="Perm |
170 | 178 | </li> |
171 | 179 | </ul> |
172 | 180 | </div> |
| 181 | +<p><strong>QPython project is not only a powerful Python engine for android, but is a active technology community also.</strong></p> |
173 | 182 | </div> |
174 | | -<div class="section" id="qpython-hackers-guide"> |
175 | | -<h1>QPython Hackers’ Guide<a class="headerlink" href="#qpython-hackers-guide" title="Permalink to this headline">¶</a></h1> |
176 | | -<ul class="simple"> |
177 | | -<li><a class="reference external" href="http://wiki.qpython.org/en/diveinto/">QPython Hackers Howto</a></li> |
| 183 | +<div class="section" id="qpython-developers-guide"> |
| 184 | +<h1>QPython Developers’ Guide<a class="headerlink" href="#qpython-developers-guide" title="Permalink to this headline">¶</a></h1> |
| 185 | +<p>QPython developers’ goal is pushing out a great Python for android.</p> |
| 186 | +<div class="toctree-wrapper compound"> |
| 187 | +<ul> |
| 188 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html">Android</a><ul> |
| 189 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#console">Console</a></li> |
| 190 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#editor">Editor</a></li> |
| 191 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#file-browsing">File browsing</a></li> |
| 192 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qrcode-reader">QRCode reader</a></li> |
178 | 193 | </ul> |
| 194 | +</li> |
| 195 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qsl4a">QSL4A</a></li> |
| 196 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qpython-core">QPython Core</a><ul> |
| 197 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#python-2-x">Python 2.x</a></li> |
| 198 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#python-3-x">Python 3.x</a></li> |
| 199 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#console-program">Console program</a></li> |
| 200 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#kivy-program">Kivy program</a></li> |
| 201 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#webapp-program">WebApp program</a></li> |
| 202 | +</ul> |
| 203 | +</li> |
| 204 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#pip-and-libraries">Pip and libraries</a><ul> |
| 205 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#pip">Pip</a></li> |
| 206 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#libraries">Libraries</a></li> |
| 207 | +</ul> |
| 208 | +</li> |
| 209 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#quick-tools">Quick tools</a><ul> |
| 210 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#qpython-api">QPython API</a></li> |
| 211 | +<li class="toctree-l2"><a class="reference internal" href="guide_developers.html#ftp">FTP</a></li> |
| 212 | +</ul> |
| 213 | +</li> |
| 214 | +<li class="toctree-l1"><a class="reference internal" href="guide_developers.html#qpy-io-enterprise-service">QPY.IO (Enterprise service)</a></li> |
| 215 | +</ul> |
| 216 | +</div> |
179 | 217 | </div> |
180 | | -<div class="section" id="contributors-guide"> |
181 | | -<h1>Contributors’ Guide<a class="headerlink" href="#contributors-guide" title="Permalink to this headline">¶</a></h1> |
182 | | -<p>Welcome to join QPython contributors team</p> |
| 218 | +<div class="section" id="community-contributors-guide"> |
| 219 | +<h1>Community Contributors’ Guide<a class="headerlink" href="#community-contributors-guide" title="Permalink to this headline">¶</a></h1> |
| 220 | +<p>Welcome to join QPython contributors team, you are not just a user, but a creator of QPython.</p> |
183 | 221 | <div class="toctree-wrapper compound"> |
184 | 222 | <ul> |
185 | 223 | <li class="toctree-l1"><a class="reference internal" href="guide_contributors.html">Welcome contribute</a></li> |
|
0 commit comments