aboutsummaryrefslogtreecommitdiffstats
path: root/using.html
diff options
context:
space:
mode:
authorjason2018-07-17 16:49:04 -0600
committerjason2018-07-17 16:49:04 -0600
commiteffda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (patch)
tree77534c617bd0854e4b9c1303fc229322adff359f /using.html
parent4dd9e72fd596d6795d43a423219f5000e58b9a61 (diff)
downloadeventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.tar.gz
eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.zip
update docs to 0.3.8
Diffstat (limited to 'using.html')
-rwxr-xr-xusing.html53
1 files changed, 41 insertions, 12 deletions
diff --git a/using.html b/using.html
index 241728c..595ee06 100755
--- a/using.html
+++ b/using.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 current"><a class="current reference internal" href="#">Using EventMQ</a><ul> 94<li class="toctree-l1 current"><a class="current reference internal" href="#">Using EventMQ</a><ul>
89<li class="toctree-l2"><a class="reference internal" href="settings_file.html">Server Settings (eventmq.conf)</a></li> 95<li class="toctree-l2"><a class="reference internal" href="settings_file.html">Server Settings (eventmq.conf)</a></li>
90<li class="toctree-l2"><a class="reference internal" href="#client-environment-variables">Client Environment Variables</a></li> 96<li class="toctree-l2"><a class="reference internal" href="#client-environment-variables">Client Environment Variables</a></li>
@@ -104,8 +110,10 @@
104 110
105 111
106 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 112 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
107 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 113
108 <a href="index.html">EventMQ</a> 114 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
115 <a href="index.html">EventMQ</a>
116
109 </nav> 117 </nav>
110 118
111 119
@@ -114,23 +122,40 @@
114 <div class="rst-content"> 122 <div class="rst-content">
115 123
116 124
117 125
126
127
128
129
130
131
132
133
134
135
118 136
119 137
120 138
121<div role="navigation" aria-label="breadcrumbs navigation"> 139<div role="navigation" aria-label="breadcrumbs navigation">
140
122 <ul class="wy-breadcrumbs"> 141 <ul class="wy-breadcrumbs">
123 <li><a href="index.html">Docs</a> &raquo;</li> 142
124 143 <li><a href="index.html">Docs</a> &raquo;</li>
125 <li>Using EventMQ</li> 144
145 <li>Using EventMQ</li>
146
147
126 <li class="wy-breadcrumbs-aside"> 148 <li class="wy-breadcrumbs-aside">
127 149
128 150
129 <a href="_sources/using.rst.txt" rel="nofollow"> View page source</a> 151 <a href="_sources/using.rst.txt" rel="nofollow"> View page source</a>
130 152
131 153
132 </li> 154 </li>
155
133 </ul> 156 </ul>
157
158
134 <hr/> 159 <hr/>
135</div> 160</div>
136 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 161 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -157,15 +182,18 @@
157 182
158 183
159 </div> 184 </div>
185 <div class="articleComments">
186
187 </div>
160 </div> 188 </div>
161 <footer> 189 <footer>
162 190
163 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 191 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
164 192
165 <a href="settings_file.html" class="btn btn-neutral float-right" title="Server Settings (eventmq.conf)" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 193 <a href="settings_file.html" class="btn btn-neutral float-right" title="Server Settings (eventmq.conf)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
166 194
167 195
168 <a href="index.html" class="btn btn-neutral" title="EventMQ Documentation" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 196 <a href="index.html" class="btn btn-neutral" title="EventMQ Documentation" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
169 197
170 </div> 198 </div>
171 199
@@ -199,7 +227,8 @@
199 VERSION:'0', 227 VERSION:'0',
200 COLLAPSE_INDEX:false, 228 COLLAPSE_INDEX:false,
201 FILE_SUFFIX:'.html', 229 FILE_SUFFIX:'.html',
202 HAS_SOURCE: true 230 HAS_SOURCE: true,
231 SOURCELINK_SUFFIX: '.txt'
203 }; 232 };
204 </script> 233 </script>
205 <script type="text/javascript" src="_static/jquery.js"></script> 234 <script type="text/javascript" src="_static/jquery.js"></script>