Skip to content

Commit 20f841d

Browse files
author
GeethanadhP
committed
rebuild the html docs
1 parent 798f099 commit 20f841d

File tree

102 files changed

+59978
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+59978
-4
lines changed

README.md

+11-4

build_docs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx-build -b html -c ./docs/source/ ./docs/source/ ./docs/latest/

docs/latest/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 04549c9572a97ef320d904bfa187d57d
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/latest/.doctrees/api.doctree

2.73 KB
Binary file not shown.
60.8 KB
Binary file not shown.
159 KB
Binary file not shown.
62.8 KB
Binary file not shown.
371 KB
Binary file not shown.
176 KB
Binary file not shown.
286 KB
Binary file not shown.
106 KB
Binary file not shown.
150 KB
Binary file not shown.
99.1 KB
Binary file not shown.
254 KB
Binary file not shown.
512 KB
Binary file not shown.
12.1 KB
Binary file not shown.

docs/latest/.doctrees/index.doctree

4.23 KB
Binary file not shown.

docs/latest/.doctrees/usage.doctree

2.65 KB
Binary file not shown.
33.6 KB
Binary file not shown.
Binary file not shown.
9.34 KB
Binary file not shown.
2.86 KB
Binary file not shown.
15.9 KB
Binary file not shown.

docs/latest/.nojekyll

Whitespace-only changes.

docs/latest/_modules/O365/account.html

+457
Large diffs are not rendered by default.

docs/latest/_modules/O365/address_book.html

+1,196
Large diffs are not rendered by default.

docs/latest/_modules/O365/calendar.html

+2,220
Large diffs are not rendered by default.

docs/latest/_modules/O365/connection.html

+1,100
Large diffs are not rendered by default.

docs/latest/_modules/O365/drive.html

+2,076
Large diffs are not rendered by default.

docs/latest/_modules/O365/mailbox.html

+781
Large diffs are not rendered by default.

docs/latest/_modules/O365/message.html

+1,278
Large diffs are not rendered by default.

docs/latest/_modules/O365/sharepoint.html

+837
Large diffs are not rendered by default.

docs/latest/_modules/O365/utils/attachment.html

+685
Large diffs are not rendered by default.

docs/latest/_modules/O365/utils/utils.html

+1,416
Large diffs are not rendered by default.

docs/latest/_modules/index.html

+205
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,205 @@
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>Overview: module code &mdash; O365 documentation</title>
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
28+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
29+
<link rel="index" title="Index" href="../genindex.html" />
30+
<link rel="search" title="Search" href="../search.html" />
31+
32+
33+
<script src="../_static/js/modernizr.min.js"></script>
34+
35+
</head>
36+
37+
<body class="wy-body-for-nav">
38+
39+
40+
<div class="wy-grid-for-nav">
41+
42+
43+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
44+
<div class="wy-side-scroll">
45+
<div class="wy-side-nav-search">
46+
47+
48+
49+
<a href="../index.html" class="icon icon-home"> O365
50+
51+
52+
53+
</a>
54+
55+
56+
57+
58+
59+
60+
61+
<div role="search">
62+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
63+
<input type="text" name="q" placeholder="Search docs" />
64+
<input type="hidden" name="check_keywords" value="yes" />
65+
<input type="hidden" name="area" value="default" />
66+
</form>
67+
</div>
68+
69+
70+
</div>
71+
72+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
73+
74+
75+
76+
77+
78+
79+
<p class="caption"><span class="caption-text">Contents:</span></p>
80+
<ul>
81+
<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Getting Started</a></li>
82+
<li class="toctree-l1"><a class="reference internal" href="../usage.html">Detailed Usage</a></li>
83+
<li class="toctree-l1"><a class="reference internal" href="../api.html">O365 API</a></li>
84+
</ul>
85+
86+
87+
88+
</div>
89+
</div>
90+
</nav>
91+
92+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
93+
94+
95+
<nav class="wy-nav-top" aria-label="top navigation">
96+
97+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
98+
<a href="../index.html">O365</a>
99+
100+
</nav>
101+
102+
103+
<div class="wy-nav-content">
104+
105+
<div class="rst-content">
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
<div role="navigation" aria-label="breadcrumbs navigation">
124+
125+
<ul class="wy-breadcrumbs">
126+
127+
<li><a href="../index.html">Docs</a> &raquo;</li>
128+
129+
<li>Overview: module code</li>
130+
131+
132+
<li class="wy-breadcrumbs-aside">
133+
134+
</li>
135+
136+
</ul>
137+
138+
139+
<hr/>
140+
</div>
141+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
142+
<div itemprop="articleBody">
143+
144+
<h1>All modules for which code is available</h1>
145+
<ul><li><a href="O365/account.html">O365.account</a></li>
146+
<li><a href="O365/address_book.html">O365.address_book</a></li>
147+
<li><a href="O365/calendar.html">O365.calendar</a></li>
148+
<li><a href="O365/connection.html">O365.connection</a></li>
149+
<li><a href="O365/drive.html">O365.drive</a></li>
150+
<li><a href="O365/mailbox.html">O365.mailbox</a></li>
151+
<li><a href="O365/message.html">O365.message</a></li>
152+
<li><a href="O365/sharepoint.html">O365.sharepoint</a></li>
153+
<li><a href="O365/utils/attachment.html">O365.utils.attachment</a></li>
154+
<li><a href="O365/utils/utils.html">O365.utils.utils</a></li>
155+
</ul>
156+
157+
</div>
158+
159+
</div>
160+
<footer>
161+
162+
163+
<hr/>
164+
165+
<div role="contentinfo">
166+
<p>
167+
&copy; Copyright 2018, Narcolapser
168+
169+
</p>
170+
</div>
171+
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
172+
173+
</footer>
174+
175+
</div>
176+
</div>
177+
178+
</section>
179+
180+
</div>
181+
182+
183+
184+
185+
186+
187+
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
188+
<script src="../_static/jquery.js"></script>
189+
<script src="../_static/underscore.js"></script>
190+
<script src="../_static/doctools.js"></script>
191+
<script src="../_static/language_data.js"></script>
192+
193+
194+
195+
196+
<script type="text/javascript" src="../_static/js/theme.js"></script>
197+
198+
<script type="text/javascript">
199+
jQuery(function () {
200+
SphinxRtdTheme.Navigation.enable(true);
201+
});
202+
</script>
203+
204+
</body>
205+
</html>

docs/latest/_sources/api.rst.txt

+18
+7
+7
+7
+7
+7

docs/latest/_sources/index.rst.txt

+17

0 commit comments

Comments
 (0)