Skip to content

Commit b63ad65

Browse files
committed
Fixed rendering issues
1 parent efb294d commit b63ad65

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1777
-1002
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[![Carthage](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage)
55
[![Build Status](https://travis-ci.org/junkpiano/scientist.svg?branch=master)](https://travis-ci.org/junkpiano/scientist)
66
[![codecov](https://codecov.io/gh/junkpiano/scientist/branch/master/graph/badge.svg)](https://codecov.io/gh/junkpiano/scientist)
7-
[![Documentation](https://raw.githubusercontent.com/junkpiano/scientist/master/docs/badge.svg?sanitize=true)](https://junkpiano.github.io/scientist/)
87

98
A Swift library for carefully refactoring critical paths.
109

docs/Classes.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
<script src="js/jquery.min.js" defer></script>
99
<script src="js/jazzy.js" defer></script>
1010

11+
<script src="js/lunr.min.js" defer></script>
12+
<script src="js/typeahead.jquery.js" defer></script>
13+
<script src="js/jazzy.search.js" defer></script>
1114
</head>
1215
<body>
1316
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
1417
<a title="Classes Reference"></a>
1518
<header>
1619
<div class="content-wrapper">
17-
<p><a href="index.html">Scientist Docs</a> (28% documented)</p>
18-
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png"/>View on GitHub</a></p>
20+
<p><a href="index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
21+
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
23+
<form role="search" action="search.json">
24+
<input type="text" placeholder="Search documentation" data-typeahead>
25+
</form>
26+
</div>
1927
</div>
2028
</header>
2129
<div class="content-wrapper">
2230
<p id="breadcrumbs">
2331
<a href="index.html">Scientist Reference</a>
24-
<img id="carat" src="img/carat.png" />
32+
<img id="carat" src="img/carat.png" alt=""/>
2533
Classes Reference
2634
</p>
2735
</div>
@@ -103,11 +111,10 @@ <h4>Declaration</h4>
103111
</section>
104112
</section>
105113
<section id="footer">
106-
<p>&copy; 2018 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2018-09-29)</p>
107-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
114+
<p>&copy; 2022 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external noopener">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2022-01-13)</p>
115+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
108116
</section>
109117
</article>
110118
</div>
111119
</body>
112-
</div>
113120
</html>

docs/Classes/Experiment.html

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
<script src="../js/jquery.min.js" defer></script>
99
<script src="../js/jazzy.js" defer></script>
1010

11+
<script src="../js/lunr.min.js" defer></script>
12+
<script src="../js/typeahead.jquery.js" defer></script>
13+
<script src="../js/jazzy.search.js" defer></script>
1114
</head>
1215
<body>
1316
<a name="//apple_ref/swift/Class/Experiment" class="dashAnchor"></a>
1417
<a title="Experiment Class Reference"></a>
1518
<header>
1619
<div class="content-wrapper">
17-
<p><a href="../index.html">Scientist Docs</a> (28% documented)</p>
18-
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png"/>View on GitHub</a></p>
20+
<p><a href="../index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
21+
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
23+
<form role="search" action="../search.json">
24+
<input type="text" placeholder="Search documentation" data-typeahead>
25+
</form>
26+
</div>
1927
</div>
2028
</header>
2129
<div class="content-wrapper">
2230
<p id="breadcrumbs">
2331
<a href="../index.html">Scientist Reference</a>
24-
<img id="carat" src="../img/carat.png" />
32+
<img id="carat" src="../img/carat.png" alt=""/>
2533
Experiment Class Reference
2634
</p>
2735
</div>
@@ -66,6 +74,7 @@
6674
<h1>Experiment</h1>
6775
<div class="declaration">
6876
<div class="language">
77+
6978
<pre class="highlight swift"><code><span class="kd">final</span> <span class="kd">public</span> <span class="kd">class</span> <span class="kt">Experiment</span><span class="o">&lt;</span><span class="kt">T</span><span class="o">&gt;</span> <span class="k">where</span> <span class="kt">T</span> <span class="p">:</span> <span class="kt">Equatable</span></code></pre>
7079

7180
</div>
@@ -187,9 +196,9 @@ <h4>Declaration</h4>
187196
<li class="item">
188197
<div>
189198
<code>
190-
<a name="/s:9Scientist10ExperimentC7contexts10DictionaryVySSypGvp"></a>
199+
<a name="/s:9Scientist10ExperimentC7contextSDySSypGvp"></a>
191200
<a name="//apple_ref/swift/Property/context" class="dashAnchor"></a>
192-
<a class="token" href="#/s:9Scientist10ExperimentC7contexts10DictionaryVySSypGvp">context</a>
201+
<a class="token" href="#/s:9Scientist10ExperimentC7contextSDySSypGvp">context</a>
193202
</code>
194203
</div>
195204
<div class="height-container">
@@ -258,7 +267,7 @@ <h4>Declaration</h4>
258267
<h4>Declaration</h4>
259268
<div class="language">
260269
<p class="aside-title">Swift</p>
261-
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">name</span><span class="p">:</span> <span class="kt">String</span></code></pre>
270+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">private(set)</span> <span class="k">var</span> <span class="nv">name</span><span class="p">:</span> <span class="kt">String</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
262271

263272
</div>
264273
</div>
@@ -268,9 +277,9 @@ <h4>Declaration</h4>
268277
<li class="item">
269278
<div>
270279
<code>
271-
<a name="/s:9Scientist10ExperimentC3useyxyc7control_tF"></a>
280+
<a name="/s:9Scientist10ExperimentC3use7controlyxyc_tF"></a>
272281
<a name="//apple_ref/swift/Method/use(control:)" class="dashAnchor"></a>
273-
<a class="token" href="#/s:9Scientist10ExperimentC3useyxyc7control_tF">use(control:)</a>
282+
<a class="token" href="#/s:9Scientist10ExperimentC3use7controlyxyc_tF">use(control:<wbr>)</a>
274283
</code>
275284
</div>
276285
<div class="height-container">
@@ -295,9 +304,9 @@ <h4>Declaration</h4>
295304
<li class="item">
296305
<div>
297306
<code>
298-
<a name="/s:9Scientist10ExperimentC6tryNewySSSg4name_xyc9candidatetF"></a>
307+
<a name="/s:9Scientist10ExperimentC6tryNew4name9candidateySSSg_xyctF"></a>
299308
<a name="//apple_ref/swift/Method/tryNew(name:candidate:)" class="dashAnchor"></a>
300-
<a class="token" href="#/s:9Scientist10ExperimentC6tryNewySSSg4name_xyc9candidatetF">tryNew(name:candidate:)</a>
309+
<a class="token" href="#/s:9Scientist10ExperimentC6tryNew4name9candidateySSSg_xyctF">tryNew(name:<wbr>candidate:<wbr>)</a>
301310
</code>
302311
</div>
303312
<div class="height-container">
@@ -322,9 +331,9 @@ <h4>Declaration</h4>
322331
<li class="item">
323332
<div>
324333
<code>
325-
<a name="/s:9Scientist10ExperimentC7ignoresySbAA11ObservationVyxG_AGtcF"></a>
334+
<a name="/s:9Scientist10ExperimentC7ignoresyySbAA11ObservationVyxG_AGtcF"></a>
326335
<a name="//apple_ref/swift/Method/ignores(_:)" class="dashAnchor"></a>
327-
<a class="token" href="#/s:9Scientist10ExperimentC7ignoresySbAA11ObservationVyxG_AGtcF">ignores(_:)</a>
336+
<a class="token" href="#/s:9Scientist10ExperimentC7ignoresyySbAA11ObservationVyxG_AGtcF">ignores(_:<wbr>)</a>
328337
</code>
329338
</div>
330339
<div class="height-container">
@@ -339,7 +348,7 @@ <h4>Declaration</h4>
339348
<h4>Declaration</h4>
340349
<div class="language">
341350
<p class="aside-title">Swift</p>
342-
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">ignores</span><span class="p">(</span><span class="n">_</span> <span class="nv">condition</span><span class="p">:</span><span class="kd">@escaping</span> <span class="kt"><a href="../Classes/Experiment.html#/s:9Scientist10ExperimentC23IgnoreObservationsBlocka">IgnoreObservationsBlock</a></span><span class="p">)</span></code></pre>
351+
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">ignores</span><span class="p">(</span><span class="n">_</span> <span class="nv">condition</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="kt"><a href="../Classes/Experiment.html#/s:9Scientist10ExperimentC23IgnoreObservationsBlocka">IgnoreObservationsBlock</a></span><span class="p">)</span></code></pre>
343352

344353
</div>
345354
</div>
@@ -349,9 +358,9 @@ <h4>Declaration</h4>
349358
<li class="item">
350359
<div>
351360
<code>
352-
<a name="/s:9Scientist10ExperimentC7compareySbx_xtcF"></a>
361+
<a name="/s:9Scientist10ExperimentC7compareyySbx_xtcF"></a>
353362
<a name="//apple_ref/swift/Method/compare(_:)" class="dashAnchor"></a>
354-
<a class="token" href="#/s:9Scientist10ExperimentC7compareySbx_xtcF">compare(_:)</a>
363+
<a class="token" href="#/s:9Scientist10ExperimentC7compareyySbx_xtcF">compare(_:<wbr>)</a>
355364
</code>
356365
</div>
357366
<div class="height-container">
@@ -376,9 +385,9 @@ <h4>Declaration</h4>
376385
<li class="item">
377386
<div>
378387
<code>
379-
<a name="/s:9Scientist10ExperimentC3runxSSSg4name_tKF"></a>
388+
<a name="/s:9Scientist10ExperimentC3run4namexSSSg_tKF"></a>
380389
<a name="//apple_ref/swift/Method/run(name:)" class="dashAnchor"></a>
381-
<a class="token" href="#/s:9Scientist10ExperimentC3runxSSSg4name_tKF">run(name:)</a>
390+
<a class="token" href="#/s:9Scientist10ExperimentC3run4namexSSSg_tKF">run(name:<wbr>)</a>
382391
</code>
383392
</div>
384393
<div class="height-container">
@@ -405,11 +414,10 @@ <h4>Declaration</h4>
405414
</section>
406415
</section>
407416
<section id="footer">
408-
<p>&copy; 2018 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2018-09-29)</p>
409-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
417+
<p>&copy; 2022 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external noopener">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2022-01-13)</p>
418+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
410419
</section>
411420
</article>
412421
</div>
413422
</body>
414-
</div>
415423
</html>

docs/Enums.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
<script src="js/jquery.min.js" defer></script>
99
<script src="js/jazzy.js" defer></script>
1010

11+
<script src="js/lunr.min.js" defer></script>
12+
<script src="js/typeahead.jquery.js" defer></script>
13+
<script src="js/jazzy.search.js" defer></script>
1114
</head>
1215
<body>
1316
<a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a>
1417
<a title="Enumerations Reference"></a>
1518
<header>
1619
<div class="content-wrapper">
17-
<p><a href="index.html">Scientist Docs</a> (28% documented)</p>
18-
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png"/>View on GitHub</a></p>
20+
<p><a href="index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
21+
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
23+
<form role="search" action="search.json">
24+
<input type="text" placeholder="Search documentation" data-typeahead>
25+
</form>
26+
</div>
1927
</div>
2028
</header>
2129
<div class="content-wrapper">
2230
<p id="breadcrumbs">
2331
<a href="index.html">Scientist Reference</a>
24-
<img id="carat" src="img/carat.png" />
32+
<img id="carat" src="img/carat.png" alt=""/>
2533
Enumerations Reference
2634
</p>
2735
</div>
@@ -103,11 +111,10 @@ <h4>Declaration</h4>
103111
</section>
104112
</section>
105113
<section id="footer">
106-
<p>&copy; 2018 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2018-09-29)</p>
107-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
114+
<p>&copy; 2022 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external noopener">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2022-01-13)</p>
115+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
108116
</section>
109117
</article>
110118
</div>
111119
</body>
112-
</div>
113120
</html>

docs/Enums/ExperimentError.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,28 @@
88
<script src="../js/jquery.min.js" defer></script>
99
<script src="../js/jazzy.js" defer></script>
1010

11+
<script src="../js/lunr.min.js" defer></script>
12+
<script src="../js/typeahead.jquery.js" defer></script>
13+
<script src="../js/jazzy.search.js" defer></script>
1114
</head>
1215
<body>
1316
<a name="//apple_ref/swift/Enum/ExperimentError" class="dashAnchor"></a>
1417
<a title="ExperimentError Enumeration Reference"></a>
1518
<header>
1619
<div class="content-wrapper">
17-
<p><a href="../index.html">Scientist Docs</a> (28% documented)</p>
18-
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png"/>View on GitHub</a></p>
20+
<p><a href="../index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
21+
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
22+
<div class="header-right">
23+
<form role="search" action="../search.json">
24+
<input type="text" placeholder="Search documentation" data-typeahead>
25+
</form>
26+
</div>
1927
</div>
2028
</header>
2129
<div class="content-wrapper">
2230
<p id="breadcrumbs">
2331
<a href="../index.html">Scientist Reference</a>
24-
<img id="carat" src="../img/carat.png" />
32+
<img id="carat" src="../img/carat.png" alt=""/>
2533
ExperimentError Enumeration Reference
2634
</p>
2735
</div>
@@ -66,6 +74,7 @@
6674
<h1>ExperimentError</h1>
6775
<div class="declaration">
6876
<div class="language">
77+
6978
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">ExperimentError</span> <span class="p">:</span> <span class="kt">Error</span></code></pre>
7079

7180
</div>
@@ -79,9 +88,9 @@ <h1>ExperimentError</h1>
7988
<li class="item">
8089
<div>
8190
<code>
82-
<a name="/s:9Scientist15ExperimentErrorO16behaviorNotFoundA2CmF"></a>
91+
<a name="/s:9Scientist15ExperimentErrorO16behaviorNotFoundyA2CmF"></a>
8392
<a name="//apple_ref/swift/Element/behaviorNotFound" class="dashAnchor"></a>
84-
<a class="token" href="#/s:9Scientist15ExperimentErrorO16behaviorNotFoundA2CmF">behaviorNotFound</a>
93+
<a class="token" href="#/s:9Scientist15ExperimentErrorO16behaviorNotFoundyA2CmF">behaviorNotFound</a>
8594
</code>
8695
</div>
8796
<div class="height-container">
@@ -106,9 +115,9 @@ <h4>Declaration</h4>
106115
<li class="item">
107116
<div>
108117
<code>
109-
<a name="/s:9Scientist15ExperimentErrorO16valueNotReturnedA2CmF"></a>
118+
<a name="/s:9Scientist15ExperimentErrorO16valueNotReturnedyA2CmF"></a>
110119
<a name="//apple_ref/swift/Element/valueNotReturned" class="dashAnchor"></a>
111-
<a class="token" href="#/s:9Scientist15ExperimentErrorO16valueNotReturnedA2CmF">valueNotReturned</a>
120+
<a class="token" href="#/s:9Scientist15ExperimentErrorO16valueNotReturnedyA2CmF">valueNotReturned</a>
112121
</code>
113122
</div>
114123
<div class="height-container">
@@ -133,9 +142,9 @@ <h4>Declaration</h4>
133142
<li class="item">
134143
<div>
135144
<code>
136-
<a name="/s:9Scientist15ExperimentErrorO07unknownC0A2CmF"></a>
145+
<a name="/s:9Scientist15ExperimentErrorO07unknownC0yA2CmF"></a>
137146
<a name="//apple_ref/swift/Element/unknownError" class="dashAnchor"></a>
138-
<a class="token" href="#/s:9Scientist15ExperimentErrorO07unknownC0A2CmF">unknownError</a>
147+
<a class="token" href="#/s:9Scientist15ExperimentErrorO07unknownC0yA2CmF">unknownError</a>
139148
</code>
140149
</div>
141150
<div class="height-container">
@@ -162,11 +171,10 @@ <h4>Declaration</h4>
162171
</section>
163172
</section>
164173
<section id="footer">
165-
<p>&copy; 2018 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2018-09-29)</p>
166-
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
174+
<p>&copy; 2022 <a class="link" href="https://github.com/junkpiano/scientist" target="_blank" rel="external noopener">Yusuke Ohashi</a>. All rights reserved. (Last updated: 2022-01-13)</p>
175+
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
167176
</section>
168177
</article>
169178
</div>
170179
</body>
171-
</div>
172180
</html>

0 commit comments

Comments
 (0)