Skip to content

Commit 3240faa

Browse files
committed
add documentation
1 parent 5526cbb commit 3240faa

File tree

13 files changed

+14189
-0
lines changed

13 files changed

+14189
-0
lines changed
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset='UTF-8'>
5+
<title>sql.js documentation</title>
6+
<script src='javascript/application.js'></script>
7+
<script src='javascript/search.js'></script>
8+
<link rel='stylesheet' href='stylesheets/application.css' type='text/css'>
9+
</head>
10+
<body>
11+
<div id='base' data-path=''></div>
12+
<div id='header'>
13+
<div id='menu'>
14+
</div>
15+
</div>
16+
<div id='content'>
17+
<h1 class='noborder title'></h1>
18+
<div id='listing'>
19+
<h1 class='alphaindex'>Alphabetical Index</h1>
20+
<h2>Extra File Listing</h2>
21+
<h2>Class Listing A-Z</h2>
22+
<div class='index'>
23+
<ul>
24+
<li class='letter'>d</li>
25+
<ul>
26+
<li>
27+
<a href='class/Database.html'>
28+
Database
29+
</a>
30+
</li>
31+
</ul>
32+
</ul>
33+
<ul>
34+
<li class='letter'>s</li>
35+
<ul>
36+
<li>
37+
<a href='class/Statement.html'>
38+
Statement
39+
</a>
40+
</li>
41+
</ul>
42+
</ul>
43+
</div>
44+
<h2>File Listing A-Z</h2>
45+
<div class='index'>
46+
<ul>
47+
<li class='letter'>a</li>
48+
<ul>
49+
<li>
50+
<a href='file/../coffee/api.coffee.html'>
51+
api.coffee
52+
</a>
53+
<small>
54+
(..&#47;coffee)
55+
</small>
56+
</li>
57+
</ul>
58+
</ul>
59+
</div>
60+
</div>
61+
</div>
62+
<div id='footer'>
63+
June 11, 14 23:01:16 by
64+
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
65+
Codo
66+
</a>
67+
2.0.8
68+
&#10034;
69+
Press H to see the keyboard shortcuts
70+
&#10034;
71+
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
72+
&#10034;
73+
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
74+
</div>
75+
<iframe id='search_frame'></iframe>
76+
<div id='fuzzySearch'>
77+
<input type='text'>
78+
<ol></ol>
79+
</div>
80+
<div id='help'>
81+
<p>
82+
Quickly fuzzy find classes, mixins, methods, file:
83+
</p>
84+
<ul>
85+
<li>
86+
<span>T</span>
87+
Open fuzzy finder dialog
88+
</li>
89+
</ul>
90+
<p>
91+
Control the navigation frame:
92+
</p>
93+
<ul>
94+
<li>
95+
<span>L</span>
96+
Toggle list view
97+
</li>
98+
<li>
99+
<span>C</span>
100+
Show class list
101+
</li>
102+
<li>
103+
<span>I</span>
104+
Show mixin list
105+
</li>
106+
<li>
107+
<span>F</span>
108+
Show file list
109+
</li>
110+
<li>
111+
<span>M</span>
112+
Show method list
113+
</li>
114+
<li>
115+
<span>E</span>
116+
Show extras list
117+
</li>
118+
</ul>
119+
<p>
120+
You can focus and blur the search input:
121+
</p>
122+
<ul>
123+
<li>
124+
<span>S</span>
125+
Focus search input
126+
</li>
127+
<li>
128+
<span>Esc</span>
129+
Blur search input
130+
</li>
131+
</ul>
132+
</div>
133+
</body>
134+
</html>

0 commit comments

Comments
 (0)