aboutsummaryrefslogtreecommitdiffstats
path: root/utils/settings.html
diff options
context:
space:
mode:
authorjason2018-07-17 16:49:04 -0600
committerjason2018-07-17 16:49:04 -0600
commiteffda4b10d0fddb85ee6e7b418fd22e0f2dee5ad (patch)
tree77534c617bd0854e4b9c1303fc229322adff359f /utils/settings.html
parent4dd9e72fd596d6795d43a423219f5000e58b9a61 (diff)
downloadeventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.tar.gz
eventmq-effda4b10d0fddb85ee6e7b418fd22e0f2dee5ad.zip
update docs to 0.3.8
Diffstat (limited to 'utils/settings.html')
-rwxr-xr-xutils/settings.html59
1 files changed, 44 insertions, 15 deletions
diff --git a/utils/settings.html b/utils/settings.html
index 9460546..73c0ed1 100755
--- a/utils/settings.html
+++ b/utils/settings.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"><a class="reference internal" href="../client.html"><code class="docutils literal"><span class="pre">client</span></code> &#8211; Client Utilities</a></li> 97<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>
@@ -118,8 +124,10 @@
118 124
119 125
120 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 126 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
121 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 127
122 <a href="../index.html">EventMQ</a> 128 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
129 <a href="../index.html">EventMQ</a>
130
123 </nav> 131 </nav>
124 132
125 133
@@ -128,27 +136,44 @@
128 <div class="rst-content"> 136 <div class="rst-content">
129 137
130 138
131 139
140
141
142
143
144
145
146
147
148
149
132 150
133 151
134 152
135<div role="navigation" aria-label="breadcrumbs navigation"> 153<div role="navigation" aria-label="breadcrumbs navigation">
154
136 <ul class="wy-breadcrumbs"> 155 <ul class="wy-breadcrumbs">
137 <li><a href="../index.html">Docs</a> &raquo;</li> 156
138 157 <li><a href="../index.html">Docs</a> &raquo;</li>
158
139 <li><a href="../api.html">API Documentation</a> &raquo;</li> 159 <li><a href="../api.html">API Documentation</a> &raquo;</li>
140 160
141 <li><a href="index.html"><code class="docutils literal"><span class="pre">utils</span></code> &#8211; Utilities</a> &raquo;</li> 161 <li><a href="index.html"><code class="docutils literal"><span class="pre">utils</span></code> &#8211; Utilities</a> &raquo;</li>
142 162
143 <li><code class="docutils literal"><span class="pre">settings</span></code> &#8211; Settings Utilities</li> 163 <li><code class="docutils literal"><span class="pre">settings</span></code> &#8211; Settings Utilities</li>
164
165
144 <li class="wy-breadcrumbs-aside"> 166 <li class="wy-breadcrumbs-aside">
145 167
146 168
147 <a href="../_sources/utils/settings.rst.txt" rel="nofollow"> View page source</a> 169 <a href="../_sources/utils/settings.rst.txt" rel="nofollow"> View page source</a>
148 170
149 171
150 </li> 172 </li>
173
151 </ul> 174 </ul>
175
176
152 <hr/> 177 <hr/>
153</div> 178</div>
154 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 179 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -164,7 +189,7 @@
164<col class="field-name" /> 189<col class="field-name" />
165<col class="field-body" /> 190<col class="field-body" />
166<tbody valign="top"> 191<tbody valign="top">
167<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>section</strong> (<a class="reference external" href="https://docs.python.org/2/library/functions.html#str" title="(in Python v2.7)"><em>str</em></a>) &#8211; Name of the INI section to import</td> 192<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>section</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.7)"><em>str</em></a>) &#8211; Name of the INI section to import</td>
168</tr> 193</tr>
169</tbody> 194</tbody>
170</table> 195</table>
@@ -174,15 +199,18 @@
174 199
175 200
176 </div> 201 </div>
202 <div class="articleComments">
203
204 </div>
177 </div> 205 </div>
178 <footer> 206 <footer>
179 207
180 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 208 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
181 209
182 <a href="timeutils.html" class="btn btn-neutral float-right" title="timeutils – Time Utilites" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 210 <a href="timeutils.html" class="btn btn-neutral float-right" title="timeutils – Time Utilites" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
183 211
184 212
185 <a href="messages.html" class="btn btn-neutral" title="messages – Message Utilities" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 213 <a href="messages.html" class="btn btn-neutral" title="messages – Message Utilities" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
186 214
187 </div> 215 </div>
188 216
@@ -216,7 +244,8 @@
216 VERSION:'0', 244 VERSION:'0',
217 COLLAPSE_INDEX:false, 245 COLLAPSE_INDEX:false,
218 FILE_SUFFIX:'.html', 246 FILE_SUFFIX:'.html',
219 HAS_SOURCE: true 247 HAS_SOURCE: true,
248 SOURCELINK_SUFFIX: '.txt'
220 }; 249 };
221 </script> 250 </script>
222 <script type="text/javascript" src="../_static/jquery.js"></script> 251 <script type="text/javascript" src="../_static/jquery.js"></script>