Skip to content

Commit

Permalink
Fixed rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
junkpiano committed Jan 13, 2022
1 parent efb294d commit b63ad65
Show file tree
Hide file tree
Showing 41 changed files with 1,777 additions and 1,002 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[![Carthage](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg)](https://github.com/Carthage/Carthage)
[![Build Status](https://travis-ci.org/junkpiano/scientist.svg?branch=master)](https://travis-ci.org/junkpiano/scientist)
[![codecov](https://codecov.io/gh/junkpiano/scientist/branch/master/graph/badge.svg)](https://codecov.io/gh/junkpiano/scientist)
[![Documentation](https://raw.githubusercontent.com/junkpiano/scientist/master/docs/badge.svg?sanitize=true)](https://junkpiano.github.io/scientist/)

A Swift library for carefully refactoring critical paths.

Expand Down
19 changes: 13 additions & 6 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Scientist Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png"/>View on GitHub</a></p>
<p><a href="index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">Scientist Reference</a>
<img id="carat" src="img/carat.png" />
<img id="carat" src="img/carat.png" alt=""/>
Classes Reference
</p>
</div>
Expand Down Expand Up @@ -103,11 +111,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
48 changes: 28 additions & 20 deletions docs/Classes/Experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>

<script src="../js/lunr.min.js" defer></script>
<script src="../js/typeahead.jquery.js" defer></script>
<script src="../js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Class/Experiment" class="dashAnchor"></a>
<a title="Experiment Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Scientist Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png"/>View on GitHub</a></p>
<p><a href="../index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">Scientist Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
Experiment Class Reference
</p>
</div>
Expand Down Expand Up @@ -66,6 +74,7 @@
<h1>Experiment</h1>
<div class="declaration">
<div class="language">

<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>

</div>
Expand Down Expand Up @@ -187,9 +196,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC7contexts10DictionaryVySSypGvp"></a>
<a name="/s:9Scientist10ExperimentC7contextSDySSypGvp"></a>
<a name="//apple_ref/swift/Property/context" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC7contexts10DictionaryVySSypGvp">context</a>
<a class="token" href="#/s:9Scientist10ExperimentC7contextSDySSypGvp">context</a>
</code>
</div>
<div class="height-container">
Expand Down Expand Up @@ -258,7 +267,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<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>
<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>

</div>
</div>
Expand All @@ -268,9 +277,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC3useyxyc7control_tF"></a>
<a name="/s:9Scientist10ExperimentC3use7controlyxyc_tF"></a>
<a name="//apple_ref/swift/Method/use(control:)" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC3useyxyc7control_tF">use(control:)</a>
<a class="token" href="#/s:9Scientist10ExperimentC3use7controlyxyc_tF">use(control:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -295,9 +304,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC6tryNewySSSg4name_xyc9candidatetF"></a>
<a name="/s:9Scientist10ExperimentC6tryNew4name9candidateySSSg_xyctF"></a>
<a name="//apple_ref/swift/Method/tryNew(name:candidate:)" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC6tryNewySSSg4name_xyc9candidatetF">tryNew(name:candidate:)</a>
<a class="token" href="#/s:9Scientist10ExperimentC6tryNew4name9candidateySSSg_xyctF">tryNew(name:<wbr>candidate:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -322,9 +331,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC7ignoresySbAA11ObservationVyxG_AGtcF"></a>
<a name="/s:9Scientist10ExperimentC7ignoresyySbAA11ObservationVyxG_AGtcF"></a>
<a name="//apple_ref/swift/Method/ignores(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC7ignoresySbAA11ObservationVyxG_AGtcF">ignores(_:)</a>
<a class="token" href="#/s:9Scientist10ExperimentC7ignoresyySbAA11ObservationVyxG_AGtcF">ignores(_:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -339,7 +348,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<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>
<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>

</div>
</div>
Expand All @@ -349,9 +358,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC7compareySbx_xtcF"></a>
<a name="/s:9Scientist10ExperimentC7compareyySbx_xtcF"></a>
<a name="//apple_ref/swift/Method/compare(_:)" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC7compareySbx_xtcF">compare(_:)</a>
<a class="token" href="#/s:9Scientist10ExperimentC7compareyySbx_xtcF">compare(_:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -376,9 +385,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist10ExperimentC3runxSSSg4name_tKF"></a>
<a name="/s:9Scientist10ExperimentC3run4namexSSSg_tKF"></a>
<a name="//apple_ref/swift/Method/run(name:)" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist10ExperimentC3runxSSSg4name_tKF">run(name:)</a>
<a class="token" href="#/s:9Scientist10ExperimentC3run4namexSSSg_tKF">run(name:<wbr>)</a>
</code>
</div>
<div class="height-container">
Expand All @@ -405,11 +414,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
19 changes: 13 additions & 6 deletions docs/Enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a>
<a title="Enumerations Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">Scientist Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png"/>View on GitHub</a></p>
<p><a href="index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html">Scientist Reference</a>
<img id="carat" src="img/carat.png" />
<img id="carat" src="img/carat.png" alt=""/>
Enumerations Reference
</p>
</div>
Expand Down Expand Up @@ -103,11 +111,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
32 changes: 20 additions & 12 deletions docs/Enums/ExperimentError.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,28 @@
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>

<script src="../js/lunr.min.js" defer></script>
<script src="../js/typeahead.jquery.js" defer></script>
<script src="../js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Enum/ExperimentError" class="dashAnchor"></a>
<a title="ExperimentError Enumeration Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">Scientist Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png"/>View on GitHub</a></p>
<p><a href="../index.html">Scientist 0.4.0 Docs</a> (28% documented)</p>
<p class="header-right"><a href="https://github.com/junkpiano/scientist"><img src="../img/gh.png" alt="GitHub"/>View on GitHub</a></p>
<div class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</div>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html">Scientist Reference</a>
<img id="carat" src="../img/carat.png" />
<img id="carat" src="../img/carat.png" alt=""/>
ExperimentError Enumeration Reference
</p>
</div>
Expand Down Expand Up @@ -66,6 +74,7 @@
<h1>ExperimentError</h1>
<div class="declaration">
<div class="language">

<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>

</div>
Expand All @@ -79,9 +88,9 @@ <h1>ExperimentError</h1>
<li class="item">
<div>
<code>
<a name="/s:9Scientist15ExperimentErrorO16behaviorNotFoundA2CmF"></a>
<a name="/s:9Scientist15ExperimentErrorO16behaviorNotFoundyA2CmF"></a>
<a name="//apple_ref/swift/Element/behaviorNotFound" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO16behaviorNotFoundA2CmF">behaviorNotFound</a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO16behaviorNotFoundyA2CmF">behaviorNotFound</a>
</code>
</div>
<div class="height-container">
Expand All @@ -106,9 +115,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist15ExperimentErrorO16valueNotReturnedA2CmF"></a>
<a name="/s:9Scientist15ExperimentErrorO16valueNotReturnedyA2CmF"></a>
<a name="//apple_ref/swift/Element/valueNotReturned" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO16valueNotReturnedA2CmF">valueNotReturned</a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO16valueNotReturnedyA2CmF">valueNotReturned</a>
</code>
</div>
<div class="height-container">
Expand All @@ -133,9 +142,9 @@ <h4>Declaration</h4>
<li class="item">
<div>
<code>
<a name="/s:9Scientist15ExperimentErrorO07unknownC0A2CmF"></a>
<a name="/s:9Scientist15ExperimentErrorO07unknownC0yA2CmF"></a>
<a name="//apple_ref/swift/Element/unknownError" class="dashAnchor"></a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO07unknownC0A2CmF">unknownError</a>
<a class="token" href="#/s:9Scientist15ExperimentErrorO07unknownC0yA2CmF">unknownError</a>
</code>
</div>
<div class="height-container">
Expand All @@ -162,11 +171,10 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<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>
<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>
<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>
<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>
</section>
</article>
</div>
</body>
</div>
</html>
Loading

0 comments on commit b63ad65

Please sign in to comment.