aboutsummaryrefslogtreecommitdiffstats
path: root/client.html
diff options
context:
space:
mode:
Diffstat (limited to 'client.html')
-rwxr-xr-xclient.html55
1 files changed, 42 insertions, 13 deletions
diff --git a/client.html b/client.html
index 1d970ff..84eba6d 100755
--- a/client.html
+++ b/client.html
@@ -13,6 +13,8 @@
13 13
14 14
15 15
16
17
16 18
17 19
18 20
@@ -45,6 +47,7 @@
45 47
46<body class="wy-body-for-nav" role="document"> 48<body class="wy-body-for-nav" role="document">
47 49
50
48 <div class="wy-grid-for-nav"> 51 <div class="wy-grid-for-nav">
49 52
50 53
@@ -64,7 +67,7 @@
64 67
65 68
66 <div class="version"> 69 <div class="version">
67 0.3.3 70 0.3.6
68 </div> 71 </div>
69 72
70 73
@@ -85,7 +88,10 @@
85 88
86 89
87 90
88 <ul class="current"> 91
92
93
94 <ul class="current">
89<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> 95<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
90<li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current"> 96<li class="toctree-l1 current"><a class="reference internal" href="api.html">API Documentation</a><ul class="current">
91<li class="toctree-l2 current"><a class="current reference internal" href="#"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a><ul> 97<li class="toctree-l2 current"><a class="current reference internal" href="#"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a><ul>
@@ -115,8 +121,10 @@
115 121
116 122
117 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 123 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
118 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 124
119 <a href="index.html">EventMQ</a> 125 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
126 <a href="index.html">EventMQ</a>
127
120 </nav> 128 </nav>
121 129
122 130
@@ -125,25 +133,42 @@
125 <div class="rst-content"> 133 <div class="rst-content">
126 134
127 135
128 136
137
138
139
140
141
142
143
144
145
146
129 147
130 148
131 149
132<div role="navigation" aria-label="breadcrumbs navigation"> 150<div role="navigation" aria-label="breadcrumbs navigation">
151
133 <ul class="wy-breadcrumbs"> 152 <ul class="wy-breadcrumbs">
134 <li><a href="index.html">Docs</a> &raquo;</li> 153
135 154 <li><a href="index.html">Docs</a> &raquo;</li>
155
136 <li><a href="api.html">API Documentation</a> &raquo;</li> 156 <li><a href="api.html">API Documentation</a> &raquo;</li>
137 157
138 <li><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</li> 158 <li><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</li>
159
160
139 <li class="wy-breadcrumbs-aside"> 161 <li class="wy-breadcrumbs-aside">
140 162
141 163
142 <a href="_sources/client.rst.txt" rel="nofollow"> View page source</a> 164 <a href="_sources/client.rst.txt" rel="nofollow"> View page source</a>
143 165
144 166
145 </li> 167 </li>
168
146 </ul> 169 </ul>
170
171
147 <hr/> 172 <hr/>
148</div> 173</div>
149 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 174 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -163,15 +188,18 @@ eventmq. (e.g. one who requests jobs)</p>
163 188
164 189
165 </div> 190 </div>
191 <div class="articleComments">
192
193 </div>
166 </div> 194 </div>
167 <footer> 195 <footer>
168 196
169 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 197 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
170 198
171 <a href="client/messages.html" class="btn btn-neutral float-right" title="messages – Client Messaging" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 199 <a href="client/messages.html" class="btn btn-neutral float-right" title="messages – Client Messaging" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
172 200
173 201
174 <a href="api.html" class="btn btn-neutral" title="API Documentation" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 202 <a href="api.html" class="btn btn-neutral" title="API Documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
175 203
176 </div> 204 </div>
177 205
@@ -205,7 +233,8 @@ eventmq. (e.g. one who requests jobs)</p>
205 VERSION:'0', 233 VERSION:'0',
206 COLLAPSE_INDEX:false, 234 COLLAPSE_INDEX:false,
207 FILE_SUFFIX:'.html', 235 FILE_SUFFIX:'.html',
208 HAS_SOURCE: true 236 HAS_SOURCE: true,
237 SOURCELINK_SUFFIX: '.txt'
209 }; 238 };
210 </script> 239 </script>
211 <script type="text/javascript" src="_static/jquery.js"></script> 240 <script type="text/javascript" src="_static/jquery.js"></script>