diff options
| -rw-r--r-- | _sources/contributing.rst.txt | 6 | ||||
| -rwxr-xr-x | api.html | 2 | ||||
| -rwxr-xr-x | client.html | 2 | ||||
| -rwxr-xr-x | client/jobs.html | 2 | ||||
| -rwxr-xr-x | client/messages.html | 2 | ||||
| -rwxr-xr-x | contributing.html | 10 | ||||
| -rwxr-xr-x | exceptions.html | 2 | ||||
| -rwxr-xr-x | genindex.html | 2 | ||||
| -rwxr-xr-x | index.html | 6 | ||||
| -rwxr-xr-x | jobmanager.html | 2 | ||||
| -rwxr-xr-x | poller.html | 2 | ||||
| -rwxr-xr-x | protocol.html | 6 | ||||
| -rwxr-xr-x | py-modindex.html | 2 | ||||
| -rwxr-xr-x | receiver.html | 2 | ||||
| -rwxr-xr-x | router.html | 2 | ||||
| -rwxr-xr-x | search.html | 2 | ||||
| -rwxr-xr-x | sender.html | 2 | ||||
| -rwxr-xr-x | settings_file.html | 2 | ||||
| -rwxr-xr-x | using.html | 2 | ||||
| -rwxr-xr-x | utils/classes.html | 2 | ||||
| -rwxr-xr-x | utils/devices.html | 2 | ||||
| -rwxr-xr-x | utils/index.html | 2 | ||||
| -rwxr-xr-x | utils/messages.html | 2 | ||||
| -rwxr-xr-x | utils/settings.html | 2 | ||||
| -rwxr-xr-x | utils/timeutils.html | 2 |
25 files changed, 35 insertions, 35 deletions
diff --git a/_sources/contributing.rst.txt b/_sources/contributing.rst.txt index 2489abb..80ada65 100644 --- a/_sources/contributing.rst.txt +++ b/_sources/contributing.rst.txt | |||
| @@ -8,7 +8,7 @@ A few tips when working on the code | |||
| 8 | 8 | ||
| 9 | .. toctree:: | 9 | .. toctree:: |
| 10 | :maxdepth: 1 | 10 | :maxdepth: 1 |
| 11 | 11 | ||
| 12 | protocol | 12 | protocol |
| 13 | Source Code <https://github.com/enderlabs/eventmq> | 13 | Source Code <https://github.com/eventmq/eventmq> |
| 14 | Issues <https://github.com/enderlabs/eventmq/issues> | 14 | Issues <https://github.com/eventmq/eventmq/issues> |
| @@ -188,7 +188,7 @@ | |||
| 188 | 188 | ||
| 189 | <div role="contentinfo"> | 189 | <div role="contentinfo"> |
| 190 | <p> | 190 | <p> |
| 191 | © Copyright 2016, EventMQ Contributors. | 191 | © Copyright 2017, EventMQ Contributors. |
| 192 | 192 | ||
| 193 | </p> | 193 | </p> |
| 194 | </div> | 194 | </div> |
diff --git a/client.html b/client.html index af54a7e..8e47b54 100755 --- a/client.html +++ b/client.html | |||
| @@ -180,7 +180,7 @@ eventmq. (e.g. one who requests jobs)</p> | |||
| 180 | 180 | ||
| 181 | <div role="contentinfo"> | 181 | <div role="contentinfo"> |
| 182 | <p> | 182 | <p> |
| 183 | © Copyright 2016, EventMQ Contributors. | 183 | © Copyright 2017, EventMQ Contributors. |
| 184 | 184 | ||
| 185 | </p> | 185 | </p> |
| 186 | </div> | 186 | </div> |
diff --git a/client/jobs.html b/client/jobs.html index 1da5fca..7ca6972 100755 --- a/client/jobs.html +++ b/client/jobs.html | |||
| @@ -344,7 +344,7 @@ interval_secs is None, i.e. ‘* * * * <a href="#id19"><span class="problema | |||
| 344 | 344 | ||
| 345 | <div role="contentinfo"> | 345 | <div role="contentinfo"> |
| 346 | <p> | 346 | <p> |
| 347 | © Copyright 2016, EventMQ Contributors. | 347 | © Copyright 2017, EventMQ Contributors. |
| 348 | 348 | ||
| 349 | </p> | 349 | </p> |
| 350 | </div> | 350 | </div> |
diff --git a/client/messages.html b/client/messages.html index e929598..d31d5e3 100755 --- a/client/messages.html +++ b/client/messages.html | |||
| @@ -369,7 +369,7 @@ interval for the scheduler.</p> | |||
| 369 | 369 | ||
| 370 | <div role="contentinfo"> | 370 | <div role="contentinfo"> |
| 371 | <p> | 371 | <p> |
| 372 | © Copyright 2016, EventMQ Contributors. | 372 | © Copyright 2017, EventMQ Contributors. |
| 373 | 373 | ||
| 374 | </p> | 374 | </p> |
| 375 | </div> | 375 | </div> |
diff --git a/contributing.html b/contributing.html index e59f7eb..10eeb56 100755 --- a/contributing.html +++ b/contributing.html | |||
| @@ -89,8 +89,8 @@ | |||
| 89 | <li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> | 89 | <li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> |
| 90 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing to EventMQ</a><ul> | 90 | <li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing to EventMQ</a><ul> |
| 91 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 91 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> |
| 92 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 92 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq">Source Code</a></li> |
| 93 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 93 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq/issues">Issues</a></li> |
| 94 | </ul> | 94 | </ul> |
| 95 | </li> | 95 | </li> |
| 96 | </ul> | 96 | </ul> |
| @@ -148,8 +148,8 @@ | |||
| 148 | <div class="toctree-wrapper compound"> | 148 | <div class="toctree-wrapper compound"> |
| 149 | <ul> | 149 | <ul> |
| 150 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 150 | <li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> |
| 151 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 151 | <li class="toctree-l1"><a class="reference external" href="https://github.com/eventmq/eventmq">Source Code</a></li> |
| 152 | <li class="toctree-l1"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 152 | <li class="toctree-l1"><a class="reference external" href="https://github.com/eventmq/eventmq/issues">Issues</a></li> |
| 153 | </ul> | 153 | </ul> |
| 154 | </div> | 154 | </div> |
| 155 | </div> | 155 | </div> |
| @@ -173,7 +173,7 @@ | |||
| 173 | 173 | ||
| 174 | <div role="contentinfo"> | 174 | <div role="contentinfo"> |
| 175 | <p> | 175 | <p> |
| 176 | © Copyright 2016, EventMQ Contributors. | 176 | © Copyright 2017, EventMQ Contributors. |
| 177 | 177 | ||
| 178 | </p> | 178 | </p> |
| 179 | </div> | 179 | </div> |
diff --git a/exceptions.html b/exceptions.html index 2b891ea..dd40dd1 100755 --- a/exceptions.html +++ b/exceptions.html | |||
| @@ -219,7 +219,7 @@ sending a message to it)</p> | |||
| 219 | 219 | ||
| 220 | <div role="contentinfo"> | 220 | <div role="contentinfo"> |
| 221 | <p> | 221 | <p> |
| 222 | © Copyright 2016, EventMQ Contributors. | 222 | © Copyright 2017, EventMQ Contributors. |
| 223 | 223 | ||
| 224 | </p> | 224 | </p> |
| 225 | </div> | 225 | </div> |
diff --git a/genindex.html b/genindex.html index b6da84a..575d772 100755 --- a/genindex.html +++ b/genindex.html | |||
| @@ -676,7 +676,7 @@ | |||
| 676 | 676 | ||
| 677 | <div role="contentinfo"> | 677 | <div role="contentinfo"> |
| 678 | <p> | 678 | <p> |
| 679 | © Copyright 2016, EventMQ Contributors. | 679 | © Copyright 2017, EventMQ Contributors. |
| 680 | 680 | ||
| 681 | </p> | 681 | </p> |
| 682 | </div> | 682 | </div> |
| @@ -153,8 +153,8 @@ | |||
| 153 | </li> | 153 | </li> |
| 154 | <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a><ul> | 154 | <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a><ul> |
| 155 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> | 155 | <li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li> |
| 156 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 156 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq">Source Code</a></li> |
| 157 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 157 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq/issues">Issues</a></li> |
| 158 | </ul> | 158 | </ul> |
| 159 | </li> | 159 | </li> |
| 160 | </ul> | 160 | </ul> |
| @@ -186,7 +186,7 @@ | |||
| 186 | 186 | ||
| 187 | <div role="contentinfo"> | 187 | <div role="contentinfo"> |
| 188 | <p> | 188 | <p> |
| 189 | © Copyright 2016, EventMQ Contributors. | 189 | © Copyright 2017, EventMQ Contributors. |
| 190 | 190 | ||
| 191 | </p> | 191 | </p> |
| 192 | </div> | 192 | </div> |
diff --git a/jobmanager.html b/jobmanager.html index 310bada..52e465a 100755 --- a/jobmanager.html +++ b/jobmanager.html | |||
| @@ -321,7 +321,7 @@ for another REQUEST message.</p> | |||
| 321 | 321 | ||
| 322 | <div role="contentinfo"> | 322 | <div role="contentinfo"> |
| 323 | <p> | 323 | <p> |
| 324 | © Copyright 2016, EventMQ Contributors. | 324 | © Copyright 2017, EventMQ Contributors. |
| 325 | 325 | ||
| 326 | </p> | 326 | </p> |
| 327 | </div> | 327 | </div> |
diff --git a/poller.html b/poller.html index 2b7aefa..53ae9ab 100755 --- a/poller.html +++ b/poller.html | |||
| @@ -237,7 +237,7 @@ socket remains unregistered.</li> | |||
| 237 | 237 | ||
| 238 | <div role="contentinfo"> | 238 | <div role="contentinfo"> |
| 239 | <p> | 239 | <p> |
| 240 | © Copyright 2016, EventMQ Contributors. | 240 | © Copyright 2017, EventMQ Contributors. |
| 241 | 241 | ||
| 242 | </p> | 242 | </p> |
| 243 | </div> | 243 | </div> |
diff --git a/protocol.html b/protocol.html index c9c37f0..5e804b2 100755 --- a/protocol.html +++ b/protocol.html | |||
| @@ -107,8 +107,8 @@ | |||
| 107 | <li class="toctree-l3"><a class="reference internal" href="#disconnect-and-kbai">DISCONNECT and KBAI</a></li> | 107 | <li class="toctree-l3"><a class="reference internal" href="#disconnect-and-kbai">DISCONNECT and KBAI</a></li> |
| 108 | </ul> | 108 | </ul> |
| 109 | </li> | 109 | </li> |
| 110 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq">Source Code</a></li> | 110 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq">Source Code</a></li> |
| 111 | <li class="toctree-l2"><a class="reference external" href="https://github.com/enderlabs/eventmq/issues">Issues</a></li> | 111 | <li class="toctree-l2"><a class="reference external" href="https://github.com/eventmq/eventmq/issues">Issues</a></li> |
| 112 | </ul> | 112 | </ul> |
| 113 | </li> | 113 | </li> |
| 114 | </ul> | 114 | </ul> |
| @@ -826,7 +826,7 @@ | |||
| 826 | 826 | ||
| 827 | <div role="contentinfo"> | 827 | <div role="contentinfo"> |
| 828 | <p> | 828 | <p> |
| 829 | © Copyright 2016, EventMQ Contributors. | 829 | © Copyright 2017, EventMQ Contributors. |
| 830 | 830 | ||
| 831 | </p> | 831 | </p> |
| 832 | </div> | 832 | </div> |
diff --git a/py-modindex.html b/py-modindex.html index 4e69243..0029b8f 100755 --- a/py-modindex.html +++ b/py-modindex.html | |||
| @@ -235,7 +235,7 @@ | |||
| 235 | 235 | ||
| 236 | <div role="contentinfo"> | 236 | <div role="contentinfo"> |
| 237 | <p> | 237 | <p> |
| 238 | © Copyright 2016, EventMQ Contributors. | 238 | © Copyright 2017, EventMQ Contributors. |
| 239 | 239 | ||
| 240 | </p> | 240 | </p> |
| 241 | </div> | 241 | </div> |
diff --git a/receiver.html b/receiver.html index 27b22d2..99de720 100755 --- a/receiver.html +++ b/receiver.html | |||
| @@ -289,7 +289,7 @@ socket</li> | |||
| 289 | 289 | ||
| 290 | <div role="contentinfo"> | 290 | <div role="contentinfo"> |
| 291 | <p> | 291 | <p> |
| 292 | © Copyright 2016, EventMQ Contributors. | 292 | © Copyright 2017, EventMQ Contributors. |
| 293 | 293 | ||
| 294 | </p> | 294 | </p> |
| 295 | </div> | 295 | </div> |
diff --git a/router.html b/router.html index 7e44507..97c5410 100755 --- a/router.html +++ b/router.html | |||
| @@ -575,7 +575,7 @@ process.</li> | |||
| 575 | 575 | ||
| 576 | <div role="contentinfo"> | 576 | <div role="contentinfo"> |
| 577 | <p> | 577 | <p> |
| 578 | © Copyright 2016, EventMQ Contributors. | 578 | © Copyright 2017, EventMQ Contributors. |
| 579 | 579 | ||
| 580 | </p> | 580 | </p> |
| 581 | </div> | 581 | </div> |
diff --git a/search.html b/search.html index 584150a..12888be 100755 --- a/search.html +++ b/search.html | |||
| @@ -149,7 +149,7 @@ | |||
| 149 | 149 | ||
| 150 | <div role="contentinfo"> | 150 | <div role="contentinfo"> |
| 151 | <p> | 151 | <p> |
| 152 | © Copyright 2016, EventMQ Contributors. | 152 | © Copyright 2017, EventMQ Contributors. |
| 153 | 153 | ||
| 154 | </p> | 154 | </p> |
| 155 | </div> | 155 | </div> |
diff --git a/sender.html b/sender.html index 7ce0425..7ae2b7d 100755 --- a/sender.html +++ b/sender.html | |||
| @@ -311,7 +311,7 @@ socket</li> | |||
| 311 | 311 | ||
| 312 | <div role="contentinfo"> | 312 | <div role="contentinfo"> |
| 313 | <p> | 313 | <p> |
| 314 | © Copyright 2016, EventMQ Contributors. | 314 | © Copyright 2017, EventMQ Contributors. |
| 315 | 315 | ||
| 316 | </p> | 316 | </p> |
| 317 | </div> | 317 | </div> |
diff --git a/settings_file.html b/settings_file.html index ecead08..2e17122 100755 --- a/settings_file.html +++ b/settings_file.html | |||
| @@ -214,7 +214,7 @@ run.</p> | |||
| 214 | 214 | ||
| 215 | <div role="contentinfo"> | 215 | <div role="contentinfo"> |
| 216 | <p> | 216 | <p> |
| 217 | © Copyright 2016, EventMQ Contributors. | 217 | © Copyright 2017, EventMQ Contributors. |
| 218 | 218 | ||
| 219 | </p> | 219 | </p> |
| 220 | </div> | 220 | </div> |
| @@ -173,7 +173,7 @@ | |||
| 173 | 173 | ||
| 174 | <div role="contentinfo"> | 174 | <div role="contentinfo"> |
| 175 | <p> | 175 | <p> |
| 176 | © Copyright 2016, EventMQ Contributors. | 176 | © Copyright 2017, EventMQ Contributors. |
| 177 | 177 | ||
| 178 | </p> | 178 | </p> |
| 179 | </div> | 179 | </div> |
diff --git a/utils/classes.html b/utils/classes.html index 970206e..ecce563 100755 --- a/utils/classes.html +++ b/utils/classes.html | |||
| @@ -693,7 +693,7 @@ specify the the recipient id of the remote socket</li> | |||
| 693 | 693 | ||
| 694 | <div role="contentinfo"> | 694 | <div role="contentinfo"> |
| 695 | <p> | 695 | <p> |
| 696 | © Copyright 2016, EventMQ Contributors. | 696 | © Copyright 2017, EventMQ Contributors. |
| 697 | 697 | ||
| 698 | </p> | 698 | </p> |
| 699 | </div> | 699 | </div> |
diff --git a/utils/devices.html b/utils/devices.html index b02f6a2..cdb5e43 100755 --- a/utils/devices.html +++ b/utils/devices.html | |||
| @@ -196,7 +196,7 @@ causes errors when setting the IDENTITY of the ZMQ socket.</p> | |||
| 196 | 196 | ||
| 197 | <div role="contentinfo"> | 197 | <div role="contentinfo"> |
| 198 | <p> | 198 | <p> |
| 199 | © Copyright 2016, EventMQ Contributors. | 199 | © Copyright 2017, EventMQ Contributors. |
| 200 | 200 | ||
| 201 | </p> | 201 | </p> |
| 202 | </div> | 202 | </div> |
diff --git a/utils/index.html b/utils/index.html index d32185f..9f9a34b 100755 --- a/utils/index.html +++ b/utils/index.html | |||
| @@ -215,7 +215,7 @@ like creating message more simple.</p> | |||
| 215 | 215 | ||
| 216 | <div role="contentinfo"> | 216 | <div role="contentinfo"> |
| 217 | <p> | 217 | <p> |
| 218 | © Copyright 2016, EventMQ Contributors. | 218 | © Copyright 2017, EventMQ Contributors. |
| 219 | 219 | ||
| 220 | </p> | 220 | </p> |
| 221 | </div> | 221 | </div> |
diff --git a/utils/messages.html b/utils/messages.html index 4c21a9a..5e73c19 100755 --- a/utils/messages.html +++ b/utils/messages.html | |||
| @@ -300,7 +300,7 @@ used by a <code class="xref py py-attr docutils literal"><span class="pre">zmq.R | |||
| 300 | 300 | ||
| 301 | <div role="contentinfo"> | 301 | <div role="contentinfo"> |
| 302 | <p> | 302 | <p> |
| 303 | © Copyright 2016, EventMQ Contributors. | 303 | © Copyright 2017, EventMQ Contributors. |
| 304 | 304 | ||
| 305 | </p> | 305 | </p> |
| 306 | </div> | 306 | </div> |
diff --git a/utils/settings.html b/utils/settings.html index 0464a98..c89c654 100755 --- a/utils/settings.html +++ b/utils/settings.html | |||
| @@ -191,7 +191,7 @@ | |||
| 191 | 191 | ||
| 192 | <div role="contentinfo"> | 192 | <div role="contentinfo"> |
| 193 | <p> | 193 | <p> |
| 194 | © Copyright 2016, EventMQ Contributors. | 194 | © Copyright 2017, EventMQ Contributors. |
| 195 | 195 | ||
| 196 | </p> | 196 | </p> |
| 197 | </div> | 197 | </div> |
diff --git a/utils/timeutils.html b/utils/timeutils.html index 22d0323..41c1435 100755 --- a/utils/timeutils.html +++ b/utils/timeutils.html | |||
| @@ -239,7 +239,7 @@ time.time()</p> | |||
| 239 | 239 | ||
| 240 | <div role="contentinfo"> | 240 | <div role="contentinfo"> |
| 241 | <p> | 241 | <p> |
| 242 | © Copyright 2016, EventMQ Contributors. | 242 | © Copyright 2017, EventMQ Contributors. |
| 243 | 243 | ||
| 244 | </p> | 244 | </p> |
| 245 | </div> | 245 | </div> |