yard-api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yard-api/version.rb +1 -1
  3. data/templates/api/fulldoc/html/css/common.css +281 -0
  4. data/templates/api/fulldoc/html/css/highlight.css +70 -0
  5. data/templates/api/fulldoc/html/js/highlight/CHANGES.md +953 -0
  6. data/templates/api/fulldoc/html/js/highlight/LICENSE +24 -0
  7. data/templates/api/fulldoc/html/js/highlight/README.md +101 -0
  8. data/templates/api/fulldoc/html/js/highlight/README.ru.md +101 -0
  9. data/templates/api/fulldoc/html/js/highlight/highlight.pack.js +1 -0
  10. data/templates/api/fulldoc/html/js/highlight/styles/arta.css +141 -0
  11. data/templates/api/fulldoc/html/js/highlight/styles/ascetic.css +53 -0
  12. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.dark.css +95 -0
  13. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.light.css +95 -0
  14. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.dark.css +95 -0
  15. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.light.css +95 -0
  16. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.dark.css +95 -0
  17. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.light.css +95 -0
  18. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.dark.css +95 -0
  19. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.light.css +95 -0
  20. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.dark.css +95 -0
  21. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.light.css +95 -0
  22. data/templates/api/fulldoc/html/js/highlight/styles/brown_paper.css +105 -0
  23. data/templates/api/fulldoc/html/js/highlight/styles/brown_papersq.png +0 -0
  24. data/templates/api/fulldoc/html/js/highlight/styles/codepen-embed.css +108 -0
  25. data/templates/api/fulldoc/html/js/highlight/styles/color-brewer.css +169 -0
  26. data/templates/api/fulldoc/html/js/highlight/styles/dark.css +105 -0
  27. data/templates/api/fulldoc/html/js/highlight/styles/default.css +153 -0
  28. data/templates/api/fulldoc/html/js/highlight/styles/docco.css +136 -0
  29. data/templates/api/fulldoc/html/js/highlight/styles/far.css +112 -0
  30. data/templates/api/fulldoc/html/js/highlight/styles/foundation.css +136 -0
  31. data/templates/api/fulldoc/html/js/highlight/styles/github.css +127 -0
  32. data/templates/api/fulldoc/html/js/highlight/styles/googlecode.css +148 -0
  33. data/templates/api/fulldoc/html/js/highlight/styles/hybrid.css +171 -0
  34. data/templates/api/fulldoc/html/js/highlight/styles/idea.css +126 -0
  35. data/templates/api/fulldoc/html/js/highlight/styles/ir_black.css +110 -0
  36. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.dark.css +96 -0
  37. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.light.css +96 -0
  38. data/templates/api/fulldoc/html/js/highlight/styles/magula.css +122 -0
  39. data/templates/api/fulldoc/html/js/highlight/styles/mono-blue.css +70 -0
  40. data/templates/api/fulldoc/html/js/highlight/styles/monokai.css +127 -0
  41. data/templates/api/fulldoc/html/js/highlight/styles/monokai_sublime.css +148 -0
  42. data/templates/api/fulldoc/html/js/highlight/styles/obsidian.css +154 -0
  43. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.dark.css +95 -0
  44. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.light.css +95 -0
  45. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.css +108 -0
  46. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.jpg +0 -0
  47. data/templates/api/fulldoc/html/js/highlight/styles/railscasts.css +185 -0
  48. data/templates/api/fulldoc/html/js/highlight/styles/rainbow.css +109 -0
  49. data/templates/api/fulldoc/html/js/highlight/styles/school_book.css +113 -0
  50. data/templates/api/fulldoc/html/js/highlight/styles/school_book.png +0 -0
  51. data/templates/api/fulldoc/html/js/highlight/styles/solarized_dark.css +109 -0
  52. data/templates/api/fulldoc/html/js/highlight/styles/solarized_light.css +109 -0
  53. data/templates/api/fulldoc/html/js/highlight/styles/sunburst.css +165 -0
  54. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-blue.css +95 -0
  55. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-bright.css +94 -0
  56. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-eighties.css +94 -0
  57. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night.css +95 -0
  58. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow.css +92 -0
  59. data/templates/api/fulldoc/html/js/highlight/styles/vs.css +94 -0
  60. data/templates/api/fulldoc/html/js/highlight/styles/xcode.css +159 -0
  61. data/templates/api/fulldoc/html/js/highlight/styles/zenburn.css +119 -0
  62. data/templates/api/fulldoc/html/js/jquery-1.11.1.min.js +4 -0
  63. data/yard-api.gemspec +1 -1
  64. metadata +61 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dac4ffe3bb1f27996a4b7a8254976e53914e8f56
4
- data.tar.gz: cc9172e66ddc41ee29c4e524241c011e94e47e74
3
+ metadata.gz: 2f85c9b29ec43288a01d9a3a1da6dc98efe4edba
4
+ data.tar.gz: 71062272d43be57a50ef1044588f15e4ec79a290
5
5
  SHA512:
6
- metadata.gz: 6e253215dfd08a10c0a80b92f44b0d2f3f9ea7b1d60782a2ee3b569dac08e4cb4e331eefee265235dcbb6d140e40a06b9184b81e66258964b3238c324a397870
7
- data.tar.gz: b2cee8fb44be95d68d2a172a8df616426155313ba5024940c7f8bdab25efde6ff17792260e334f618b918733328e054aee572f9e5f915dbca6ef07ec280a597d
6
+ metadata.gz: f67b6fcd65e95be498ccfed4847222d5cae3365c2e75f3c648fc6b6ad5b4aeebace9bf951d72b77379f81f506b6c578e138c2521719a7225aa86dfac678a5094
7
+ data.tar.gz: 6cb625748831b6d18fb3cc631750ba2eed5f0f6436aeeb5071e98644cc7e54190609b52e8026dd74966da870ebad6abe72d2e2dfe6bcda13da4cb8c0cf21b9a0
@@ -1,5 +1,5 @@
1
1
  module YARD
2
2
  module APIPlugin
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  end
5
5
  end
@@ -0,0 +1,281 @@
1
+ body {
2
+ font-family: "Open Sans", Calibri, Candara, "Helvetica Neue", Arial, sans-serif;
3
+ font-size: 15px;
4
+ line-height: 1.4;
5
+ margin: 0;
6
+ padding: 0;
7
+ color: #333;
8
+ }
9
+
10
+ a, #sidebar a:visited {
11
+ color: #4183c4;
12
+ }
13
+ a:visited {
14
+ color: #8B3377;
15
+ }
16
+ a:hover,
17
+ a:focus,
18
+ #sidebar a.current,
19
+ #sidebar a:hover,
20
+ #sidebar a:focus {
21
+ color: #99173C;
22
+ }
23
+
24
+ #content {
25
+ margin: 0 auto;
26
+ }
27
+
28
+ p, h4 {
29
+ margin: 0.8em 0;
30
+ }
31
+
32
+ code {
33
+ margin: 0 2px;
34
+ padding: 0px 5px;
35
+ border: 1px solid #ddd;
36
+ background-color: #f8f8f8;
37
+ border-radius: 3px;
38
+ font-family: Consolas, "Liberation Mono", Courier, monospace;
39
+ font-weight: bold;
40
+ }
41
+
42
+ h1 {
43
+ font-size: 1.6em;
44
+ padding: 0.6em 0;
45
+ margin: 10px 0;
46
+ }
47
+ #content h1 {
48
+ border-bottom: 1px solid #ddd;
49
+ }
50
+
51
+ h2 {
52
+ border-bottom: 1px #ddd solid;
53
+ padding: 0 0 3px;
54
+ font-size: 1.4em;
55
+ margin-top: 30px;
56
+ }
57
+ h3.beta {
58
+ border: 1px solid black;
59
+ background-color: #E5E8FF;
60
+ text-align: center;
61
+ padding: 6px;
62
+ font-weight: bold;
63
+ }
64
+ #sidebar {
65
+ position: fixed;
66
+ overflow: auto;
67
+ bottom: 0;
68
+ top: 0;
69
+ left: 0;
70
+ background: #f8f8f8;
71
+ border-right: 1px solid #ddd;
72
+ }
73
+ #sidebar h1 {
74
+ margin-bottom: 0;
75
+ margin-left: 20px;
76
+ border-bottom: 1px solid #ddd;
77
+ }
78
+ #sidebar a,
79
+ #sidebar h2 {
80
+ display:block;
81
+ border: none;
82
+ font-size: 1.1em;
83
+ }
84
+ #sidebar h2 {
85
+ padding: 10px 0;
86
+ font-size: 20px;
87
+ font-weight: normal;
88
+ text-transform: uppercase;
89
+ text-shadow: 0 1px 0 white;
90
+ margin: 0;
91
+ }
92
+ #sidebar h2.first {
93
+ border-top:none;
94
+ }
95
+ #sidebar h2,
96
+ #sidebar a {
97
+ border-right: 5px solid transparent;
98
+ }
99
+ #sidebar a {
100
+ padding: 5px 0;
101
+ text-decoration: none;
102
+ font-size: 13px;
103
+ font-weight: bold;
104
+ }
105
+
106
+ #content a[name^="method."] {
107
+ outline: none;
108
+ }
109
+ .method_details_list h2 {
110
+ }
111
+
112
+
113
+ .method_details h3.endpoint {
114
+ font-size: 14px;
115
+ font-weight: normal;
116
+ font-family: Monaco, Consolas, Courier, monospace;
117
+ padding: 6px 10px;
118
+ margin-top: 18px;
119
+ background: #f8f8f8;
120
+ border: 1px solid #ddd;
121
+ border-radius: 2px;
122
+ }
123
+
124
+ .method_details .verb {
125
+ font-weight: bold;
126
+ }
127
+ .method_details .id-fragment {
128
+ color: #CC0000;
129
+ }
130
+
131
+ h2 .defined-in {
132
+ float:right;
133
+ font-size:10px;
134
+ padding-top:10px;
135
+ opacity:0.7;
136
+ }
137
+
138
+ /* Footer */
139
+ #footer {
140
+ margin-top: 20px;
141
+ margin-left: 180px;
142
+ border-top: 1px solid #ddd;
143
+ text-align: center;
144
+ color: #999;
145
+ }
146
+
147
+ #footer a {
148
+ color: #999;
149
+ }
150
+
151
+ pre.code,
152
+ div.syntaxhighlighter {
153
+ background-color: #f8f8f8;
154
+ border: 1px solid #ddd;
155
+ font-size: 13px;
156
+ line-height: 19px;
157
+ overflow: auto;
158
+ padding: 6px 10px;
159
+ border-radius: 3px;
160
+ font-family: Monaco, Consolas, Courier, monospace;
161
+ }
162
+
163
+ .syntaxhighlighter .line code,
164
+ pre.code code,
165
+ .endpoint-errors code {
166
+ white-space: nowrap;
167
+ background: none;
168
+ border: none;
169
+ font-weight: normal;
170
+ margin: auto;
171
+ padding: 0;
172
+ border-radius: 0;
173
+ }
174
+ .syntaxhighlighter {
175
+ overflow: auto;
176
+ }
177
+
178
+ td.code textarea { display: none; }
179
+
180
+ table#quicklinks {
181
+ width: 100%;
182
+ }
183
+ table#quicklinks tr {
184
+ border: 1px solid black;
185
+ }
186
+ table#quicklinks td a {
187
+ padding: 6px;
188
+ }
189
+ table#quicklinks th {
190
+ font-weight: bold;
191
+ padding: 12px;
192
+ }
193
+
194
+ h2.api_method_name a {
195
+ text-decoration: none;
196
+ color: black;
197
+ }
198
+
199
+ div.appendix img {
200
+ max-width: 100%;
201
+ }
202
+
203
+ .argument-required {
204
+ font-style: normal;
205
+ color: #CC0000;
206
+ }
207
+
208
+ li .argument-required {
209
+ font-size: 12px;
210
+ padding: 2px 4px;
211
+ font-weight: bold;
212
+ }
213
+
214
+ .example-title {
215
+ padding: 5px 0;
216
+ font-size: 11px;
217
+ font-weight: bold;
218
+ color: #777;
219
+ }
220
+
221
+ .fade {
222
+ color: #777;
223
+ }
224
+
225
+ blockquote {
226
+ border-left: 4px solid #DDD;
227
+ padding: 0 15px;
228
+ color: #777;
229
+ margin: 15px 0;
230
+ }
231
+
232
+ blockquote.warning {
233
+ border-color: orange;
234
+ }
235
+
236
+ table.endpoint-errors {
237
+ border-collapse: collapse;
238
+ width: 100%;
239
+ background: #fff;
240
+ font-size: 12px;
241
+ }
242
+
243
+ .endpoint-errors tbody {
244
+ display: table-row-group;
245
+ vertical-align: middle;
246
+ border-color: inherit;
247
+ }
248
+
249
+ .endpoint-errors tbody tr:nth-child(even) {
250
+ background-color: #f5f5f5;
251
+ transition: all .125s ease-in-out;
252
+ }
253
+ .endpoint-errors thead {
254
+ background: #f5f5f5;
255
+ }
256
+
257
+ .endpoint-errors th {
258
+ font-weight: bold;
259
+ white-space: nowrap;
260
+ font-size: 12px;
261
+ line-height: 18px;
262
+ }
263
+
264
+ .endpoint-errors td, .endpoint-errors th {
265
+ vertical-align: top;
266
+ text-align: left;
267
+ padding: 5px;
268
+ }
269
+
270
+ .endpoint-errors th:first-of-type,
271
+ .endpoint-errors td:first-of-type {
272
+ width: 160px;
273
+ }
274
+
275
+ hr {
276
+ border: none;
277
+ border-top: 1px solid #ccc;
278
+ }
279
+
280
+ .emits-tag {
281
+ }
@@ -0,0 +1,70 @@
1
+ /*
2
+ Five-color theme from a single blue hue.
3
+ */
4
+ .hljs {
5
+ display: block;
6
+ overflow-x: auto;
7
+ padding: 0.5em;
8
+ background: #eaeef3;
9
+ -webkit-text-size-adjust: none;
10
+ }
11
+
12
+ .hljs,
13
+ .hljs-list .hljs-built_in {
14
+ color: #00193a;
15
+ }
16
+
17
+ .hljs-keyword,
18
+ .hljs-title,
19
+ .hljs-important,
20
+ .hljs-request,
21
+ .hljs-header,
22
+ .hljs-javadoctag {
23
+ font-weight: bold;
24
+ }
25
+
26
+ .hljs-comment,
27
+ .hljs-chunk,
28
+ .hljs-template_comment {
29
+ color: #738191;
30
+ }
31
+
32
+ .hljs-string,
33
+ .hljs-title,
34
+ .hljs-parent,
35
+ .hljs-built_in,
36
+ .hljs-literal,
37
+ .hljs-filename,
38
+ .hljs-value,
39
+ .hljs-addition,
40
+ .hljs-tag,
41
+ .hljs-argument,
42
+ .hljs-link_label,
43
+ .hljs-blockquote,
44
+ .hljs-header {
45
+ color: #0048ab;
46
+ }
47
+
48
+ .hljs-decorator,
49
+ .hljs-prompt,
50
+ .hljs-yardoctag,
51
+ .hljs-subst,
52
+ .hljs-symbol,
53
+ .hljs-doctype,
54
+ .hljs-regexp,
55
+ .hljs-preprocessor,
56
+ .hljs-pragma,
57
+ .hljs-pi,
58
+ .hljs-attribute,
59
+ .hljs-attr_selector,
60
+ .hljs-javadoc,
61
+ .hljs-xmlDocTag,
62
+ .hljs-deletion,
63
+ .hljs-shebang,
64
+ .hljs-string .hljs-variable,
65
+ .hljs-link_url,
66
+ .hljs-bullet,
67
+ .hljs-sqbracket,
68
+ .hljs-phony {
69
+ color: #4c81c9;
70
+ }