-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (99 loc) · 4.23 KB
/
index.html
File metadata and controls
111 lines (99 loc) · 4.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html class="writer-html5" lang="zh-CN" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>概览:模块代码 — LeanCloud-Python-SDK 2.6.1 文档</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/translations.js"></script>
<script src="../_static/js/theme.js"></script>
<link rel="index" title="索引" href="../genindex.html" />
<link rel="search" title="搜索" href="../search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../index.html" class="icon icon-home"> LeanCloud-Python-SDK
</a>
<div class="version">
2.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="在文档中搜索" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<!-- Local TOC -->
<div class="local-toc"></div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">LeanCloud-Python-SDK</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html" class="icon icon-home"></a> »</li>
<li>概览:模块代码</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<h1>代码可用的所有模块</h1>
<ul><li><a href="leancloud/acl.html">leancloud.acl</a></li>
<li><a href="leancloud/client.html">leancloud.client</a></li>
<li><a href="leancloud/cloud.html">leancloud.cloud</a></li>
<li><a href="leancloud/engine.html">leancloud.engine</a></li>
<ul><li><a href="leancloud/engine/cookie_session.html">leancloud.engine.cookie_session</a></li>
<li><a href="leancloud/engine/https_redirect_middleware.html">leancloud.engine.https_redirect_middleware</a></li>
</ul><li><a href="leancloud/errors.html">leancloud.errors</a></li>
<li><a href="leancloud/file_.html">leancloud.file_</a></li>
<li><a href="leancloud/geo_point.html">leancloud.geo_point</a></li>
<li><a href="leancloud/object_.html">leancloud.object_</a></li>
<li><a href="leancloud/push.html">leancloud.push</a></li>
<li><a href="leancloud/query.html">leancloud.query</a></li>
<li><a href="leancloud/relation.html">leancloud.relation</a></li>
<li><a href="leancloud/role.html">leancloud.role</a></li>
<li><a href="leancloud/user.html">leancloud.user</a></li>
</ul>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>© 版权所有 2015, asaka.</p>
</div>
利用 <a href="https://www.sphinx-doc.org/">Sphinx</a> 构建,使用了
<a href="https://github.com/readthedocs/sphinx_rtd_theme">主题</a>
由 <a href="https://readthedocs.org">Read the Docs</a>开发.
</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>