|
33 | 33 |
|
34 | 34 |
|
35 | 35 | <link rel="top" title="QPython 0.9 documentation" href="../index.html"/> |
36 | | - <link rel="up" title="How to start" href="howtostart.html"/> |
37 | | - <link rel="next" title="如何开始" href="../zh/howtostart.html"/> |
| 36 | + <link rel="up" title="Getting Start" href="howtostart.html"/> |
| 37 | + <link rel="next" title="How to submit the documentation" href="contributorshowto.html"/> |
38 | 38 | <link rel="prev" title="SL4A APIs" href="sl4aapis.html"/> |
39 | 39 |
|
40 | 40 |
|
|
89 | 89 |
|
90 | 90 |
|
91 | 91 | <ul class="current"> |
92 | | -<li class="toctree-l1"><a class="reference internal" href="howtostart.html">How to start</a></li> |
| 92 | +<li class="toctree-l1"><a class="reference internal" href="howtostart.html">Getting Start</a></li> |
93 | 93 | <li class="toctree-l1 current"><a class="reference internal" href="howtostart.html#programming-guide">Programming Guide</a><ul class="current"> |
| 94 | +<li class="toctree-l2"><a class="reference internal" href="qpyprograms.html">Kivy program</a></li> |
| 95 | +<li class="toctree-l2"><a class="reference internal" href="qpyprograms.html#console-program">Console program</a></li> |
| 96 | +<li class="toctree-l2"><a class="reference internal" href="qpyprograms.html#web-program">Web program</a></li> |
94 | 97 | <li class="toctree-l2"><a class="reference internal" href="qeditor4web.html">Programming from phone/tablet</a></li> |
95 | 98 | <li class="toctree-l2"><a class="reference internal" href="qeditor4web.html#how-to-programming-from-browser">How to programming from browser</a></li> |
96 | 99 | <li class="toctree-l2"><a class="reference internal" href="sl4aapis.html">SL4A APIs</a></li> |
|
100 | 103 | </li> |
101 | 104 | </ul> |
102 | 105 | </li> |
| 106 | +<li class="toctree-l1"><a class="reference internal" href="howtostart.html#qpython-hackers-guide">QPython Hackers’ Guide</a></li> |
| 107 | +<li class="toctree-l1"><a class="reference internal" href="howtostart.html#contributors-guide">Contributors’ Guide</a></li> |
103 | 108 | </ul> |
104 | 109 | <ul> |
105 | | -<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html">如何开始</a></li> |
106 | | -<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#web-app">Web App</a></li> |
107 | | -<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#id4">编程向导</a></li> |
| 110 | +<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html">快速开始</a></li> |
| 111 | +<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#id4">编程指南</a></li> |
| 112 | +<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#id5">QPython黑客指南</a></li> |
| 113 | +<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#id8">贡献者指南</a></li> |
108 | 114 | </ul> |
109 | 115 |
|
110 | 116 |
|
|
149 | 155 |
|
150 | 156 | <li><a href="../index.html">Docs</a> »</li> |
151 | 157 |
|
152 | | - <li><a href="howtostart.html">How to start</a> »</li> |
| 158 | + <li><a href="howtostart.html">Getting Start</a> »</li> |
153 | 159 |
|
154 | 160 | <li>How to run QPython script in your application ?</li> |
155 | 161 |
|
@@ -245,7 +251,7 @@ <h2>Sample of running QPython script in other application<a class="headerlink" h |
245 | 251 |
|
246 | 252 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
247 | 253 |
|
248 | | - <a href="../zh/howtostart.html" class="btn btn-neutral float-right" title="如何开始" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 254 | + <a href="contributorshowto.html" class="btn btn-neutral float-right" title="How to submit the documentation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a> |
249 | 255 |
|
250 | 256 |
|
251 | 257 | <a href="sl4aapis.html" class="btn btn-neutral" title="SL4A APIs" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a> |
|
0 commit comments