diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 284 |
1 files changed, 186 insertions, 98 deletions
| @@ -1,52 +1,133 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 | 1 | ||
| 4 | 2 | ||
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> | 3 | <!DOCTYPE html> |
| 6 | <head> | 4 | <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> |
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
| 8 | 6 | <head> | |
| 9 | <title>Welcome to EventMQ’s documentation! — EventMQ 0 documentation</title> | 7 | <meta charset="utf-8"> |
| 8 | |||
| 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 10 | |||
| 11 | <title>Welcome to EventMQ’s documentation! — EventMQ 0 documentation</title> | ||
| 12 | |||
| 13 | |||
| 14 | |||
| 15 | |||
| 16 | |||
| 17 | |||
| 18 | |||
| 19 | |||
| 20 | |||
| 10 | 21 | ||
| 11 | <link rel="stylesheet" href="_static/classic.css" type="text/css" /> | 22 | |
| 12 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> | 23 | |
| 24 | |||
| 25 | |||
| 26 | |||
| 27 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> | ||
| 28 | |||
| 29 | |||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | <link rel="top" title="EventMQ 0 documentation" href="#"/> | ||
| 34 | <link rel="next" title="jobmanager – Job Manager" href="jobmanager.html"/> | ||
| 35 | |||
| 36 | |||
| 37 | <script src="_static/js/modernizr.min.js"></script> | ||
| 38 | |||
| 39 | </head> | ||
| 40 | |||
| 41 | <body class="wy-body-for-nav" role="document"> | ||
| 42 | |||
| 43 | <div class="wy-grid-for-nav"> | ||
| 44 | |||
| 13 | 45 | ||
| 14 | <script type="text/javascript"> | 46 | <nav data-toggle="wy-nav-shift" class="wy-nav-side"> |
| 15 | var DOCUMENTATION_OPTIONS = { | 47 | <div class="wy-side-scroll"> |
| 16 | URL_ROOT: './', | 48 | <div class="wy-side-nav-search"> |
| 17 | VERSION: '0', | 49 | |
| 18 | COLLAPSE_INDEX: false, | 50 | |
| 19 | FILE_SUFFIX: '.html', | 51 | |
| 20 | HAS_SOURCE: true | 52 | <a href="#" class="icon icon-home"> EventMQ |
| 21 | }; | 53 | |
| 22 | </script> | 54 | |
| 23 | <script type="text/javascript" src="_static/jquery.js"></script> | 55 | |
| 24 | <script type="text/javascript" src="_static/underscore.js"></script> | 56 | </a> |
| 25 | <script type="text/javascript" src="_static/doctools.js"></script> | 57 | |
| 26 | <link rel="top" title="EventMQ 0 documentation" href="#" /> | 58 | |
| 27 | <link rel="next" title="jobmanager – Job Manager" href="jobmanager.html" /> | 59 | |
| 28 | </head> | 60 | |
| 29 | <body role="document"> | 61 | <div class="version"> |
| 30 | <div class="related" role="navigation" aria-label="related navigation"> | 62 | 0 |
| 31 | <h3>Navigation</h3> | 63 | </div> |
| 32 | <ul> | 64 | |
| 33 | <li class="right" style="margin-right: 10px"> | 65 | |
| 34 | <a href="genindex.html" title="General Index" | 66 | |
| 35 | accesskey="I">index</a></li> | 67 | |
| 36 | <li class="right" > | 68 | <div role="search"> |
| 37 | <a href="py-modindex.html" title="Python Module Index" | 69 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
| 38 | >modules</a> |</li> | 70 | <input type="text" name="q" placeholder="Search docs" /> |
| 39 | <li class="right" > | 71 | <input type="hidden" name="check_keywords" value="yes" /> |
| 40 | <a href="jobmanager.html" title="jobmanager – Job Manager" | 72 | <input type="hidden" name="area" value="default" /> |
| 41 | accesskey="N">next</a> |</li> | 73 | </form> |
| 42 | <li class="nav-item nav-item-0"><a href="#">EventMQ 0 documentation</a> »</li> | 74 | </div> |
| 43 | </ul> | 75 | |
| 44 | </div> | 76 | |
| 45 | 77 | </div> | |
| 46 | <div class="document"> | 78 | |
| 47 | <div class="documentwrapper"> | 79 | <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> |
| 48 | <div class="bodywrapper"> | 80 | |
| 49 | <div class="body" role="main"> | 81 | |
| 82 | |||
| 83 | <ul> | ||
| 84 | <li class="toctree-l1"><a class="reference internal" href="jobmanager.html"><code class="docutils literal"><span class="pre">jobmanager</span></code> – Job Manager</a></li> | ||
| 85 | <li class="toctree-l1"><a class="reference internal" href="receiver.html"><code class="docutils literal"><span class="pre">receiver</span></code> – Receiver</a></li> | ||
| 86 | <li class="toctree-l1"><a class="reference internal" href="router.html"><code class="docutils literal"><span class="pre">router</span></code> – Router</a></li> | ||
| 87 | <li class="toctree-l1"><a class="reference internal" href="sender.html"><code class="docutils literal"><span class="pre">sender</span></code> – Sender</a></li> | ||
| 88 | </ul> | ||
| 89 | |||
| 90 | |||
| 91 | |||
| 92 | </div> | ||
| 93 | </div> | ||
| 94 | </nav> | ||
| 95 | |||
| 96 | <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> | ||
| 97 | |||
| 98 | |||
| 99 | <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> | ||
| 100 | <i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
| 101 | <a href="#">EventMQ</a> | ||
| 102 | </nav> | ||
| 103 | |||
| 104 | |||
| 105 | |||
| 106 | <div class="wy-nav-content"> | ||
| 107 | <div class="rst-content"> | ||
| 108 | |||
| 109 | |||
| 110 | |||
| 111 | |||
| 112 | |||
| 113 | |||
| 114 | <div role="navigation" aria-label="breadcrumbs navigation"> | ||
| 115 | <ul class="wy-breadcrumbs"> | ||
| 116 | <li><a href="#">Docs</a> »</li> | ||
| 117 | |||
| 118 | <li>Welcome to EventMQ’s documentation!</li> | ||
| 119 | <li class="wy-breadcrumbs-aside"> | ||
| 120 | |||
| 121 | |||
| 122 | <a href="_sources/index.txt" rel="nofollow"> View page source</a> | ||
| 123 | |||
| 124 | |||
| 125 | </li> | ||
| 126 | </ul> | ||
| 127 | <hr/> | ||
| 128 | </div> | ||
| 129 | <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
| 130 | <div itemprop="articleBody"> | ||
| 50 | 131 | ||
| 51 | <div class="section" id="welcome-to-eventmq-s-documentation"> | 132 | <div class="section" id="welcome-to-eventmq-s-documentation"> |
| 52 | <h1>Welcome to EventMQ’s documentation!<a class="headerlink" href="#welcome-to-eventmq-s-documentation" title="Permalink to this headline">¶</a></h1> | 133 | <h1>Welcome to EventMQ’s documentation!<a class="headerlink" href="#welcome-to-eventmq-s-documentation" title="Permalink to this headline">¶</a></h1> |
| @@ -71,62 +152,69 @@ | |||
| 71 | </div> | 152 | </div> |
| 72 | 153 | ||
| 73 | 154 | ||
| 155 | </div> | ||
| 74 | </div> | 156 | </div> |
| 75 | </div> | 157 | <footer> |
| 76 | </div> | 158 | |
| 77 | <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> | 159 | <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> |
| 78 | <div class="sphinxsidebarwrapper"> | 160 | |
| 79 | <h3><a href="#">Table Of Contents</a></h3> | 161 | <a href="jobmanager.html" class="btn btn-neutral float-right" title="jobmanager – Job Manager" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> |
| 80 | <ul> | 162 | |
| 81 | <li><a class="reference internal" href="#">Welcome to EventMQ’s documentation!</a></li> | 163 | |
| 82 | <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li> | 164 | </div> |
| 83 | </ul> | 165 | |
| 166 | |||
| 167 | <hr/> | ||
| 168 | |||
| 169 | <div role="contentinfo"> | ||
| 170 | <p> | ||
| 171 | © Copyright 2015, eventboard.io. | ||
| 84 | 172 | ||
| 85 | <h4>Next topic</h4> | ||
| 86 | <p class="topless"><a href="jobmanager.html" | ||
| 87 | title="next chapter"><code class="docutils literal"><span class="pre">jobmanager</span></code> – Job Manager</a></p> | ||
| 88 | <div role="note" aria-label="source link"> | ||
| 89 | <h3>This Page</h3> | ||
| 90 | <ul class="this-page-menu"> | ||
| 91 | <li><a href="_sources/index.txt" | ||
| 92 | rel="nofollow">Show Source</a></li> | ||
| 93 | </ul> | ||
| 94 | </div> | ||
| 95 | <div id="searchbox" style="display: none" role="search"> | ||
| 96 | <h3>Quick search</h3> | ||
| 97 | <form class="search" action="search.html" method="get"> | ||
| 98 | <input type="text" name="q" /> | ||
| 99 | <input type="submit" value="Go" /> | ||
| 100 | <input type="hidden" name="check_keywords" value="yes" /> | ||
| 101 | <input type="hidden" name="area" value="default" /> | ||
| 102 | </form> | ||
| 103 | <p class="searchtip" style="font-size: 90%"> | ||
| 104 | Enter search terms or a module, class or function name. | ||
| 105 | </p> | 173 | </p> |
| 106 | </div> | 174 | </div> |
| 107 | <script type="text/javascript">$('#searchbox').show(0);</script> | 175 | Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. |
| 176 | |||
| 177 | </footer> | ||
| 178 | |||
| 108 | </div> | 179 | </div> |
| 109 | </div> | 180 | </div> |
| 110 | <div class="clearer"></div> | 181 | |
| 111 | </div> | 182 | </section> |
| 112 | <div class="related" role="navigation" aria-label="related navigation"> | 183 | |
| 113 | <h3>Navigation</h3> | 184 | </div> |
| 114 | <ul> | 185 | |
| 115 | <li class="right" style="margin-right: 10px"> | 186 | |
| 116 | <a href="genindex.html" title="General Index" | 187 | |
| 117 | >index</a></li> | 188 | |
| 118 | <li class="right" > | 189 | |
| 119 | <a href="py-modindex.html" title="Python Module Index" | 190 | <script type="text/javascript"> |
| 120 | >modules</a> |</li> | 191 | var DOCUMENTATION_OPTIONS = { |
| 121 | <li class="right" > | 192 | URL_ROOT:'./', |
| 122 | <a href="jobmanager.html" title="jobmanager – Job Manager" | 193 | VERSION:'0', |
| 123 | >next</a> |</li> | 194 | COLLAPSE_INDEX:false, |
| 124 | <li class="nav-item nav-item-0"><a href="#">EventMQ 0 documentation</a> »</li> | 195 | FILE_SUFFIX:'.html', |
| 125 | </ul> | 196 | HAS_SOURCE: true |
| 126 | </div> | 197 | }; |
| 127 | <div class="footer" role="contentinfo"> | 198 | </script> |
| 128 | © Copyright 2015, eventboard.io. | 199 | <script type="text/javascript" src="_static/jquery.js"></script> |
| 129 | Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1. | 200 | <script type="text/javascript" src="_static/underscore.js"></script> |
| 130 | </div> | 201 | <script type="text/javascript" src="_static/doctools.js"></script> |
| 131 | </body> | 202 | |
| 203 | |||
| 204 | |||
| 205 | |||
| 206 | |||
| 207 | <script type="text/javascript" src="_static/js/theme.js"></script> | ||
| 208 | |||
| 209 | |||
| 210 | |||
| 211 | |||
| 212 | <script type="text/javascript"> | ||
| 213 | jQuery(function () { | ||
| 214 | SphinxRtdTheme.StickyNav.enable(); | ||
| 215 | }); | ||
| 216 | </script> | ||
| 217 | |||
| 218 | |||
| 219 | </body> | ||
| 132 | </html> \ No newline at end of file | 220 | </html> \ No newline at end of file |