aboutsummaryrefslogtreecommitdiffstats
path: root/api.html
diff options
context:
space:
mode:
authorjason2018-07-17 16:49:04 -0600
committerjason2018-07-17 16:49:04 -0600
commiteffda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (patch)
tree77534c617bd0854e4b9c1303fc229322adff359f /api.html
parent4dd9e72fd596d6795d43a423219f5000e58b9a61 (diff)
downloadeventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.tar.gz
eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.zip
update docs to 0.3.8
Diffstat (limited to 'api.html')
-rwxr-xr-xapi.html53
1 files changed, 41 insertions, 12 deletions
diff --git a/api.html b/api.html
index b62bf69..1700677 100755
--- a/api.html
+++ b/api.html
@@ -13,6 +13,8 @@
13 13
14 14
15 15
16
17
16 18
17 19
18 20
@@ -44,6 +46,7 @@
44 46
45<body class="wy-body-for-nav" role="document"> 47<body class="wy-body-for-nav" role="document">
46 48
49
47 <div class="wy-grid-for-nav"> 50 <div class="wy-grid-for-nav">
48 51
49 52
@@ -63,7 +66,7 @@
63 66
64 67
65 <div class="version"> 68 <div class="version">
66 0.3.3 69 0.3.6
67 </div> 70 </div>
68 71
69 72
@@ -84,7 +87,10 @@
84 87
85 88
86 89
87 <ul class="current"> 90
91
92
93 <ul class="current">
88<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> 94<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
89<li class="toctree-l1 current"><a class="current reference internal" href="#">API Documentation</a><ul> 95<li class="toctree-l1 current"><a class="current reference internal" href="#">API Documentation</a><ul>
90<li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a></li> 96<li class="toctree-l2"><a class="reference internal" href="client.html"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a></li>
@@ -110,8 +116,10 @@
110 116
111 117
112 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 118 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
113 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 119
114 <a href="index.html">EventMQ</a> 120 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
121 <a href="index.html">EventMQ</a>
122
115 </nav> 123 </nav>
116 124
117 125
@@ -120,23 +128,40 @@
120 <div class="rst-content"> 128 <div class="rst-content">
121 129
122 130
123 131
132
133
134
135
136
137
138
139
140
141
124 142
125 143
126 144
127<div role="navigation" aria-label="breadcrumbs navigation"> 145<div role="navigation" aria-label="breadcrumbs navigation">
146
128 <ul class="wy-breadcrumbs"> 147 <ul class="wy-breadcrumbs">
129 <li><a href="index.html">Docs</a> &raquo;</li> 148
130 149 <li><a href="index.html">Docs</a> &raquo;</li>
131 <li>API Documentation</li> 150
151 <li>API Documentation</li>
152
153
132 <li class="wy-breadcrumbs-aside"> 154 <li class="wy-breadcrumbs-aside">
133 155
134 156
135 <a href="_sources/api.rst.txt" rel="nofollow"> View page source</a> 157 <a href="_sources/api.rst.txt" rel="nofollow"> View page source</a>
136 158
137 159
138 </li> 160 </li>
161
139 </ul> 162 </ul>
163
164
140 <hr/> 165 <hr/>
141</div> 166</div>
142 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 167 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -171,15 +196,18 @@
171 196
172 197
173 </div> 198 </div>
199 <div class="articleComments">
200
201 </div>
174 </div> 202 </div>
175 <footer> 203 <footer>
176 204
177 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 205 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
178 206
179 <a href="client.html" class="btn btn-neutral float-right" title="client – Client Utilities" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 207 <a href="client.html" class="btn btn-neutral float-right" title="client – Client Utilities" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
180 208
181 209
182 <a href="settings_file.html" class="btn btn-neutral" title="Server Settings (eventmq.conf)" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 210 <a href="settings_file.html" class="btn btn-neutral" title="Server Settings (eventmq.conf)" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
183 211
184 </div> 212 </div>
185 213
@@ -213,7 +241,8 @@
213 VERSION:'0', 241 VERSION:'0',
214 COLLAPSE_INDEX:false, 242 COLLAPSE_INDEX:false,
215 FILE_SUFFIX:'.html', 243 FILE_SUFFIX:'.html',
216 HAS_SOURCE: true 244 HAS_SOURCE: true,
245 SOURCELINK_SUFFIX: '.txt'
217 }; 246 };
218 </script> 247 </script>
219 <script type="text/javascript" src="_static/jquery.js"></script> 248 <script type="text/javascript" src="_static/jquery.js"></script>