Skip to content

Commit 4add565

Browse files
committed
* Updated documentation
1 parent 022c391 commit 4add565

Some content is hidden

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

48 files changed

+1985
-598
lines changed

docs/.buildinfo

+1-1
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: 3e93ac01114cdc872606e40f0b48b57b
3+
config: 864aef17626eb911700f18d511ce68de
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

29.6 KB
Binary file not shown.

docs/.doctrees/index.doctree

-5 Bytes
Binary file not shown.

docs/.doctrees/modules.doctree

-2.78 KB
Binary file not shown.

docs/.doctrees/pythonzimbra.doctree

-10 Bytes
Binary file not shown.
9.63 KB
Binary file not shown.

docs/.doctrees/tests.doctree

41.1 KB
Binary file not shown.

docs/_modules/index.html

+11-6
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>Overview: module code &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>Overview: module code &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../index.html" />
2727
</head>
2828
<body>
2929
<div class="related">
@@ -35,7 +35,7 @@ <h3>Navigation</h3>
3535
<li class="right" >
3636
<a href="../py-modindex.html" title="Python Module Index"
3737
>modules</a> |</li>
38-
<li><a href="../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
38+
<li><a href="../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
3939
</ul>
4040
</div>
4141

@@ -51,10 +51,15 @@ <h1>All modules for which code is available</h1>
5151
<li><a href="pythonzimbra/request_xml.html">pythonzimbra.request_xml</a></li>
5252
<li><a href="pythonzimbra/response.html">pythonzimbra.response</a></li>
5353
<li><a href="pythonzimbra/tools/auth.html">pythonzimbra.tools.auth</a></li>
54+
<li><a href="pythonzimbra/tools/dict.html">pythonzimbra.tools.dict</a></li>
5455
<li><a href="pythonzimbra/tools/preauth.html">pythonzimbra.tools.preauth</a></li>
5556
<li><a href="pythonzimbra/tools/xmlserializer.html">pythonzimbra.tools.xmlserializer</a></li>
5657
<li><a href="tests.html">tests</a></li>
57-
<ul><li><a href="tests/test_auth.html">tests.test_auth</a></li>
58+
<ul><li><a href="tests/test_admin.html">tests.test_admin</a></li>
59+
<li><a href="tests/test_auth.html">tests.test_auth</a></li>
60+
<li><a href="tests/test_autoresponse.html">tests.test_autoresponse</a></li>
61+
<li><a href="tests/test_fault.html">tests.test_fault</a></li>
62+
<li><a href="tests/test_genrequest.html">tests.test_genrequest</a></li>
5863
<li><a href="tests/test_preauth.html">tests.test_preauth</a></li>
5964
<li><a href="tests/test_request_json.html">tests.test_request_json</a></li>
6065
<li><a href="tests/test_request_xml.html">tests.test_request_xml</a></li>
@@ -94,7 +99,7 @@ <h3>Navigation</h3>
9499
<li class="right" >
95100
<a href="../py-modindex.html" title="Python Module Index"
96101
>modules</a> |</li>
97-
<li><a href="../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
102+
<li><a href="../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
98103
</ul>
99104
</div>
100105
<div class="footer">

docs/_modules/pythonzimbra/communication.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>pythonzimbra.communication &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>pythonzimbra.communication &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../../index.html" />
2727
<link rel="up" title="Module code" href="../index.html" />
2828
</head>
2929
<body>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="../../py-modindex.html" title="Python Module Index"
3838
>modules</a> |</li>
39-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
39+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
4040
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
4141
</ul>
4242
</div>
@@ -217,7 +217,7 @@ <h3>Navigation</h3>
217217
<li class="right" >
218218
<a href="../../py-modindex.html" title="Python Module Index"
219219
>modules</a> |</li>
220-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
220+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
221221
<li><a href="../index.html" >Module code</a> &raquo;</li>
222222
</ul>
223223
</div>

docs/_modules/pythonzimbra/exceptions/request.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>pythonzimbra.exceptions.request &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>pythonzimbra.exceptions.request &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../../../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../../../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../../../index.html" />
2727
<link rel="up" title="Module code" href="../../index.html" />
2828
</head>
2929
<body>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="../../../py-modindex.html" title="Python Module Index"
3838
>modules</a> |</li>
39-
<li><a href="../../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
39+
<li><a href="../../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
4040
<li><a href="../../index.html" accesskey="U">Module code</a> &raquo;</li>
4141
</ul>
4242
</div>
@@ -100,7 +100,7 @@ <h3>Navigation</h3>
100100
<li class="right" >
101101
<a href="../../../py-modindex.html" title="Python Module Index"
102102
>modules</a> |</li>
103-
<li><a href="../../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
103+
<li><a href="../../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
104104
<li><a href="../../index.html" >Module code</a> &raquo;</li>
105105
</ul>
106106
</div>

docs/_modules/pythonzimbra/request.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>pythonzimbra.request &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>pythonzimbra.request &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../../index.html" />
2727
<link rel="up" title="Module code" href="../index.html" />
2828
</head>
2929
<body>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="../../py-modindex.html" title="Python Module Index"
3838
>modules</a> |</li>
39-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
39+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
4040
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
4141
</ul>
4242
</div>
@@ -214,7 +214,7 @@ <h3>Navigation</h3>
214214
<li class="right" >
215215
<a href="../../py-modindex.html" title="Python Module Index"
216216
>modules</a> |</li>
217-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
217+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
218218
<li><a href="../index.html" >Module code</a> &raquo;</li>
219219
</ul>
220220
</div>

docs/_modules/pythonzimbra/request_xml.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>pythonzimbra.request_xml &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>pythonzimbra.request_xml &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../../index.html" />
2727
<link rel="up" title="Module code" href="../index.html" />
2828
</head>
2929
<body>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="../../py-modindex.html" title="Python Module Index"
3838
>modules</a> |</li>
39-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
39+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
4040
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
4141
</ul>
4242
</div>
@@ -200,7 +200,7 @@ <h3>Navigation</h3>
200200
<li class="right" >
201201
<a href="../../py-modindex.html" title="Python Module Index"
202202
>modules</a> |</li>
203-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
203+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
204204
<li><a href="../index.html" >Module code</a> &raquo;</li>
205205
</ul>
206206
</div>

docs/_modules/pythonzimbra/response.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<head>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88

9-
<title>pythonzimbra.response &mdash; Python-Zimbra 1.0 documentation</title>
9+
<title>pythonzimbra.response &mdash; Python-Zimbra 1.1 documentation</title>
1010

1111
<link rel="stylesheet" href="../../_static/default.css" type="text/css" />
1212
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1313

1414
<script type="text/javascript">
1515
var DOCUMENTATION_OPTIONS = {
1616
URL_ROOT: '../../',
17-
VERSION: '1.0',
17+
VERSION: '1.1',
1818
COLLAPSE_INDEX: false,
1919
FILE_SUFFIX: '.html',
2020
HAS_SOURCE: true
@@ -23,7 +23,7 @@
2323
<script type="text/javascript" src="../../_static/jquery.js"></script>
2424
<script type="text/javascript" src="../../_static/underscore.js"></script>
2525
<script type="text/javascript" src="../../_static/doctools.js"></script>
26-
<link rel="top" title="Python-Zimbra 1.0 documentation" href="../../index.html" />
26+
<link rel="top" title="Python-Zimbra 1.1 documentation" href="../../index.html" />
2727
<link rel="up" title="Module code" href="../index.html" />
2828
</head>
2929
<body>
@@ -36,7 +36,7 @@ <h3>Navigation</h3>
3636
<li class="right" >
3737
<a href="../../py-modindex.html" title="Python Module Index"
3838
>modules</a> |</li>
39-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
39+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
4040
<li><a href="../index.html" accesskey="U">Module code</a> &raquo;</li>
4141
</ul>
4242
</div>
@@ -269,7 +269,7 @@ <h3>Navigation</h3>
269269
<li class="right" >
270270
<a href="../../py-modindex.html" title="Python Module Index"
271271
>modules</a> |</li>
272-
<li><a href="../../index.html">Python-Zimbra 1.0 documentation</a> &raquo;</li>
272+
<li><a href="../../index.html">Python-Zimbra 1.1 documentation</a> &raquo;</li>
273273
<li><a href="../index.html" >Module code</a> &raquo;</li>
274274
</ul>
275275
</div>

0 commit comments

Comments
 (0)