jazzy 0.0.14 → 0.0.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +6 -4
  3. data/README.md +2 -2
  4. data/jazzy.gemspec +1 -0
  5. data/lib/jazzy/assets/css/github_syntax_highlighting.css.scss +142 -0
  6. data/lib/jazzy/assets/css/jazzy.css.scss +321 -0
  7. data/lib/jazzy/config.rb +1 -0
  8. data/lib/jazzy/doc.mustache +1 -0
  9. data/lib/jazzy/doc_builder.rb +30 -22
  10. data/lib/jazzy/gem_version.rb +1 -1
  11. data/lib/jazzy/jazzy_markdown.rb +27 -1
  12. data/lib/jazzy/partials/task.mustache +7 -0
  13. data/lib/jazzy/readme_generator.rb +35 -0
  14. data/lib/jazzy/source_declaration.rb +1 -0
  15. data/lib/jazzy/source_mark.rb +31 -0
  16. data/lib/jazzy/sourcekitten.rb +7 -0
  17. data/logo.jpg +0 -0
  18. data/spec/integration_specs/document_alamofire/after/docs/Classes.html +15 -4
  19. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager.html +14 -4
  20. data/spec/integration_specs/document_alamofire/after/docs/Classes/Manager/init(configuration:).html +4 -4
  21. data/spec/integration_specs/document_alamofire/after/docs/Classes/Request.html +40 -4
  22. data/spec/integration_specs/document_alamofire/after/docs/Enums.html +5 -4
  23. data/spec/integration_specs/document_alamofire/after/docs/Enums/ParameterEncoding.html +4 -4
  24. data/spec/integration_specs/document_alamofire/after/docs/Extensions.html +112 -4
  25. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Manager.html +18 -3
  26. data/spec/integration_specs/document_alamofire/after/docs/Extensions/Request.html +4 -4
  27. data/spec/integration_specs/document_alamofire/after/docs/Functions.html +66 -3
  28. data/spec/integration_specs/document_alamofire/after/docs/Global Variables.html +4 -4
  29. data/spec/integration_specs/document_alamofire/after/docs/Protocols.html +20 -3
  30. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLRequestConvertible.html +4 -4
  31. data/spec/integration_specs/document_alamofire/after/docs/Protocols/URLStringConvertible.html +4 -4
  32. data/spec/integration_specs/document_alamofire/after/docs/css/github_syntax_highlighting.css +98 -0
  33. data/spec/integration_specs/document_alamofire/after/docs/css/jazzy.css +250 -0
  34. data/spec/integration_specs/document_alamofire/after/docs/index.html +572 -1
  35. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes.html +7 -3
  36. data/spec/integration_specs/misc_jazzy_features/after/docs/Classes/ImplicitlyInternalTopLevelClass.html +4 -4
  37. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums.html +7 -3
  38. data/spec/integration_specs/misc_jazzy_features/after/docs/Enums/DocumentedEnum.html +4 -4
  39. data/spec/integration_specs/misc_jazzy_features/after/docs/Global Variables.html +6 -3
  40. data/spec/integration_specs/misc_jazzy_features/after/docs/css/github_syntax_highlighting.css +98 -0
  41. data/spec/integration_specs/misc_jazzy_features/after/docs/css/jazzy.css +250 -0
  42. data/spec/integration_specs/misc_jazzy_features/after/docs/index.html +4 -1
  43. data/spec/integration_specs/misc_jazzy_features/before/docs/css/jazzy.css +48 -0
  44. metadata +22 -2
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>Enums Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="js/jquery.min.js" defer></script>
8
9
  <script src="js/jazzy.js" defer></script>
@@ -164,10 +165,9 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
170
- </a>
168
+
169
+ <a name="/Unnamed"></a>
170
+
171
171
  </div>
172
172
  <ul class="task-group-list">
173
173
  <li class="item symbol">
@@ -213,6 +213,7 @@
213
213
  <div class="pointy-thing"></div>
214
214
  <div class="abstract">
215
215
  <p class="para">Used to specify the way in which a set of parameters are applied to a URL request.</p>
216
+ <a href="Enums/ParameterEncoding.html" class="see-more">See more</a>
216
217
  </div>
217
218
  <div class="declaration">
218
219
  <h4>Declaration</h4>
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>ParameterEncoding Enum Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="../css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="../js/jquery.min.js" defer></script>
8
9
  <script src="../js/jazzy.js" defer></script>
@@ -164,10 +165,9 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
170
- </a>
168
+
169
+ <a name="/Unnamed"></a>
170
+
171
171
  </div>
172
172
  <ul class="task-group-list">
173
173
  <li class="item symbol">
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>Extensions Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="js/jquery.min.js" defer></script>
8
9
  <script src="js/jazzy.js" defer></script>
@@ -164,10 +165,12 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
168
+ <hr/>
169
+ <a name="/URLStringConvertible"></a>
170
+ <a href="#/URLStringConvertible">
171
+ <h3 class="section-name">URLStringConvertible</h3>
170
172
  </a>
173
+
171
174
  </div>
172
175
  <ul class="task-group-list">
173
176
  <li class="item symbol">
@@ -182,7 +185,7 @@
182
185
  <section class="section instance-method">
183
186
  <div class="pointy-thing"></div>
184
187
  <div class="abstract">
185
- <p class="para">An arbitrary Unicode string value.Unicode-Correct ===============Swift strings are designed to be Unicode-correct. In particular, the APIs make it easy to write code that works correctly, and does not surprise end-users, regardless of where you venture in the Unicode character space. For example,<ul><li>The <code>==</code> operator checks for Unicode canonical equivalence, so two different representations of the same string will always compare equal.</li><li>String elements are <code>Characters</code> (Unicode extended grapheme clusters), a unit of text that is meaningful to most humans.</li></ul>Locale-Insensitive ==================The fundamental operations on Swift strings are not sensitive to locale settings. That&#39;s because, for example, the validity of a <code>Dictionary&lt;String, T&gt;</code> in a running program depends on a given string comparison having a single, stable result. Therefore, Swift always uses the default, un-tailored Unicode algorithms for basic string operations.Importing <code>Foundation</code> endows swift strings with the full power of the <code>NSString</code> API, which allows you to choose more complex locale-sensitive operations explicitly.Value Semantics ===============Each string variable, <code>let</code> binding, or stored property has an independent value, so mutations to the string are not observable through its copies::<blockquote>var a = &quot;foo&quot; var b = a b[b.endIndex.predecessor()] = &quot;x&quot; println(&quot;a=(a), b=(b)&quot;) // a=foo, b=fox</blockquote>Strings use Copy-on-Write so that their data is only copied lazily, upon mutation, when more than one string instance is using the same buffer. Therefore, the first in any sequence of mutating operations may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string&#39;s (unspecified) underlying representation,.Growth and Capacity ===================When a string&#39;s contiguous storage fills up, new storage must be allocated and characters must be moved to the new storage. <code>String</code> uses an exponential growth strategy that makes <code>append</code> a constant time operation <em>when amortized over many invocations</em>.Objective-C Bridge ==================<code>String</code> is bridged to Objective-C as <code>NSString</code>, and a <code>String</code> that originated in Objective-C may store its characters in an <code>NSString</code>. Since any arbitrary subclass of <code>NSSString</code> can become a <code>String</code>, there are no guarantees about representation or efficiency in this case. Since <code>NSString</code> is immutable, it is just as though the storage was shared by some copy: the first in any sequence of mutating operations causes elements to be copied into unique, contiguous storage which may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string representation (or more, if the underlying <code>NSString</code> is has unusual performance characteristics).</p>
188
+ <p class="para">An arbitrary Unicode string value.Unicode-Correct ===============Swift strings are designed to be Unicode-correct. In particular, the APIs make it easy to write code that works correctly, and does not surprise end-users, regardless of where you venture in the Unicode character space. For example,<ul><li>The <code>==</code> operator checks for Unicode canonical equivalence, so two different representations of the same string will always compare equal.</li><li>String elements are <code>Characters</code> (Unicode extended grapheme clusters), a unit of text that is meaningful to most humans.</li></ul>Locale-Insensitive ==================The fundamental operations on Swift strings are not sensitive to locale settings. That&rsquo;s because, for example, the validity of a <code>Dictionary&lt;String, T&gt;</code> in a running program depends on a given string comparison having a single, stable result. Therefore, Swift always uses the default, un-tailored Unicode algorithms for basic string operations.Importing <code>Foundation</code> endows swift strings with the full power of the <code>NSString</code> API, which allows you to choose more complex locale-sensitive operations explicitly.Value Semantics ===============Each string variable, <code>let</code> binding, or stored property has an independent value, so mutations to the string are not observable through its copies::<blockquote>var a = <q>foo</q> var b = a b[b.endIndex.predecessor()] = <q>x</q> println(<q>a=\(a), b=\(b)</q>) // a=foo, b=fox</blockquote>Strings use Copy-on-Write so that their data is only copied lazily, upon mutation, when more than one string instance is using the same buffer. Therefore, the first in any sequence of mutating operations may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string&rsquo;s (unspecified) underlying representation,.Growth and Capacity ===================When a string&rsquo;s contiguous storage fills up, new storage must be allocated and characters must be moved to the new storage. <code>String</code> uses an exponential growth strategy that makes <code>append</code> a constant time operation <em>when amortized over many invocations</em>.Objective-C Bridge ==================<code>String</code> is bridged to Objective-C as <code>NSString</code>, and a <code>String</code> that originated in Objective-C may store its characters in an <code>NSString</code>. Since any arbitrary subclass of <code>NSSString</code> can become a <code>String</code>, there are no guarantees about representation or efficiency in this case. Since <code>NSString</code> is immutable, it is just as though the storage was shared by some copy: the first in any sequence of mutating operations causes elements to be copied into unique, contiguous storage which may cost <code>O(N)</code> time and space, where <code>N</code> is the length of the string representation (or more, if the underlying <code>NSString</code> is has unusual performance characteristics).</p>
186
189
  </div>
187
190
  <div class="declaration">
188
191
  <h4>Declaration</h4>
@@ -231,6 +234,18 @@
231
234
  </section>
232
235
  </div>
233
236
  </li>
237
+ </ul>
238
+ </div>
239
+ <div class="task-group">
240
+ <div class="task-name-container">
241
+ <hr/>
242
+ <a name="/URLRequestConvertible"></a>
243
+ <a href="#/URLRequestConvertible">
244
+ <h3 class="section-name">URLRequestConvertible</h3>
245
+ </a>
246
+
247
+ </div>
248
+ <ul class="task-group-list">
234
249
  <li class="item symbol">
235
250
  <div class="task-group-term">
236
251
  <code>
@@ -265,6 +280,18 @@
265
280
  </section>
266
281
  </div>
267
282
  </li>
283
+ </ul>
284
+ </div>
285
+ <div class="task-group">
286
+ <div class="task-name-container">
287
+ <hr/>
288
+ <a name="/Validation"></a>
289
+ <a href="#/Validation">
290
+ <h3 class="section-name">Validation</h3>
291
+ </a>
292
+
293
+ </div>
294
+ <ul class="task-group-list">
268
295
  <li class="item symbol">
269
296
  <div class="task-group-term">
270
297
  <code>
@@ -278,6 +305,7 @@
278
305
  <div class="pointy-thing"></div>
279
306
  <div class="abstract">
280
307
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
308
+ <a href="Extensions/Request.html" class="see-more">See more</a>
281
309
  </div>
282
310
  <div class="declaration">
283
311
  <h4>Declaration</h4>
@@ -295,6 +323,18 @@
295
323
  </section>
296
324
  </div>
297
325
  </li>
326
+ </ul>
327
+ </div>
328
+ <div class="task-group">
329
+ <div class="task-name-container">
330
+ <hr/>
331
+ <a name="/Upload"></a>
332
+ <a href="#/Upload">
333
+ <h3 class="section-name">Upload</h3>
334
+ </a>
335
+
336
+ </div>
337
+ <ul class="task-group-list">
298
338
  <li class="item symbol">
299
339
  <div class="task-group-term">
300
340
  <code>
@@ -308,6 +348,7 @@
308
348
  <div class="pointy-thing"></div>
309
349
  <div class="abstract">
310
350
  <p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
351
+ <a href="Extensions/Manager.html" class="see-more">See more</a>
311
352
  </div>
312
353
  <div class="declaration">
313
354
  <h4>Declaration</h4>
@@ -355,6 +396,18 @@
355
396
  </section>
356
397
  </div>
357
398
  </li>
399
+ </ul>
400
+ </div>
401
+ <div class="task-group">
402
+ <div class="task-name-container">
403
+ <hr/>
404
+ <a name="/Download"></a>
405
+ <a href="#/Download">
406
+ <h3 class="section-name">Download</h3>
407
+ </a>
408
+
409
+ </div>
410
+ <ul class="task-group-list">
358
411
  <li class="item symbol">
359
412
  <div class="task-group-term">
360
413
  <code>
@@ -368,6 +421,7 @@
368
421
  <div class="pointy-thing"></div>
369
422
  <div class="abstract">
370
423
  <p class="para">Responsible for creating and managing <code>Request</code> objects, as well as their underlying <code>NSURLSession</code>.</p>
424
+ <a href="Extensions/Manager.html" class="see-more">See more</a>
371
425
  </div>
372
426
  <div class="declaration">
373
427
  <h4>Declaration</h4>
@@ -398,6 +452,7 @@
398
452
  <div class="pointy-thing"></div>
399
453
  <div class="abstract">
400
454
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
455
+ <a href="Extensions/Request.html" class="see-more">See more</a>
401
456
  </div>
402
457
  <div class="declaration">
403
458
  <h4>Declaration</h4>
@@ -415,6 +470,18 @@
415
470
  </section>
416
471
  </div>
417
472
  </li>
473
+ </ul>
474
+ </div>
475
+ <div class="task-group">
476
+ <div class="task-name-container">
477
+ <hr/>
478
+ <a name="/Printable"></a>
479
+ <a href="#/Printable">
480
+ <h3 class="section-name">Printable</h3>
481
+ </a>
482
+
483
+ </div>
484
+ <ul class="task-group-list">
418
485
  <li class="item symbol">
419
486
  <div class="task-group-term">
420
487
  <code>
@@ -428,6 +495,7 @@
428
495
  <div class="pointy-thing"></div>
429
496
  <div class="abstract">
430
497
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
498
+ <a href="Extensions/Request.html" class="see-more">See more</a>
431
499
  </div>
432
500
  <div class="declaration">
433
501
  <h4>Declaration</h4>
@@ -458,6 +526,7 @@
458
526
  <div class="pointy-thing"></div>
459
527
  <div class="abstract">
460
528
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
529
+ <a href="Extensions/Request.html" class="see-more">See more</a>
461
530
  </div>
462
531
  <div class="declaration">
463
532
  <h4>Declaration</h4>
@@ -475,6 +544,18 @@
475
544
  </section>
476
545
  </div>
477
546
  </li>
547
+ </ul>
548
+ </div>
549
+ <div class="task-group">
550
+ <div class="task-name-container">
551
+
552
+ <a name="/String"></a>
553
+ <a href="#/String">
554
+ <h3 class="section-name">String</h3>
555
+ </a>
556
+
557
+ </div>
558
+ <ul class="task-group-list">
478
559
  <li class="item symbol">
479
560
  <div class="task-group-term">
480
561
  <code>
@@ -488,6 +569,7 @@
488
569
  <div class="pointy-thing"></div>
489
570
  <div class="abstract">
490
571
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
572
+ <a href="Extensions/Request.html" class="see-more">See more</a>
491
573
  </div>
492
574
  <div class="declaration">
493
575
  <h4>Declaration</h4>
@@ -505,6 +587,18 @@
505
587
  </section>
506
588
  </div>
507
589
  </li>
590
+ </ul>
591
+ </div>
592
+ <div class="task-group">
593
+ <div class="task-name-container">
594
+
595
+ <a name="/JSON"></a>
596
+ <a href="#/JSON">
597
+ <h3 class="section-name">JSON</h3>
598
+ </a>
599
+
600
+ </div>
601
+ <ul class="task-group-list">
508
602
  <li class="item symbol">
509
603
  <div class="task-group-term">
510
604
  <code>
@@ -518,6 +612,7 @@
518
612
  <div class="pointy-thing"></div>
519
613
  <div class="abstract">
520
614
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
615
+ <a href="Extensions/Request.html" class="see-more">See more</a>
521
616
  </div>
522
617
  <div class="declaration">
523
618
  <h4>Declaration</h4>
@@ -535,6 +630,18 @@
535
630
  </section>
536
631
  </div>
537
632
  </li>
633
+ </ul>
634
+ </div>
635
+ <div class="task-group">
636
+ <div class="task-name-container">
637
+
638
+ <a name="/Property%20List"></a>
639
+ <a href="#/Property%20List">
640
+ <h3 class="section-name">Property List</h3>
641
+ </a>
642
+
643
+ </div>
644
+ <ul class="task-group-list">
538
645
  <li class="item symbol">
539
646
  <div class="task-group-term">
540
647
  <code>
@@ -548,6 +655,7 @@
548
655
  <div class="pointy-thing"></div>
549
656
  <div class="abstract">
550
657
  <p class="para">Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying <code>NSURLSessionTask</code>.</p>
658
+ <a href="Extensions/Request.html" class="see-more">See more</a>
551
659
  </div>
552
660
  <div class="declaration">
553
661
  <h4>Declaration</h4>
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>Manager Extension Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="../css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="../js/jquery.min.js" defer></script>
8
9
  <script src="../js/jazzy.js" defer></script>
@@ -164,10 +165,12 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
168
+
169
+ <a name="/Request"></a>
170
+ <a href="#/Request">
171
+ <h3 class="section-name">Request</h3>
170
172
  </a>
173
+
171
174
  </div>
172
175
  <ul class="task-group-list">
173
176
  <li class="item symbol">
@@ -235,6 +238,18 @@
235
238
  </section>
236
239
  </div>
237
240
  </li>
241
+ </ul>
242
+ </div>
243
+ <div class="task-group">
244
+ <div class="task-name-container">
245
+
246
+ <a name="/Resume%20Data"></a>
247
+ <a href="#/Resume%20Data">
248
+ <h3 class="section-name">Resume Data</h3>
249
+ </a>
250
+
251
+ </div>
252
+ <ul class="task-group-list">
238
253
  <li class="item symbol">
239
254
  <div class="task-group-term">
240
255
  <code>
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>Request Extension Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="../css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="../js/jquery.min.js" defer></script>
8
9
  <script src="../js/jazzy.js" defer></script>
@@ -164,10 +165,9 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
170
- </a>
168
+
169
+ <a name="/Unnamed"></a>
170
+
171
171
  </div>
172
172
  <ul class="task-group-list">
173
173
  <li class="item symbol">
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <title>Functions Reference</title>
5
5
  <link rel="stylesheet" type="text/css" href="css/jazzy.css" />
6
+ <link rel="stylesheet" type="text/css" href="css/github_syntax_highlighting.css" />
6
7
  <meta charset='utf-8'>
7
8
  <script src="js/jquery.min.js" defer></script>
8
9
  <script src="js/jazzy.js" defer></script>
@@ -164,10 +165,12 @@
164
165
  <section class="section task-group-section">
165
166
  <div class="task-group">
166
167
  <div class="task-name-container">
167
- <a name="/Children"></a>
168
- <a href="#/Children">
169
- <h3 class="section-name"></h3>
168
+ <hr/>
169
+ <a name="/Request"></a>
170
+ <a href="#/Request">
171
+ <h3 class="section-name">Request</h3>
170
172
  </a>
173
+
171
174
  </div>
172
175
  <ul class="task-group-list">
173
176
  <li class="item symbol">
@@ -312,6 +315,18 @@
312
315
  </section>
313
316
  </div>
314
317
  </li>
318
+ </ul>
319
+ </div>
320
+ <div class="task-group">
321
+ <div class="task-name-container">
322
+
323
+ <a name="/File"></a>
324
+ <a href="#/File">
325
+ <h3 class="section-name">File</h3>
326
+ </a>
327
+
328
+ </div>
329
+ <ul class="task-group-list">
315
330
  <li class="item symbol">
316
331
  <div class="task-group-term">
317
332
  <code>
@@ -454,6 +469,18 @@
454
469
  </section>
455
470
  </div>
456
471
  </li>
472
+ </ul>
473
+ </div>
474
+ <div class="task-group">
475
+ <div class="task-name-container">
476
+
477
+ <a name="/Data"></a>
478
+ <a href="#/Data">
479
+ <h3 class="section-name">Data</h3>
480
+ </a>
481
+
482
+ </div>
483
+ <ul class="task-group-list">
457
484
  <li class="item symbol">
458
485
  <div class="task-group-term">
459
486
  <code>
@@ -596,6 +623,18 @@
596
623
  </section>
597
624
  </div>
598
625
  </li>
626
+ </ul>
627
+ </div>
628
+ <div class="task-group">
629
+ <div class="task-name-container">
630
+
631
+ <a name="/Stream"></a>
632
+ <a href="#/Stream">
633
+ <h3 class="section-name">Stream</h3>
634
+ </a>
635
+
636
+ </div>
637
+ <ul class="task-group-list">
599
638
  <li class="item symbol">
600
639
  <div class="task-group-term">
601
640
  <code>
@@ -738,6 +777,18 @@
738
777
  </section>
739
778
  </div>
740
779
  </li>
780
+ </ul>
781
+ </div>
782
+ <div class="task-group">
783
+ <div class="task-name-container">
784
+
785
+ <a name="/URL%20Request"></a>
786
+ <a href="#/URL%20Request">
787
+ <h3 class="section-name">URL Request</h3>
788
+ </a>
789
+
790
+ </div>
791
+ <ul class="task-group-list">
741
792
  <li class="item symbol">
742
793
  <div class="task-group-term">
743
794
  <code>
@@ -880,6 +931,18 @@
880
931
  </section>
881
932
  </div>
882
933
  </li>
934
+ </ul>
935
+ </div>
936
+ <div class="task-group">
937
+ <div class="task-name-container">
938
+
939
+ <a name="/Resume%20Data"></a>
940
+ <a href="#/Resume%20Data">
941
+ <h3 class="section-name">Resume Data</h3>
942
+ </a>
943
+
944
+ </div>
945
+ <ul class="task-group-list">
883
946
  <li class="item symbol">
884
947
  <div class="task-group-term">
885
948
  <code>