aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html51
1 files changed, 40 insertions, 11 deletions
diff --git a/index.html b/index.html
index e72b830..254ae51 100755
--- a/index.html
+++ b/index.html
@@ -13,6 +13,8 @@
13 13
14 14
15 15
16
17
16 18
17 19
18 20
@@ -43,6 +45,7 @@
43 45
44<body class="wy-body-for-nav" role="document"> 46<body class="wy-body-for-nav" role="document">
45 47
48
46 <div class="wy-grid-for-nav"> 49 <div class="wy-grid-for-nav">
47 50
48 51
@@ -62,7 +65,7 @@
62 65
63 66
64 <div class="version"> 67 <div class="version">
65 0.3.3 68 0.3.6
66 </div> 69 </div>
67 70
68 71
@@ -83,7 +86,10 @@
83 86
84 87
85 88
86 <ul> 89
90
91
92 <ul>
87<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li> 93<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
88<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> 94<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="contributing.html">Contributing to EventMQ</a></li> 95<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a></li>
@@ -99,8 +105,10 @@
99 105
100 106
101 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 107 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
102 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 108
103 <a href="#">EventMQ</a> 109 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
110 <a href="#">EventMQ</a>
111
104 </nav> 112 </nav>
105 113
106 114
@@ -109,23 +117,40 @@
109 <div class="rst-content"> 117 <div class="rst-content">
110 118
111 119
112 120
121
122
123
124
125
126
127
128
129
130
113 131
114 132
115 133
116<div role="navigation" aria-label="breadcrumbs navigation"> 134<div role="navigation" aria-label="breadcrumbs navigation">
135
117 <ul class="wy-breadcrumbs"> 136 <ul class="wy-breadcrumbs">
118 <li><a href="#">Docs</a> &raquo;</li> 137
119 138 <li><a href="#">Docs</a> &raquo;</li>
120 <li>EventMQ Documentation</li> 139
140 <li>EventMQ Documentation</li>
141
142
121 <li class="wy-breadcrumbs-aside"> 143 <li class="wy-breadcrumbs-aside">
122 144
123 145
124 <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a> 146 <a href="_sources/index.rst.txt" rel="nofollow"> View page source</a>
125 147
126 148
127 </li> 149 </li>
150
128 </ul> 151 </ul>
152
153
129 <hr/> 154 <hr/>
130</div> 155</div>
131 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 156 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -171,12 +196,15 @@
171 196
172 197
173 </div> 198 </div>
199 <div class="articleComments">
200
201 </div>
174 </div> 202 </div>
175 <footer> 203 <footer>
176 204
177 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 205 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
178 206
179 <a href="using.html" class="btn btn-neutral float-right" title="Using EventMQ" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 207 <a href="using.html" class="btn btn-neutral float-right" title="Using EventMQ" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
180 208
181 209
182 </div> 210 </div>
@@ -211,7 +239,8 @@
211 VERSION:'0', 239 VERSION:'0',
212 COLLAPSE_INDEX:false, 240 COLLAPSE_INDEX:false,
213 FILE_SUFFIX:'.html', 241 FILE_SUFFIX:'.html',
214 HAS_SOURCE: true 242 HAS_SOURCE: true,
243 SOURCELINK_SUFFIX: '.txt'
215 }; 244 };
216 </script> 245 </script>
217 <script type="text/javascript" src="_static/jquery.js"></script> 246 <script type="text/javascript" src="_static/jquery.js"></script>