Skip to content

Commit

Permalink
Gen docs. Now 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Feb 2, 2018
1 parent f9a27d1 commit e95d014
Show file tree
Hide file tree
Showing 62 changed files with 2,598 additions and 1,791 deletions.
34 changes: 20 additions & 14 deletions docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">ReactiveLists Docs</a> (78% documented)</p>
<p><a href="index.html">ReactiveLists Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/plangrid/ReactiveLists"><img src="img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -67,42 +67,48 @@
<a href="Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Protocols/CollectionViewCellViewModel.html">CollectionViewCellViewModel</a>
<a href="Protocols/CollectionCellViewModel.html">CollectionCellViewModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/CollectionViewSupplementaryViewModel.html">CollectionViewSupplementaryViewModel</a>
<a href="Protocols/CollectionSupplementaryViewModel.html">CollectionSupplementaryViewModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/DiffableViewModel.html">DiffableViewModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/TableViewCellModelEditActions.html">TableViewCellModelEditActions</a>
<a href="Protocols/ReusableCellViewModelProtocol.html">ReusableCellViewModelProtocol</a>
</li>
<li class="nav-group-task">
<a href="Protocols/ReusableSupplementaryViewModelProtocol.html">ReusableSupplementaryViewModelProtocol</a>
</li>
<li class="nav-group-task">
<a href="Protocols/TableCellViewModel.html">TableCellViewModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/TableViewCellViewModel.html">TableViewCellViewModel</a>
<a href="Protocols/TableSectionHeaderFooterViewModel.html">TableSectionHeaderFooterViewModel</a>
</li>
<li class="nav-group-task">
<a href="Protocols/TableViewSectionHeaderFooterViewModel.html">TableViewSectionHeaderFooterViewModel</a>
<a href="Protocols/TableViewCellModelEditActions.html">TableViewCellModelEditActions</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Structs/CollectionViewModel.html">CollectionViewModel</a>
<a href="Structs/CollectionSectionViewModel.html">CollectionSectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="Structs/CollectionViewSectionViewModel.html">CollectionViewSectionViewModel</a>
<a href="Structs/CollectionViewModel.html">CollectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="Structs/SupplementaryViewInfo.html">SupplementaryViewInfo</a>
</li>
<li class="nav-group-task">
<a href="Structs/TableViewModel.html">TableViewModel</a>
<a href="Structs/TableSectionViewModel.html">TableSectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="Structs/TableViewSectionViewModel.html">TableViewSectionViewModel</a>
<a href="Structs/TableViewModel.html">TableViewModel</a>
</li>
<li class="nav-group-task">
<a href="Structs/ViewRegistrationInfo.html">ViewRegistrationInfo</a>
Expand Down Expand Up @@ -151,7 +157,7 @@ <h1>Classes</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="n">open</span> <span class="kd">class</span> <span class="kt">TableViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">open</span> <span class="kd">class</span> <span class="kt">TableViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -184,7 +190,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand All @@ -196,8 +202,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-01-27)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
42 changes: 24 additions & 18 deletions docs/Classes/CollectionViewDriver.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<a title="CollectionViewDriver Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">ReactiveLists Docs</a> (78% documented)</p>
<p><a href="../index.html">ReactiveLists Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/plangrid/ReactiveLists"><img src="../img/gh.png"/>View on GitHub</a></p>
</div>
</header>
Expand Down Expand Up @@ -68,42 +68,48 @@
<a href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Protocols/CollectionViewCellViewModel.html">CollectionViewCellViewModel</a>
<a href="../Protocols/CollectionCellViewModel.html">CollectionCellViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/CollectionViewSupplementaryViewModel.html">CollectionViewSupplementaryViewModel</a>
<a href="../Protocols/CollectionSupplementaryViewModel.html">CollectionSupplementaryViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/DiffableViewModel.html">DiffableViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/TableViewCellModelEditActions.html">TableViewCellModelEditActions</a>
<a href="../Protocols/ReusableCellViewModelProtocol.html">ReusableCellViewModelProtocol</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/ReusableSupplementaryViewModelProtocol.html">ReusableSupplementaryViewModelProtocol</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/TableCellViewModel.html">TableCellViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/TableViewCellViewModel.html">TableViewCellViewModel</a>
<a href="../Protocols/TableSectionHeaderFooterViewModel.html">TableSectionHeaderFooterViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/TableViewSectionHeaderFooterViewModel.html">TableViewSectionHeaderFooterViewModel</a>
<a href="../Protocols/TableViewCellModelEditActions.html">TableViewCellModelEditActions</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/CollectionViewModel.html">CollectionViewModel</a>
<a href="../Structs/CollectionSectionViewModel.html">CollectionSectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Structs/CollectionViewSectionViewModel.html">CollectionViewSectionViewModel</a>
<a href="../Structs/CollectionViewModel.html">CollectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Structs/SupplementaryViewInfo.html">SupplementaryViewInfo</a>
</li>
<li class="nav-group-task">
<a href="../Structs/TableViewModel.html">TableViewModel</a>
<a href="../Structs/TableSectionViewModel.html">TableSectionViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Structs/TableViewSectionViewModel.html">TableViewSectionViewModel</a>
<a href="../Structs/TableViewModel.html">TableViewModel</a>
</li>
<li class="nav-group-task">
<a href="../Structs/ViewRegistrationInfo.html">ViewRegistrationInfo</a>
Expand All @@ -126,7 +132,7 @@
<h1>CollectionViewDriver</h1>
<div class="declaration">
<div class="language">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">CollectionViewDriver</span><span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -164,7 +170,7 @@ <h3 class="section-name">Properties</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">collectionView</span><span class="p">:</span> <span class="kt">UICollectionView</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">collectionView</span><span class="p">:</span> <span class="kt">UICollectionView</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -203,7 +209,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">collectionViewModel</span><span class="p">:</span> <span class="kt"><a href="../Structs/CollectionViewModel.html">CollectionViewModel</a></span><span class="p">?</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">var</span> <span class="nv">collectionViewModel</span><span class="p">:</span> <span class="kt"><a href="../Structs/CollectionViewModel.html">CollectionViewModel</a></span><span class="p">?</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -234,7 +240,7 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">automaticDiffingEnabled</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="k">let</span> <span class="nv">automaticDiffingEnabled</span><span class="p">:</span> <span class="kt">Bool</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -272,7 +278,7 @@ <h3 class="section-name">Initialization</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span>
<pre class="highlight swift"><code><span class="kd">public</span> <span class="nf">init</span><span class="p">(</span>
<span class="nv">collectionView</span><span class="p">:</span> <span class="kt">UICollectionView</span><span class="p">,</span>
<span class="nv">collectionViewModel</span><span class="p">:</span> <span class="kt"><a href="../Structs/CollectionViewModel.html">CollectionViewModel</a></span><span class="p">?</span> <span class="o">=</span> <span class="kc">nil</span><span class="p">,</span>
<span class="nv">shouldDeselectUponSelection</span><span class="p">:</span> <span class="kt">Bool</span> <span class="o">=</span> <span class="kc">true</span><span class="p">,</span>
Expand Down Expand Up @@ -376,7 +382,7 @@ <h3 class="section-name">Change and UI Update Handling</h3>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">refreshViews</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">refreshViews</span><span class="p">()</span></code></pre>

</div>
</div>
Expand All @@ -388,8 +394,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-01-27)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2018 <a class="link" href="https://twitter.com/PlanGrid" target="_blank" rel="external">PlanGrid</a>. All rights reserved. (Last updated: 2018-02-02)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.1</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
Loading

0 comments on commit e95d014

Please sign in to comment.