aboutsummaryrefslogtreecommitdiffstats
path: root/contributing.html
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.html')
-rwxr-xr-xcontributing.html53
1 files changed, 41 insertions, 12 deletions
diff --git a/contributing.html b/contributing.html
index edaa240..3fdbc01 100755
--- a/contributing.html
+++ b/contributing.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"><a class="reference internal" href="using.html">Using EventMQ</a></li> 94<li class="toctree-l1"><a class="reference internal" href="using.html">Using EventMQ</a></li>
89<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li> 95<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> 96<li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing to EventMQ</a><ul>
@@ -105,8 +111,10 @@
105 111
106 112
107 <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> 113 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
108 <i data-toggle="wy-nav-top" class="fa fa-bars"></i> 114
109 <a href="index.html">EventMQ</a> 115 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
116 <a href="index.html">EventMQ</a>
117
110 </nav> 118 </nav>
111 119
112 120
@@ -115,23 +123,40 @@
115 <div class="rst-content"> 123 <div class="rst-content">
116 124
117 125
118 126
127
128
129
130
131
132
133
134
135
136
119 137
120 138
121 139
122<div role="navigation" aria-label="breadcrumbs navigation"> 140<div role="navigation" aria-label="breadcrumbs navigation">
141
123 <ul class="wy-breadcrumbs"> 142 <ul class="wy-breadcrumbs">
124 <li><a href="index.html">Docs</a> &raquo;</li> 143
125 144 <li><a href="index.html">Docs</a> &raquo;</li>
126 <li>Contributing to EventMQ</li> 145
146 <li>Contributing to EventMQ</li>
147
148
127 <li class="wy-breadcrumbs-aside"> 149 <li class="wy-breadcrumbs-aside">
128 150
129 151
130 <a href="_sources/contributing.rst.txt" rel="nofollow"> View page source</a> 152 <a href="_sources/contributing.rst.txt" rel="nofollow"> View page source</a>
131 153
132 154
133 </li> 155 </li>
156
134 </ul> 157 </ul>
158
159
135 <hr/> 160 <hr/>
136</div> 161</div>
137 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> 162 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
@@ -156,15 +181,18 @@
156 181
157 182
158 </div> 183 </div>
184 <div class="articleComments">
185
186 </div>
159 </div> 187 </div>
160 <footer> 188 <footer>
161 189
162 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> 190 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
163 191
164 <a href="protocol.html" class="btn btn-neutral float-right" title="EventMQ Protocol Specification" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a> 192 <a href="protocol.html" class="btn btn-neutral float-right" title="EventMQ Protocol Specification" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
165 193
166 194
167 <a href="utils/timeutils.html" class="btn btn-neutral" title="timeutils – Time Utilites" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a> 195 <a href="utils/timeutils.html" class="btn btn-neutral" title="timeutils – Time Utilites" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
168 196
169 </div> 197 </div>
170 198
@@ -198,7 +226,8 @@
198 VERSION:'0', 226 VERSION:'0',
199 COLLAPSE_INDEX:false, 227 COLLAPSE_INDEX:false,
200 FILE_SUFFIX:'.html', 228 FILE_SUFFIX:'.html',
201 HAS_SOURCE: true 229 HAS_SOURCE: true,
230 SOURCELINK_SUFFIX: '.txt'
202 }; 231 };
203 </script> 232 </script>
204 <script type="text/javascript" src="_static/jquery.js"></script> 233 <script type="text/javascript" src="_static/jquery.js"></script>