Skip to content

Commit e613828

Browse files
committed
Update documentation structure
1 parent 4f8a8d1 commit e613828

File tree

24 files changed

+1773
-84
lines changed

24 files changed

+1773
-84
lines changed

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config:
4-
tags:
3+
config: 73c1a81a8979635c625f3371149742eb
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_images/bestpython.png

94.4 KB
Loading

docs/_sources/en/howtostart.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
How to start
3+
=============
4+
5+
* `QPython: How To Start <http://wiki.qpython.org/doc/how-to-start>`_
6+
* `QPython - Quick Start <http://wiki.qpython.org/doc/quick-start>`_
7+
* `Writing "Hello World" <http://wiki.qpython.org/doc/hello-world>`_
8+
9+
10+
Web App
11+
============
12+
13+
* `QPython Web App <http://wiki.qpython.org/en/webapp/>`_
14+
* `Develop a WEB APP with QPython <http://wiki.qpython.org/en/webapp/sample>`_
15+
16+
17+
Programming Guide
18+
==================
19+
20+
* `Programming Guide <http://wiki.qpython.org/doc/program_guide/>`_
21+
* `QPython Hackers Howto <http://wiki.qpython.org/en/diveinto/>`_
22+
* `QEditor <http://wiki.qpython.org/en/QEdit/>`_

docs/_sources/index.txt

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
.. QPython documentation master file, created by
2+
sphinx-quickstart on Fri Apr 7 15:07:35 2017.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
.. image:: _static/bestpython.png
7+
8+
It's the official QPython Developer / User guide
9+
10+
Welcome to read the QPython guide!
11+
=============================================
12+
13+
New version information
14+
------------------------
15+
QPython's newest version is 1.3.0 (2017-3-20) , QPython3's newest version is 1.0.2 (2017/3/29), New versions include many amazing features, please upgrade to the newest version as soon.
16+
17+
QPython Getting started
18+
------------------------
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
en/howtostart
23+
24+
More Resources
25+
------------------
26+
* `FAQ <http://wiki.qpython.org/en/faq>`_
27+
* `Like us on facebook <https://www.facebook.com/QPython>`_
28+
* `Follow us on twitter <https://twitter.com/qpython>`_
29+
* `Ask qustions on twitter <https://twitter.com/qpython>`_
30+
* `Ask qustions on Stackoverflow <http://stackoverflow.com/questions/tagged/qpython>`_
31+
* `Email us <mailto:support@qpython.org>`_
32+
* `Report issue <https://github.com/qpython-android/qpython/issues>`_
33+
* `Fork us on github <https://github.com/qpython-android>`_
34+
35+
Join the QPython Users Group
36+
----------------------------
37+
Please join the Global QPython Users Groups:
38+
39+
* `Join Facebook community <https://www.facebook.com/groups/qpython>`_
40+
* `Join G+ community <https://plus.google.com/communities/111759148772865961493>`_
41+
* `Join Google maillist <https://groups.google.com/forum/#!forum/qpython>`_
42+
43+
How to contribute
44+
----------------------------
45+
Do you want to contribute to QPython ? Please `email us <mailto:support@qpython.org>`_
46+
47+
48+
中文用户向导
49+
=============================================
50+
51+
欢迎 !
52+
------------------------------
53+
QPython/QPython3 的最新版本1.3.2(QPython), 1.0.2(QPython3) 已经发布,它包含了许多惊艳的特性,请从应用市场安装
54+
55+
56+
QPython 起步
57+
------------------------
58+
.. toctree::
59+
:maxdepth: 2
60+
61+
zh/howtostart
62+
63+
64+
更多链接
65+
------------------------------
66+
* `常见问题 <http://wiki.qpython.org/zh/faq/>`_
67+
* `在百度贴吧里讨论 <http://tieba.baidu.com/f?ie=utf-8&kw=qpython>`_
68+
* `在微博问我们问题 <http://weibo.com/qpython>`_
69+
* `给我们发邮件 <mailto:support@qpython.org>`_
70+
* `报告问题 <https://github.com/qpython-android/qpython/issues>`_
71+
72+
QPython 用户开发组
73+
------------------------------
74+
* 请加入 `QPython 用户开发者组 <https://groups.google.com/forum/?hl=en#!forum/qpython>`_ 来和全世界的 QPython 用户一块来玩转QPython。
75+
* 加入QPython QQ组(Q群:540717901)来和中国活跃的QPython 用户一起玩转 QPython
76+
77+
如何贡献
78+
__________
79+
想成为 QPython 的贡献者么?请 `给我们发邮件 <mailto:support@qpython.org>`_

docs/_sources/zh/howtostart.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
如何开始
2+
=========
3+
4+
* `QPython - 使用说明 <http://wiki.qpython.org/zh/doc/how-to-start>`_
5+
* `QPython - 快速开始 <http://wiki.qpython.org/zh/quick-start>`_
6+
* `“你好,世界!” <http://wiki.qpython.org/zh/doc/hello-world>`_
7+
8+
Web App
9+
============
10+
11+
* `QPython - 开发 WEB APP <http://wiki.qpython.org/zh/webapp/sample>`_
12+
* `QPython - Bottle 快速了解 <http://wiki.qpython.org/zh/webapp/bottle>`_
13+
14+
编程向导
15+
============
16+
17+
* `QPython - 编程向导 <http://wiki.qpython.org/zh/doc/program_guide/>`_
18+
* `QPython 黑客 <http://wiki.qpython.org/zh/diveinto/>`_

docs/en/howtostart.html

Lines changed: 258 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
2+
3+
<!DOCTYPE html>
4+
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5+
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
11+
<title>How to start &mdash; QPython 0.9 documentation</title>
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
<link rel="stylesheet" href="../static/css/theme.css" type="text/css" />
30+
31+
32+
33+
34+
35+
<link rel="top" title="QPython 0.9 documentation" href="../index.html"/>
36+
<link rel="next" title="如何开始" href="../zh/howtostart.html"/>
37+
<link rel="prev" title="Welcome to read the QPython guide!" href="../index.html"/>
38+
39+
40+
<script src="../static/js/modernizr.min.js"></script>
41+
42+
</head>
43+
44+
<body class="wy-body-for-nav" role="document">
45+
46+
47+
<div class="wy-grid-for-nav">
48+
49+
50+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
51+
<div class="wy-side-scroll">
52+
<div class="wy-side-nav-search">
53+
54+
55+
56+
<a href="../index.html" class="icon icon-home"> QPython
57+
58+
59+
60+
</a>
61+
62+
63+
64+
65+
<div class="version">
66+
0.9
67+
</div>
68+
69+
70+
71+
72+
<div role="search">
73+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
74+
<input type="text" name="q" placeholder="Search docs" />
75+
<input type="hidden" name="check_keywords" value="yes" />
76+
<input type="hidden" name="area" value="default" />
77+
</form>
78+
</div>
79+
80+
81+
</div>
82+
83+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
84+
85+
86+
87+
88+
89+
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>
93+
<li class="toctree-l1"><a class="reference internal" href="#programming-guide">Programming Guide</a></li>
94+
</ul>
95+
<ul>
96+
<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html">如何开始</a></li>
97+
<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#web-app">Web App</a></li>
98+
<li class="toctree-l1"><a class="reference internal" href="../zh/howtostart.html#id4">编程向导</a></li>
99+
</ul>
100+
101+
102+
103+
</div>
104+
</div>
105+
</nav>
106+
107+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
108+
109+
110+
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
111+
112+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
113+
<a href="../index.html">QPython</a>
114+
115+
</nav>
116+
117+
118+
119+
<div class="wy-nav-content">
120+
<div class="rst-content">
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
135+
136+
137+
<div role="navigation" aria-label="breadcrumbs navigation">
138+
139+
<ul class="wy-breadcrumbs">
140+
141+
<li><a href="../index.html">Docs</a> &raquo;</li>
142+
143+
<li>How to start</li>
144+
145+
146+
<li class="wy-breadcrumbs-aside">
147+
148+
149+
<a href="../_sources/en/howtostart.txt" rel="nofollow"> View page source</a>
150+
151+
152+
</li>
153+
154+
</ul>
155+
156+
157+
<hr/>
158+
</div>
159+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
160+
<div itemprop="articleBody">
161+
162+
<div class="section" id="how-to-start">
163+
<h1>How to start<a class="headerlink" href="#how-to-start" title="Permalink to this headline"></a></h1>
164+
<ul class="simple">
165+
<li><a class="reference external" href="http://wiki.qpython.org/doc/how-to-start">QPython: How To Start</a></li>
166+
<li><a class="reference external" href="http://wiki.qpython.org/doc/quick-start">QPython - Quick Start</a></li>
167+
<li><a class="reference external" href="http://wiki.qpython.org/doc/hello-world">Writing &#8220;Hello World&#8221;</a></li>
168+
</ul>
169+
</div>
170+
<div class="section" id="web-app">
171+
<h1>Web App<a class="headerlink" href="#web-app" title="Permalink to this headline"></a></h1>
172+
<ul class="simple">
173+
<li><a class="reference external" href="http://wiki.qpython.org/en/webapp/">QPython Web App</a></li>
174+
<li><a class="reference external" href="http://wiki.qpython.org/en/webapp/sample">Develop a WEB APP with QPython</a></li>
175+
</ul>
176+
</div>
177+
<div class="section" id="programming-guide">
178+
<h1>Programming Guide<a class="headerlink" href="#programming-guide" title="Permalink to this headline"></a></h1>
179+
<ul class="simple">
180+
<li><a class="reference external" href="http://wiki.qpython.org/doc/program_guide/">Programming Guide</a></li>
181+
<li><a class="reference external" href="http://wiki.qpython.org/en/diveinto/">QPython Hackers Howto</a></li>
182+
<li><a class="reference external" href="http://wiki.qpython.org/en/QEdit/">QEditor</a></li>
183+
</ul>
184+
</div>
185+
186+
187+
</div>
188+
<div class="articleComments">
189+
190+
</div>
191+
</div>
192+
<footer>
193+
194+
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
195+
196+
<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>
197+
198+
199+
<a href="../index.html" class="btn btn-neutral" title="Welcome to read the QPython guide!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
200+
201+
</div>
202+
203+
204+
<hr/>
205+
206+
<div role="contentinfo">
207+
<p>
208+
&copy; Copyright 2017, River.
209+
210+
</p>
211+
</div>
212+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
213+
214+
</footer>
215+
216+
</div>
217+
</div>
218+
219+
</section>
220+
221+
</div>
222+
223+
224+
225+
226+
227+
<script type="text/javascript">
228+
var DOCUMENTATION_OPTIONS = {
229+
URL_ROOT:'../',
230+
VERSION:'0.9',
231+
COLLAPSE_INDEX:false,
232+
FILE_SUFFIX:'.html',
233+
HAS_SOURCE: true,
234+
SOURCELINK_SUFFIX: ''
235+
};
236+
</script>
237+
<script type="text/javascript" src="../static/jquery.js"></script>
238+
<script type="text/javascript" src="../static/underscore.js"></script>
239+
<script type="text/javascript" src="../static/doctools.js"></script>
240+
241+
242+
243+
244+
245+
<script type="text/javascript" src="../static/js/theme.js"></script>
246+
247+
248+
249+
250+
<script type="text/javascript">
251+
jQuery(function () {
252+
SphinxRtdTheme.StickyNav.enable();
253+
});
254+
</script>
255+
256+
257+
</body>
258+
</html>

0 commit comments

Comments
 (0)