aboutsummaryrefslogtreecommitdiffstats
path: root/contributing.html
diff options
context:
space:
mode:
Diffstat (limited to 'contributing.html')
-rw-r--r--contributing.html211
1 files changed, 211 insertions, 0 deletions
diff --git a/contributing.html b/contributing.html
new file mode 100644
index 0000000..e9cae5d
--- /dev/null
+++ b/contributing.html
@@ -0,0 +1,211 @@
1
2
3<!DOCTYPE html>
4<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
5<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
6<head>
7 <meta charset="utf-8">
8
9 <meta name="viewport" content="width=device-width, initial-scale=1.0">
10
11 <title>Contributing to EventMQ &mdash; EventMQ 0 documentation</title>
12
13
14
15
16
17
18
19
20
21
22
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="index.html"/>
34 <link rel="next" title="EventMQ Protocol Specification" href="protocol.html"/>
35 <link rel="prev" title="sender – Sender" href="sender.html"/>
36
37
38 <script src="_static/js/modernizr.min.js"></script>
39
40</head>
41
42<body class="wy-body-for-nav" role="document">
43
44 <div class="wy-grid-for-nav">
45
46
47 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
48 <div class="wy-side-scroll">
49 <div class="wy-side-nav-search">
50
51
52
53 <a href="index.html" class="icon icon-home"> EventMQ
54
55
56
57 </a>
58
59
60
61
62 <div class="version">
63 0
64 </div>
65
66
67
68
69<div role="search">
70 <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
71 <input type="text" name="q" placeholder="Search docs" />
72 <input type="hidden" name="check_keywords" value="yes" />
73 <input type="hidden" name="area" value="default" />
74 </form>
75</div>
76
77
78 </div>
79
80 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
81
82
83
84 <ul class="current">
85<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li>
86<li class="toctree-l1 current"><a class="current reference internal" href="">Contributing to EventMQ</a><ul>
87<li class="toctree-l2"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li>
88</ul>
89</li>
90</ul>
91
92
93
94 </div>
95 </div>
96 </nav>
97
98 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
99
100
101 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
102 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
103 <a href="index.html">EventMQ</a>
104 </nav>
105
106
107
108 <div class="wy-nav-content">
109 <div class="rst-content">
110
111
112
113
114
115
116<div role="navigation" aria-label="breadcrumbs navigation">
117 <ul class="wy-breadcrumbs">
118 <li><a href="index.html">Docs</a> &raquo;</li>
119
120 <li>Contributing to EventMQ</li>
121 <li class="wy-breadcrumbs-aside">
122
123
124 <a href="_sources/contributing.txt" rel="nofollow"> View page source</a>
125
126
127 </li>
128 </ul>
129 <hr/>
130</div>
131 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
132 <div itemprop="articleBody">
133
134 <div class="section" id="contributing-to-eventmq">
135<h1>Contributing to EventMQ<a class="headerlink" href="#contributing-to-eventmq" title="Permalink to this headline">¶</a></h1>
136<div class="toctree-wrapper compound">
137<ul>
138<li class="toctree-l1"><a class="reference internal" href="protocol.html">EventMQ Protocol Specification</a></li>
139</ul>
140</div>
141</div>
142
143
144 </div>
145 </div>
146 <footer>
147
148 <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
149
150 <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>
151
152
153 <a href="sender.html" class="btn btn-neutral" title="sender – Sender" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
154
155 </div>
156
157
158 <hr/>
159
160 <div role="contentinfo">
161 <p>
162 &copy; Copyright 2015, eventboard.io.
163
164 </p>
165 </div>
166 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>.
167
168</footer>
169
170 </div>
171 </div>
172
173 </section>
174
175 </div>
176
177
178
179
180
181 <script type="text/javascript">
182 var DOCUMENTATION_OPTIONS = {
183 URL_ROOT:'./',
184 VERSION:'0',
185 COLLAPSE_INDEX:false,
186 FILE_SUFFIX:'.html',
187 HAS_SOURCE: true
188 };
189 </script>
190 <script type="text/javascript" src="_static/jquery.js"></script>
191 <script type="text/javascript" src="_static/underscore.js"></script>
192 <script type="text/javascript" src="_static/doctools.js"></script>
193
194
195
196
197
198 <script type="text/javascript" src="_static/js/theme.js"></script>
199
200
201
202
203 <script type="text/javascript">
204 jQuery(function () {
205 SphinxRtdTheme.StickyNav.enable();
206 });
207 </script>
208
209
210</body>
211</html> \ No newline at end of file