aboutsummaryrefslogtreecommitdiffstats
path: root/style.html
diff options
context:
space:
mode:
Diffstat (limited to 'style.html')
-rw-r--r--style.html197
1 files changed, 197 insertions, 0 deletions
diff --git a/style.html b/style.html
new file mode 100644
index 0000000..f0e6e65
--- /dev/null
+++ b/style.html
@@ -0,0 +1,197 @@
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>Style Guide &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
35
36 <script src="_static/js/modernizr.min.js"></script>
37
38</head>
39
40<body class="wy-body-for-nav" role="document">
41
42 <div class="wy-grid-for-nav">
43
44
45 <nav data-toggle="wy-nav-shift" class="wy-nav-side">
46 <div class="wy-side-scroll">
47 <div class="wy-side-nav-search">
48
49
50
51 <a href="index.html" class="icon icon-home"> EventMQ
52
53
54
55 </a>
56
57
58
59
60 <div class="version">
61 0
62 </div>
63
64
65
66
67<div role="search">
68 <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
69 <input type="text" name="q" placeholder="Search docs" />
70 <input type="hidden" name="check_keywords" value="yes" />
71 <input type="hidden" name="area" value="default" />
72 </form>
73</div>
74
75
76 </div>
77
78 <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
79
80
81
82 <ul>
83<li class="toctree-l1"><a class="reference internal" href="api.html">API Documentation</a></li>
84<li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing to EventMQ</a></li>
85</ul>
86
87
88
89 </div>
90 </div>
91 </nav>
92
93 <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
94
95
96 <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
97 <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
98 <a href="index.html">EventMQ</a>
99 </nav>
100
101
102
103 <div class="wy-nav-content">
104 <div class="rst-content">
105
106
107
108
109
110
111<div role="navigation" aria-label="breadcrumbs navigation">
112 <ul class="wy-breadcrumbs">
113 <li><a href="index.html">Docs</a> &raquo;</li>
114
115 <li>Style Guide</li>
116 <li class="wy-breadcrumbs-aside">
117
118
119 <a href="_sources/style.txt" rel="nofollow"> View page source</a>
120
121
122 </li>
123 </ul>
124 <hr/>
125</div>
126 <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
127 <div itemprop="articleBody">
128
129 <div class="section" id="style-guide">
130<h1>Style Guide<a class="headerlink" href="#style-guide" title="Permalink to this headline">ΒΆ</a></h1>
131<blockquote>
132<div><ul class="simple">
133<li>Thou shalt not cross 80 columns in thy file</li>
134</ul>
135</div></blockquote>
136</div>
137
138
139 </div>
140 </div>
141 <footer>
142
143
144 <hr/>
145
146 <div role="contentinfo">
147 <p>
148 &copy; Copyright 2015, eventboard.io.
149
150 </p>
151 </div>
152 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>.
153
154</footer>
155
156 </div>
157 </div>
158
159 </section>
160
161 </div>
162
163
164
165
166
167 <script type="text/javascript">
168 var DOCUMENTATION_OPTIONS = {
169 URL_ROOT:'./',
170 VERSION:'0',
171 COLLAPSE_INDEX:false,
172 FILE_SUFFIX:'.html',
173 HAS_SOURCE: true
174 };
175 </script>
176 <script type="text/javascript" src="_static/jquery.js"></script>
177 <script type="text/javascript" src="_static/underscore.js"></script>
178 <script type="text/javascript" src="_static/doctools.js"></script>
179
180
181
182
183
184 <script type="text/javascript" src="_static/js/theme.js"></script>
185
186
187
188
189 <script type="text/javascript">
190 jQuery(function () {
191 SphinxRtdTheme.StickyNav.enable();
192 });
193 </script>
194
195
196</body>
197</html> \ No newline at end of file