table_setter 0.1.10 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +2 -2
- data/VERSION.yml +2 -2
- data/doc/TableFu/Formatting.html +451 -12
- data/doc/TableSetter/App.html +14 -10
- data/doc/TableSetter/Command.html +39 -27
- data/doc/TableSetter/Table.html +153 -119
- data/doc/TableSetter.html +41 -30
- data/doc/_index.html +11 -11
- data/doc/class_list.html +3 -3
- data/doc/css/full_list.css +6 -3
- data/doc/css/style.css +48 -9
- data/doc/file.README.html +5 -5
- data/doc/file_list.html +1 -1
- data/doc/frames.html +1 -1
- data/doc/index.html +5 -5
- data/doc/js/app.js +107 -4
- data/doc/js/full_list.js +78 -35
- data/doc/js/jquery.js +150 -15
- data/doc/method_list.html +94 -38
- data/doc/top-level-namespace.html +9 -6
- data/documentation/index.html.erb +4 -0
- data/index.html +5 -1
- data/table_setter.gemspec +5 -5
- data/template/public/javascripts/application.js +14 -5
- data/template/public/javascripts/jquery.tablesorter.multipagefilter.js +1 -1
- metadata +5 -5
data/doc/TableSetter.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>Module: TableSetter</title>
|
7
7
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
8
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
@@ -43,7 +43,8 @@
|
|
43
43
|
|
44
44
|
<iframe id="search_frame"></iframe>
|
45
45
|
|
46
|
-
<div id="content"><h1>Module: TableSetter
|
46
|
+
<div id="content"><h1>Module: TableSetter
|
47
|
+
|
47
48
|
|
48
49
|
|
49
50
|
</h1>
|
@@ -56,6 +57,7 @@
|
|
56
57
|
|
57
58
|
|
58
59
|
|
60
|
+
|
59
61
|
<dt class="r1 last">Defined in:</dt>
|
60
62
|
<dd class="r1 last">lib/table_setter.rb<span class="defines">,<br />
|
61
63
|
lib/table_setter/app.rb,<br /> lib/table_setter/table.rb,<br /> lib/table_setter/command.rb</span>
|
@@ -70,7 +72,7 @@
|
|
70
72
|
|
71
73
|
|
72
74
|
|
73
|
-
<strong class="classes">Classes:</strong> <a href="TableSetter/App.html" title="TableSetter::App (class)">App</a>, <a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a>, <a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a>
|
75
|
+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="TableSetter/App.html" title="TableSetter::App (class)">App</a></span>, <span class='object_link'><a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a></span>, <span class='object_link'><a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a></span>
|
74
76
|
|
75
77
|
|
76
78
|
</p>
|
@@ -80,7 +82,7 @@
|
|
80
82
|
<dl class="constants">
|
81
83
|
|
82
84
|
<dt id="ROOT-constant" class="">ROOT =
|
83
|
-
|
85
|
+
|
84
86
|
</dt>
|
85
87
|
<dd><pre class="code"><span class='File constant id'>File</span><span class='dot token'>.</span><span class='expand_path identifier id'>expand_path</span><span class='lparen token'>(</span><span class='File constant id'>File</span><span class='dot token'>.</span><span class='dirname identifier id'>dirname</span><span class='lparen token'>(</span><span class='__FILE__ __file__ kw'>__FILE__</span><span class='rparen token'>)</span> <span class='plus op'>+</span> <span class='string val'>"/.."</span><span class='rparen token'>)</span> <span class='unless unless_mod kw'>unless</span> <span class='defined? defined kw'>defined?</span> <span class='ROOT constant id'>ROOT</span>
|
86
88
|
</pre></dd>
|
@@ -89,7 +91,7 @@
|
|
89
91
|
|
90
92
|
|
91
93
|
|
92
|
-
<h2>Class Attribute Summary</h2>
|
94
|
+
<h2>Class Attribute Summary <small>(<a href="#" class="summary_toggle">collapse</a>)</small></h2>
|
93
95
|
<ul class="summary">
|
94
96
|
|
95
97
|
<li class="public ">
|
@@ -108,12 +110,13 @@
|
|
108
110
|
|
109
111
|
|
110
112
|
|
113
|
+
|
111
114
|
|
112
115
|
|
113
|
-
<span class="summary_desc">
|
116
|
+
<span class="summary_desc"><div class='inline'><p>
|
114
117
|
Returns the value of attribute config_path.
|
115
|
-
|
116
|
-
</span>
|
118
|
+
</p>
|
119
|
+
</div></span>
|
117
120
|
|
118
121
|
</li>
|
119
122
|
|
@@ -121,11 +124,15 @@ Returns the value of attribute config_path.
|
|
121
124
|
</ul>
|
122
125
|
|
123
126
|
|
124
|
-
|
127
|
+
|
128
|
+
<h2>
|
129
|
+
Class Method Summary
|
130
|
+
<small>(<a href="#" class="summary_toggle">collapse</a>)</small>
|
131
|
+
</h2>
|
125
132
|
|
126
|
-
|
127
|
-
|
128
|
-
|
133
|
+
<ul class="summary">
|
134
|
+
|
135
|
+
<li class="public ">
|
129
136
|
<span class="summary_signature">
|
130
137
|
|
131
138
|
<a href="#configure-class_method" title="configure (class method)">+ (Object) <strong>configure</strong>(path) </a>
|
@@ -138,14 +145,15 @@ Returns the value of attribute config_path.
|
|
138
145
|
|
139
146
|
|
140
147
|
|
148
|
+
|
141
149
|
|
142
150
|
|
143
|
-
<span class="summary_desc"></span>
|
151
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
144
152
|
|
145
153
|
</li>
|
146
154
|
|
147
|
-
|
148
|
-
|
155
|
+
|
156
|
+
<li class="public ">
|
149
157
|
<span class="summary_signature">
|
150
158
|
|
151
159
|
<a href="#table_path-class_method" title="table_path (class method)">+ (Object) <strong>table_path</strong> </a>
|
@@ -158,14 +166,17 @@ Returns the value of attribute config_path.
|
|
158
166
|
|
159
167
|
|
160
168
|
|
169
|
+
|
161
170
|
|
162
171
|
|
163
|
-
<span class="summary_desc"></span>
|
172
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
164
173
|
|
165
174
|
</li>
|
166
175
|
|
167
|
-
|
168
|
-
|
176
|
+
|
177
|
+
</ul>
|
178
|
+
|
179
|
+
|
169
180
|
|
170
181
|
<div id="class_attr_details" class="attr_details">
|
171
182
|
<h2>Class Attribute Details</h2>
|
@@ -197,12 +208,12 @@ Returns the value of attribute config_path
|
|
197
208
|
<pre class="lines">
|
198
209
|
|
199
210
|
|
200
|
-
21
|
201
211
|
22
|
202
|
-
23
|
212
|
+
23
|
213
|
+
24</pre>
|
203
214
|
</td>
|
204
215
|
<td>
|
205
|
-
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line
|
216
|
+
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line 22</span>
|
206
217
|
|
207
218
|
<span class='def def kw'>def</span> <span class='config_path identifier id'>config_path</span>
|
208
219
|
<span class='@config_path ivar id'>@config_path</span>
|
@@ -233,12 +244,12 @@ Returns the value of attribute config_path
|
|
233
244
|
<pre class="lines">
|
234
245
|
|
235
246
|
|
236
|
-
23
|
237
247
|
24
|
238
|
-
25
|
248
|
+
25
|
249
|
+
26</pre>
|
239
250
|
</td>
|
240
251
|
<td>
|
241
|
-
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line
|
252
|
+
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line 24</span>
|
242
253
|
|
243
254
|
<span class='def def kw'>def</span> <span class='configure identifier id'>configure</span><span class='lparen token'>(</span><span class='path identifier id'>path</span><span class='rparen token'>)</span>
|
244
255
|
<span class='@config_path ivar id'>@config_path</span> <span class='assign token'>=</span> <span class='File constant id'>File</span><span class='dot token'>.</span><span class='expand_path identifier id'>expand_path</span><span class='lparen token'>(</span><span class='path identifier id'>path</span><span class='rparen token'>)</span>
|
@@ -262,12 +273,12 @@ Returns the value of attribute config_path
|
|
262
273
|
<pre class="lines">
|
263
274
|
|
264
275
|
|
265
|
-
27
|
266
276
|
28
|
267
|
-
29
|
277
|
+
29
|
278
|
+
30</pre>
|
268
279
|
</td>
|
269
280
|
<td>
|
270
|
-
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line
|
281
|
+
<pre class="code"><span class="info file"># File 'lib/table_setter.rb', line 28</span>
|
271
282
|
|
272
283
|
<span class='def def kw'>def</span> <span class='table_path identifier id'>table_path</span>
|
273
284
|
<span class='@config_path ivar id'>@config_path</span> <span class='plus op'>+</span> <span class='string val'>"/tables/"</span>
|
@@ -283,9 +294,9 @@ Returns the value of attribute config_path
|
|
283
294
|
</div>
|
284
295
|
|
285
296
|
<div id="footer">
|
286
|
-
Generated on
|
287
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
288
|
-
0.
|
297
|
+
Generated on Thu Nov 4 18:34:16 2010 by
|
298
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
299
|
+
0.6.1 (ruby-1.8.7).
|
289
300
|
</div>
|
290
301
|
|
291
302
|
</body>
|
data/doc/_index.html
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=
|
6
|
-
<title>Documentation by YARD 0.
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Documentation by YARD 0.6.1</title>
|
7
7
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
8
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<iframe id="search_frame"></iframe>
|
43
43
|
|
44
44
|
<div id="content"><div id="listing">
|
45
|
-
<h1 class="noborder title">Documentation by YARD 0.
|
45
|
+
<h1 class="noborder title">Documentation by YARD 0.6.1</h1>
|
46
46
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
47
47
|
|
48
48
|
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<ul>
|
73
73
|
|
74
74
|
<li>
|
75
|
-
<a href="TableSetter/App.html" title="TableSetter::App (class)">App</a>
|
75
|
+
<span class='object_link'><a href="TableSetter/App.html" title="TableSetter::App (class)">App</a></span>
|
76
76
|
|
77
77
|
<small>(TableSetter)</small>
|
78
78
|
|
@@ -87,7 +87,7 @@
|
|
87
87
|
<ul>
|
88
88
|
|
89
89
|
<li>
|
90
|
-
<a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a>
|
90
|
+
<span class='object_link'><a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a></span>
|
91
91
|
|
92
92
|
<small>(TableSetter)</small>
|
93
93
|
|
@@ -102,7 +102,7 @@
|
|
102
102
|
<ul>
|
103
103
|
|
104
104
|
<li>
|
105
|
-
<a href="TableFu/Formatting.html" title="TableFu::Formatting (class)">Formatting</a>
|
105
|
+
<span class='object_link'><a href="TableFu/Formatting.html" title="TableFu::Formatting (class)">Formatting</a></span>
|
106
106
|
|
107
107
|
<small>(TableFu)</small>
|
108
108
|
|
@@ -117,14 +117,14 @@
|
|
117
117
|
<ul>
|
118
118
|
|
119
119
|
<li>
|
120
|
-
<a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a>
|
120
|
+
<span class='object_link'><a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a></span>
|
121
121
|
|
122
122
|
<small>(TableSetter)</small>
|
123
123
|
|
124
124
|
</li>
|
125
125
|
|
126
126
|
<li>
|
127
|
-
<a href="TableSetter.html" title="TableSetter (module)">TableSetter</a>
|
127
|
+
<span class='object_link'><a href="TableSetter.html" title="TableSetter (module)">TableSetter</a></span>
|
128
128
|
|
129
129
|
</li>
|
130
130
|
|
@@ -137,9 +137,9 @@
|
|
137
137
|
</div></div>
|
138
138
|
|
139
139
|
<div id="footer">
|
140
|
-
Generated on
|
141
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
142
|
-
0.
|
140
|
+
Generated on Thu Nov 4 18:34:16 2010 by
|
141
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
142
|
+
0.6.1 (ruby-1.8.7).
|
143
143
|
</div>
|
144
144
|
|
145
145
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html>
|
4
4
|
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
7
7
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
8
8
|
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
@@ -26,8 +26,8 @@
|
|
26
26
|
<div id="search">Search: <input type="text" /></div>
|
27
27
|
|
28
28
|
<ul id="full_list" class="class">
|
29
|
-
<li><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></li>
|
30
|
-
<li><a href="TableFu/Formatting.html" title="TableFu::Formatting (class)">TableFu::Formatting</a> < Object<small class='search_info'>TableFu</small></li><li><a class='toggle'></a> <a href="TableSetter.html" title="TableSetter (module)">TableSetter</a><small class='search_info'>Top Level Namespace</small></li><ul><li><a href="TableSetter/App.html" title="TableSetter::App (class)">App</a> < Base<small class='search_info'>TableSetter</small></li><li><a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a> < Object<small class='search_info'>TableSetter</small></li><li><a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a> < Object<small class='search_info'>TableSetter</small></li></ul>
|
29
|
+
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
30
|
+
<li><span class='object_link'><a href="TableFu/Formatting.html" title="TableFu::Formatting (class)">TableFu::Formatting</a></span> < Object<small class='search_info'>TableFu</small></li><li><a class='toggle'></a> <span class='object_link'><a href="TableSetter.html" title="TableSetter (module)">TableSetter</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="TableSetter/App.html" title="TableSetter::App (class)">App</a></span> < Base<small class='search_info'>TableSetter</small></li><li><span class='object_link'><a href="TableSetter/Command.html" title="TableSetter::Command (class)">Command</a></span> < Object<small class='search_info'>TableSetter</small></li><li><span class='object_link'><a href="TableSetter/Table.html" title="TableSetter::Table (class)">Table</a></span> < Object<small class='search_info'>TableSetter</small></li></ul>
|
31
31
|
|
32
32
|
</ul>
|
33
33
|
</div>
|
data/doc/css/full_list.css
CHANGED
@@ -8,11 +8,13 @@ body {
|
|
8
8
|
|
9
9
|
h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
|
10
10
|
.clear { clear: both; }
|
11
|
-
#search { position: absolute; right: 5px; top: 9px; }
|
11
|
+
#search { position: absolute; right: 5px; top: 9px; padding-left: 24px; }
|
12
|
+
#content.insearch #search, #content.insearch #noresults { background: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAAPr6+pKSkoiIiO7u7sjIyNjY2J6engAAAI6OjsbGxjIyMlJSUuzs7KamppSUlPLy8oKCghwcHLKysqSkpJqamvT09Pj4+KioqM7OzkRERAwMDGBgYN7e3ujo6Ly8vCoqKjY2NkZGRtTU1MTExDw8PE5OTj4+PkhISNDQ0MrKylpaWrS0tOrq6nBwcKysrLi4uLq6ul5eXlxcXGJiYoaGhuDg4H5+fvz8/KKiohgYGCwsLFZWVgQEBFBQUMzMzDg4OFhYWBoaGvDw8NbW1pycnOLi4ubm5kBAQKqqqiQkJCAgIK6urnJyckpKSjQ0NGpqatLS0sDAwCYmJnx8fEJCQlRUVAoKCggICLCwsOTk5ExMTPb29ra2tmZmZmhoaNzc3KCgoBISEiIiIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCAAAACwAAAAAEAAQAAAHaIAAgoMgIiYlg4kACxIaACEJCSiKggYMCRselwkpghGJBJEcFgsjJyoAGBmfggcNEx0flBiKDhQFlIoCCA+5lAORFb4AJIihCRbDxQAFChAXw9HSqb60iREZ1omqrIPdJCTe0SWI09GBACH5BAkIAAAALAAAAAAQABAAAAdrgACCgwc0NTeDiYozCQkvOTo9GTmDKy8aFy+NOBA7CTswgywJDTIuEjYFIY0JNYMtKTEFiRU8Pjwygy4ws4owPyCKwsMAJSTEgiQlgsbIAMrO0dKDGMTViREZ14kYGRGK38nHguHEJcvTyIEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDAggPg4iJAAMJCRUAJRIqiRGCBI0WQEEJJkWDERkYAAUKEBc4Po1GiKKJHkJDNEeKig4URLS0ICImJZAkuQAhjSi/wQyNKcGDCyMnk8u5rYrTgqDVghgZlYjcACTA1sslvtHRgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCQARAtOUoQRGRiFD0kJUYWZhUhKT1OLhR8wBaaFBzQ1NwAlkIszCQkvsbOHL7Y4q4IuEjaqq0ZQD5+GEEsJTDCMmIUhtgk1lo6QFUwJVDKLiYJNUd6/hoEAIfkECQgAAAAsAAAAABAAEAAAB2iAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4uen4ICCA+IkIsDCQkVACWmhwSpFqAABQoQF6ALTkWFnYMrVlhWvIKTlSAiJiVVPqlGhJkhqShHV1lCW4cMqSkAR1ofiwsjJyqGgQAh+QQJCAAAACwAAAAAEAAQAAAHZ4AAgoOEhYaCJSWHgxGDJCSMhREZGIYYGY2ElYebi56fhyWQniSKAKKfpaCLFlAPhl0gXYNGEwkhGYREUywag1wJwSkHNDU3D0kJYIMZQwk8MjPBLx9eXwuETVEyAC/BOKsuEjYFhoEAIfkECQgAAAAsAAAAABAAEAAAB2eAAIKDhIWGgiUlh4MRgyQkjIURGRiGGBmNhJWHm4ueICImip6CIQkJKJ4kigynKaqKCyMnKqSEK05StgAGQRxPYZaENqccFgIID4KXmQBhXFkzDgOnFYLNgltaSAAEpxa7BQoQF4aBACH5BAkIAAAALAAAAAAQABAAAAdogACCg4SFggJiPUqCJSWGgkZjCUwZACQkgxGEXAmdT4UYGZqCGWQ+IjKGGIUwPzGPhAc0NTewhDOdL7Ykji+dOLuOLhI2BbaFETICx4MlQitdqoUsCQ2vhKGjglNfU0SWmILaj43M5oEAOwAAAAAAAAAAAA==) no-repeat center left; }
|
12
13
|
#full_list { padding: 0; list-style: none; margin-left: 0; }
|
13
14
|
#full_list ul { padding: 0; }
|
14
15
|
#full_list li { padding: 5px; padding-left: 12px; margin: 0; font-size: 1.1em; list-style: none; }
|
15
|
-
#noresults {
|
16
|
+
#noresults { padding: 7px 12px; }
|
17
|
+
#content.insearch #noresults { margin-left: 7px; }
|
16
18
|
ul.collapsed ul, ul.collapsed li { display: none; }
|
17
19
|
li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
|
18
20
|
li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
|
@@ -40,7 +42,8 @@ li.collapsed.clicked a.toggle { background-position: top right; }
|
|
40
42
|
.frames li small:before { content: ""; }
|
41
43
|
.frames li small:after { content: ""; }
|
42
44
|
.frames li small.search_info { display: none; }
|
43
|
-
.frames #search { position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; }
|
45
|
+
.frames #search { width: 170px; position: static; margin: 3px; margin-left: 10px; font-size: 0.9em; color: #888; padding-left: 0; padding-right: 24px; }
|
46
|
+
.frames #content.insearch #search { background-position: center right; }
|
44
47
|
.frames #search input { width: 110px; }
|
45
48
|
.frames #nav { display: block; }
|
46
49
|
|
data/doc/css/style.css
CHANGED
@@ -15,21 +15,27 @@ h2 {
|
|
15
15
|
font-size: 1.4em;
|
16
16
|
margin: 1.8em 0 0.5em;
|
17
17
|
}
|
18
|
+
h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right; }
|
18
19
|
.clear { clear: both; }
|
20
|
+
.inline { display: inline; }
|
21
|
+
.inline p:first-child { display: inline; }
|
19
22
|
.docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
|
20
23
|
.docstring h1 { font-size: 1.2em; }
|
21
24
|
.docstring h2 { font-size: 1.1em; }
|
22
25
|
.docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
|
26
|
+
.docstring .object_link { font-family: monospace; }
|
23
27
|
|
24
28
|
.note {
|
25
29
|
color: #222;
|
26
30
|
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
27
31
|
background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
|
32
|
+
display: block;
|
28
33
|
}
|
29
34
|
.note.todo { background: #ffffc5; border-color: #ececaa; }
|
30
35
|
.note.returns_void { background: #efefef; }
|
31
36
|
.note.deprecated { background: #ffe5e5; border-color: #e9dada; }
|
32
|
-
.note.
|
37
|
+
.note.private { background: #ffffc5; border-color: #ececaa; }
|
38
|
+
.note.title { text-transform: lowercase; padding: 1px 5px; margin-left: 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
|
33
39
|
h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
|
34
40
|
.note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
|
35
41
|
.note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
|
@@ -95,7 +101,11 @@ dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-b
|
|
95
101
|
|
96
102
|
.summary_desc { margin-left: 32px; display: block; font-family: sans-serif; }
|
97
103
|
.summary_desc tt { font-size: 0.9em; }
|
98
|
-
dl.constants .
|
104
|
+
dl.constants .note { padding: 2px 6px; padding-right: 12px; margin-top: 6px; }
|
105
|
+
dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
|
106
|
+
dl.constants .tags { padding-left: 32px; font-size: 0.9em; line-height: 0.8em; }
|
107
|
+
dl.constants .discussion *:first-child { margin-top: 0; }
|
108
|
+
dl.constants .discussion *:last-child { margin-bottom: 0; }
|
99
109
|
|
100
110
|
.method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
|
101
111
|
.method_details.first { border: 0; }
|
@@ -114,7 +124,7 @@ p.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace;
|
|
114
124
|
.tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
|
115
125
|
.tags ul li { margin-bottom: 3px; }
|
116
126
|
.tags ul .name { font-family: monospace; font-weight: bold; }
|
117
|
-
.tags ul
|
127
|
+
.tags ul .note { padding: 3px 6px; }
|
118
128
|
.tags { margin-bottom: 12px; }
|
119
129
|
|
120
130
|
.tags .examples h3 { margin-bottom: 10px; }
|
@@ -155,6 +165,8 @@ ul.summary li { margin-bottom: 5px; }
|
|
155
165
|
-moz-border-radius: 3px; -webkit-border-radius: 3px;
|
156
166
|
}
|
157
167
|
.summary_signature:hover { background: #eeeeff; cursor: pointer; }
|
168
|
+
ul.summary.compact li { display: inline; margin-right: 5px; line-height: 2.6em;}
|
169
|
+
ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
|
158
170
|
#content .summary_signature:hover a:link,
|
159
171
|
#content .summary_signature:hover a:visited {
|
160
172
|
background: transparent;
|
@@ -171,18 +183,23 @@ p.children strong.modules { padding-left: 5px; }
|
|
171
183
|
|
172
184
|
ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
|
173
185
|
ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
|
174
|
-
ul.fullTree li { text-align: center; }
|
175
|
-
ul.fullTree li
|
186
|
+
ul.fullTree li { text-align: center; padding-top: 18px; padding-bottom: 12px; background: url(data:image/gif;base64,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) no-repeat top center; }
|
187
|
+
ul.fullTree li:first-child { padding-top: 0; background: transparent; }
|
188
|
+
ul.fullTree li:last-child { padding-bottom: 0; }
|
189
|
+
.showAll ul.fullTree { display: block; }
|
190
|
+
.showAll .inheritName { display: none; }
|
176
191
|
|
177
192
|
#search { position: absolute; right: 14px; top: 0px; }
|
178
193
|
#search a:link, #search a:visited {
|
179
194
|
display: block; float: left; margin-right: 4px;
|
180
|
-
padding: 8px 10px; text-decoration: none; color: #05a;
|
195
|
+
padding: 8px 10px; text-decoration: none; color: #05a;
|
181
196
|
border: 1px solid #d8d8e5;
|
182
197
|
-moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
|
183
198
|
-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
|
199
|
+
background: #eaf0ff;
|
200
|
+
-webkit-box-shadow: -1px 1px 3px #ddd;
|
184
201
|
}
|
185
|
-
#search a:hover { background: #
|
202
|
+
#search a:hover { background: #f5faff; color: #06b; }
|
186
203
|
#search a.active {
|
187
204
|
background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
|
188
205
|
-moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
|
@@ -194,6 +211,7 @@ ul.fullTree li.next:before { font-size: 1.2em; content: '\2B06'; color: #bbb; di
|
|
194
211
|
|
195
212
|
#menu { font-size: 1.3em; color: #bbb; top: -5px; position: relative; }
|
196
213
|
#menu .title, #menu a { font-size: 0.7em; }
|
214
|
+
#menu .title a { font-size: 1em; }
|
197
215
|
#menu .title { color: #555; }
|
198
216
|
#menu a:link, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
|
199
217
|
#menu a:hover { color: #05a; }
|
@@ -214,6 +232,7 @@ li.r1 { background: #f0f0f0; }
|
|
214
232
|
li.r2 { background: #fafafa; }
|
215
233
|
|
216
234
|
#search_frame {
|
235
|
+
z-index: 9999;
|
217
236
|
background: #fff;
|
218
237
|
display: none;
|
219
238
|
position: absolute;
|
@@ -224,8 +243,8 @@ li.r2 { background: #fafafa; }
|
|
224
243
|
overflow-y: scroll;
|
225
244
|
border: 1px solid #999;
|
226
245
|
border-collapse: collapse;
|
227
|
-
-webkit-box-shadow: -
|
228
|
-
-moz-box-shadow: -
|
246
|
+
-webkit-box-shadow: -7px 5px 25px #aaa;
|
247
|
+
-moz-box-shadow: -7px 5px 25px #aaa;
|
229
248
|
-moz-border-radius: 2px;
|
230
249
|
-webkit-border-radius: 2px;
|
231
250
|
}
|
@@ -233,6 +252,26 @@ li.r2 { background: #fafafa; }
|
|
233
252
|
#content ul.summary li.deprecated a:link,
|
234
253
|
#content ul.summary li.deprecated a:visited { text-decoration: line-through; font-style: italic; }
|
235
254
|
|
255
|
+
#toc {
|
256
|
+
padding: 20px; padding-right: 30px; border: 1px solid #ddd; float: right; background: #fff; margin-left: 20px; margin-bottom: 20px;
|
257
|
+
max-width: 300px;
|
258
|
+
-webkit-box-shadow: -2px 2px 6px #bbb;
|
259
|
+
-moz-box-shadow: -2px 2px 6px #bbb;
|
260
|
+
z-index: 5000;
|
261
|
+
position: relative;
|
262
|
+
}
|
263
|
+
#toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
|
264
|
+
#toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
|
265
|
+
#toc .title { margin: 0; }
|
266
|
+
#toc ol { padding-left: 1.8em; }
|
267
|
+
#toc li { font-size: 1.1em; line-height: 1.7em; }
|
268
|
+
#toc > ol > li { font-size: 1.1em; font-weight: bold; }
|
269
|
+
#toc ol > ol { font-size: 0.9em; }
|
270
|
+
#toc ol ol > ol { padding-left: 2.3em; }
|
271
|
+
#toc ol + li { margin-top: 0.3em; }
|
272
|
+
#toc.hidden { padding: 10px; background: #f6f6f6; -webkit-box-shadow: none; -moz-box-shadow: none; }
|
273
|
+
#filecontents h1 + #toc.nofloat { margin-top: 0; }
|
274
|
+
|
236
275
|
/* syntax highlighting */
|
237
276
|
.source_code { display: none; padding: 3px 8px; border-left: 8px solid #ddd; margin-top: 5px; }
|
238
277
|
#filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
|
data/doc/file.README.html
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta name="Content-Type" content="text/html; charset=
|
6
|
-
<title>Documentation by YARD 0.
|
5
|
+
<meta name="Content-Type" content="text/html; charset=utf-8" />
|
6
|
+
<title>Documentation by YARD 0.6.1</title>
|
7
7
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
|
8
8
|
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
9
9
|
|
@@ -59,9 +59,9 @@ locally or remotely in custom HTML.
|
|
59
59
|
</div></div>
|
60
60
|
|
61
61
|
<div id="footer">
|
62
|
-
Generated on
|
63
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool">yard</a>
|
64
|
-
0.
|
62
|
+
Generated on Thu Nov 4 18:34:16 2010 by
|
63
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
64
|
+
0.6.1 (ruby-1.8.7).
|
65
65
|
</div>
|
66
66
|
|
67
67
|
</body>
|