Skip to content

Commit 263a9b0

Browse files
committed
Improved documentation & fixed broken links
1 parent 8131128 commit 263a9b0

40 files changed

+441
-320
lines changed

.jazzy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ copyright: '© 2016-2017 [Paw](https://paw.cloud) & [Nuno Grilo](http://nunogril
88
# URLs
99
github_url: https://github.com/luckymarmot/ThemeKit
1010
root_url: http://themekit.nunogrilo.com
11-
github_file_prefix: https://github.com/luckymarmot/ThemeKit
11+
github_file_prefix: https://github.com/luckymarmot/ThemeKit/blob/master
1212

1313
# Generation
1414
clean: true

Docs/Classes/DarkTheme.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h4>Declaration</h4>
134134
</div>
135135
</div>
136136
<div class="slightly-smaller">
137-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/DarkTheme.swift#L16">Show on GitHub</a>
137+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/DarkTheme.swift#L16">Show on GitHub</a>
138138
</div>
139139
</section>
140140
</div>
@@ -164,7 +164,7 @@ <h4>Declaration</h4>
164164
</div>
165165
</div>
166166
<div class="slightly-smaller">
167-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/DarkTheme.swift#L19">Show on GitHub</a>
167+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/DarkTheme.swift#L19">Show on GitHub</a>
168168
</div>
169169
</section>
170170
</div>
@@ -194,7 +194,7 @@ <h4>Declaration</h4>
194194
</div>
195195
</div>
196196
<div class="slightly-smaller">
197-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/DarkTheme.swift#L22">Show on GitHub</a>
197+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/DarkTheme.swift#L22">Show on GitHub</a>
198198
</div>
199199
</section>
200200
</div>
@@ -224,7 +224,7 @@ <h4>Declaration</h4>
224224
</div>
225225
</div>
226226
<div class="slightly-smaller">
227-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/DarkTheme.swift#L25">Show on GitHub</a>
227+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/DarkTheme.swift#L25">Show on GitHub</a>
228228
</div>
229229
</section>
230230
</div>
@@ -254,7 +254,7 @@ <h4>Declaration</h4>
254254
</div>
255255
</div>
256256
<div class="slightly-smaller">
257-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/DarkTheme.swift#L28">Show on GitHub</a>
257+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/DarkTheme.swift#L28">Show on GitHub</a>
258258
</div>
259259
</section>
260260
</div>

Docs/Classes/LightTheme.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h4>Declaration</h4>
134134
</div>
135135
</div>
136136
<div class="slightly-smaller">
137-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/LightTheme.swift#L16">Show on GitHub</a>
137+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/LightTheme.swift#L16">Show on GitHub</a>
138138
</div>
139139
</section>
140140
</div>
@@ -164,7 +164,7 @@ <h4>Declaration</h4>
164164
</div>
165165
</div>
166166
<div class="slightly-smaller">
167-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/LightTheme.swift#L19">Show on GitHub</a>
167+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/LightTheme.swift#L19">Show on GitHub</a>
168168
</div>
169169
</section>
170170
</div>
@@ -194,7 +194,7 @@ <h4>Declaration</h4>
194194
</div>
195195
</div>
196196
<div class="slightly-smaller">
197-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/LightTheme.swift#L22">Show on GitHub</a>
197+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/LightTheme.swift#L22">Show on GitHub</a>
198198
</div>
199199
</section>
200200
</div>
@@ -224,7 +224,7 @@ <h4>Declaration</h4>
224224
</div>
225225
</div>
226226
<div class="slightly-smaller">
227-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/LightTheme.swift#L25">Show on GitHub</a>
227+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/LightTheme.swift#L25">Show on GitHub</a>
228228
</div>
229229
</section>
230230
</div>
@@ -254,7 +254,7 @@ <h4>Declaration</h4>
254254
</div>
255255
</div>
256256
<div class="slightly-smaller">
257-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/LightTheme.swift#L28">Show on GitHub</a>
257+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/LightTheme.swift#L28">Show on GitHub</a>
258258
</div>
259259
</section>
260260
</div>

Docs/Classes/SystemTheme.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h4>Declaration</h4>
137137
</div>
138138
</div>
139139
<div class="slightly-smaller">
140-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L19">Show on GitHub</a>
140+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L19">Show on GitHub</a>
141141
</div>
142142
</section>
143143
</div>
@@ -167,7 +167,7 @@ <h4>Declaration</h4>
167167
</div>
168168
</div>
169169
<div class="slightly-smaller">
170-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L22">Show on GitHub</a>
170+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L22">Show on GitHub</a>
171171
</div>
172172
</section>
173173
</div>
@@ -197,7 +197,7 @@ <h4>Declaration</h4>
197197
</div>
198198
</div>
199199
<div class="slightly-smaller">
200-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L25-L28">Show on GitHub</a>
200+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L25-L28">Show on GitHub</a>
201201
</div>
202202
</section>
203203
</div>
@@ -227,7 +227,7 @@ <h4>Declaration</h4>
227227
</div>
228228
</div>
229229
<div class="slightly-smaller">
230-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L31-L33">Show on GitHub</a>
230+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L31-L33">Show on GitHub</a>
231231
</div>
232232
</section>
233233
</div>
@@ -257,7 +257,7 @@ <h4>Declaration</h4>
257257
</div>
258258
</div>
259259
<div class="slightly-smaller">
260-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L36">Show on GitHub</a>
260+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L36">Show on GitHub</a>
261261
</div>
262262
</section>
263263
</div>
@@ -287,7 +287,7 @@ <h4>Declaration</h4>
287287
</div>
288288
</div>
289289
<div class="slightly-smaller">
290-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/SystemTheme.swift#L39">Show on GitHub</a>
290+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/SystemTheme.swift#L39">Show on GitHub</a>
291291
</div>
292292
</section>
293293
</div>

Docs/Classes/ThemeColor.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ <h4>Declaration</h4>
273273
</div>
274274
</div>
275275
<div class="slightly-smaller">
276-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L171-L177">Show on GitHub</a>
276+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L171-L177">Show on GitHub</a>
277277
</div>
278278
</section>
279279
</div>
@@ -303,7 +303,7 @@ <h4>Declaration</h4>
303303
</div>
304304
</div>
305305
<div class="slightly-smaller">
306-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L180">Show on GitHub</a>
306+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L180">Show on GitHub</a>
307307
</div>
308308
</section>
309309
</div>
@@ -370,7 +370,7 @@ <h4>Return Value</h4>
370370
<p>A <code>ThemeColor</code> instance for the specified selector.</p>
371371
</div>
372372
<div class="slightly-smaller">
373-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L207-L209">Show on GitHub</a>
373+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L207-L209">Show on GitHub</a>
374374
</div>
375375
</section>
376376
</div>
@@ -435,7 +435,7 @@ <h4>Return Value</h4>
435435
<p>Resolved color for specified selector on given theme.</p>
436436
</div>
437437
<div class="slightly-smaller">
438-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L233-L259">Show on GitHub</a>
438+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L233-L259">Show on GitHub</a>
439439
</div>
440440
</section>
441441
</div>
@@ -507,7 +507,7 @@ <h4>Return Value</h4>
507507
<p>Resolved color for specified selector on given view.</p>
508508
</div>
509509
<div class="slightly-smaller">
510-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L275-L298">Show on GitHub</a>
510+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L275-L298">Show on GitHub</a>
511511
</div>
512512
</section>
513513
</div>
@@ -538,7 +538,7 @@ <h4>Declaration</h4>
538538
</div>
539539
</div>
540540
<div class="slightly-smaller">
541-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L351-L369">Show on GitHub</a>
541+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L351-L369">Show on GitHub</a>
542542
</div>
543543
</section>
544544
</div>
@@ -569,7 +569,7 @@ <h4>Declaration</h4>
569569
</div>
570570
</div>
571571
<div class="slightly-smaller">
572-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeColor.swift#L373-L376">Show on GitHub</a>
572+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeColor.swift#L373-L376">Show on GitHub</a>
573573
</div>
574574
</section>
575575
</div>

Docs/Classes/ThemeGradient.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h4>Declaration</h4>
246246
</div>
247247
</div>
248248
<div class="slightly-smaller">
249-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L144-L150">Show on GitHub</a>
249+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L144-L150">Show on GitHub</a>
250250
</div>
251251
</section>
252252
</div>
@@ -276,7 +276,7 @@ <h4>Declaration</h4>
276276
</div>
277277
</div>
278278
<div class="slightly-smaller">
279-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L153">Show on GitHub</a>
279+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L153">Show on GitHub</a>
280280
</div>
281281
</section>
282282
</div>
@@ -340,7 +340,7 @@ <h4>Return Value</h4>
340340
<p>A <code>ThemeGradient</code> instance for the specified selector.</p>
341341
</div>
342342
<div class="slightly-smaller">
343-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L165-L176">Show on GitHub</a>
343+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L165-L176">Show on GitHub</a>
344344
</div>
345345
</section>
346346
</div>
@@ -405,7 +405,7 @@ <h4>Return Value</h4>
405405
<p>Resolved gradient for specified selector on given theme.</p>
406406
</div>
407407
<div class="slightly-smaller">
408-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L185-L205">Show on GitHub</a>
408+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L185-L205">Show on GitHub</a>
409409
</div>
410410
</section>
411411
</div>
@@ -477,7 +477,7 @@ <h4>Return Value</h4>
477477
<p>Resolved gradient for specified selector on given view.</p>
478478
</div>
479479
<div class="slightly-smaller">
480-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L221-L244">Show on GitHub</a>
480+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L221-L244">Show on GitHub</a>
481481
</div>
482482
</section>
483483
</div>
@@ -508,7 +508,7 @@ <h4>Declaration</h4>
508508
</div>
509509
</div>
510510
<div class="slightly-smaller">
511-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L282-L293">Show on GitHub</a>
511+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L282-L293">Show on GitHub</a>
512512
</div>
513513
</section>
514514
</div>
@@ -539,7 +539,7 @@ <h4>Declaration</h4>
539539
</div>
540540
</div>
541541
<div class="slightly-smaller">
542-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeGradient.swift#L297-L300">Show on GitHub</a>
542+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeGradient.swift#L297-L300">Show on GitHub</a>
543543
</div>
544544
</section>
545545
</div>

Docs/Classes/ThemeImage.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ <h4>Declaration</h4>
246246
</div>
247247
</div>
248248
<div class="slightly-smaller">
249-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L145-L151">Show on GitHub</a>
249+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L145-L151">Show on GitHub</a>
250250
</div>
251251
</section>
252252
</div>
@@ -276,7 +276,7 @@ <h4>Declaration</h4>
276276
</div>
277277
</div>
278278
<div class="slightly-smaller">
279-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L154">Show on GitHub</a>
279+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L154">Show on GitHub</a>
280280
</div>
281281
</section>
282282
</div>
@@ -343,7 +343,7 @@ <h4>Return Value</h4>
343343
<p>A <code>ThemeImage</code> instance for the specified selector.</p>
344344
</div>
345345
<div class="slightly-smaller">
346-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L170-L181">Show on GitHub</a>
346+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L170-L181">Show on GitHub</a>
347347
</div>
348348
</section>
349349
</div>
@@ -408,7 +408,7 @@ <h4>Return Value</h4>
408408
<p>Resolved image for specified selector on given theme.</p>
409409
</div>
410410
<div class="slightly-smaller">
411-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L190-L210">Show on GitHub</a>
411+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L190-L210">Show on GitHub</a>
412412
</div>
413413
</section>
414414
</div>
@@ -480,7 +480,7 @@ <h4>Return Value</h4>
480480
<p>Resolved image for specified selector on given view.</p>
481481
</div>
482482
<div class="slightly-smaller">
483-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L226-L249">Show on GitHub</a>
483+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L226-L249">Show on GitHub</a>
484484
</div>
485485
</section>
486486
</div>
@@ -511,7 +511,7 @@ <h4>Declaration</h4>
511511
</div>
512512
</div>
513513
<div class="slightly-smaller">
514-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L281-L292">Show on GitHub</a>
514+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L281-L292">Show on GitHub</a>
515515
</div>
516516
</section>
517517
</div>
@@ -542,7 +542,7 @@ <h4>Declaration</h4>
542542
</div>
543543
</div>
544544
<div class="slightly-smaller">
545-
<a href="https://github.com/luckymarmot/ThemeKit/Sources/ThemeImage.swift#L296-L299">Show on GitHub</a>
545+
<a href="https://github.com/luckymarmot/ThemeKit/blob/master/Sources/ThemeImage.swift#L296-L299">Show on GitHub</a>
546546
</div>
547547
</section>
548548
</div>

0 commit comments

Comments
 (0)