Skip to content

Commit

Permalink
[docs] fix dash link and version
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Mar 23, 2018
1 parent 561e07e commit 199aef9
Show file tree
Hide file tree
Showing 53 changed files with 194 additions and 158 deletions.
4 changes: 2 additions & 2 deletions docs/Categories/NSDictionary(HBAdditions).html
Expand Up @@ -40,7 +40,7 @@
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fxcode%2Ddocset%2Eatom">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fdocsets%2FCephei%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -252,7 +252,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-13)</p>
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-23)</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>
</body>
Expand Down
25 changes: 16 additions & 9 deletions docs/Categories/NSLayoutConstraint(CompactConstraint).html
Expand Up @@ -40,7 +40,7 @@
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fxcode%2Ddocset%2Eatom">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fdocsets%2FCephei%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -196,13 +196,13 @@ <h1>NSLayoutConstraint(CompactConstraint)</h1>
</div>
</div>
<p>NSLayoutConstraint (CompactConstraint), a class category from Marco Arment’s
<a href="https://github.com/marcoarment/CompactConstraint">CompactConstraint</a> library, is integrated with
Cephei. CompactConstraint provides an Auto Layout grammar and methods that are easier to use and
understand than UIKit’s built in functions for programmatically adding constraints.</p>
<a href="https://github.com/marcoarment/CompactConstraint">CompactConstraint</a> library, is integrated
with Cephei. CompactConstraint provides an Auto Layout grammar and methods that are easier to
use and understand than UIKit’s built in functions for programmatically adding constraints.</p>

<p>Refer to <a href="https://github.com/marcoarment/CompactConstraint/blob/master/README.md">its readme</a> to
learn how to use it. There are two changes to note: most importantly, the methods have an <code>hb_</code>
prefix, and two methods that are marked as deprecated in the original project have been removed.</p>
learn how to use it. There are two changes to note: most importantly, the methods have an <code>hb_</code>
prefix, and two methods that are marked as deprecated in the original project have been removed.</p>

<p>CompactConstraint is licensed under the MIT License.</p>

Expand Down Expand Up @@ -290,14 +290,21 @@ <h4>Declaration</h4>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Undocumented</p>
<p>And a convenient shortcut for creating constraints with the visualFormat string as the identifier</p>

</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">NSArray</span> <span class="o">&lt;</span><span class="n">NSLayoutConstraint</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nf">hb_identifiedConstraintsWithVisualFormat</span><span class="p">:(</span><span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">format</span> <span class="nf">options</span><span class="p">:(</span><span class="n">NSLayoutFormatOptions</span><span class="p">)</span><span class="nv">opts</span> <span class="nf">metrics</span><span class="p">:(</span><span class="n">NSDictionary</span> <span class="o">&lt;</span><span class="n">NSString</span> <span class="o">*</span><span class="p">,</span> <span class="n">NSNumber</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">metrics</span> <span class="nf">views</span><span class="p">:(</span><span class="n">NSDictionary</span> <span class="o">&lt;</span><span class="n">NSString</span> <span class="o">*</span><span class="p">,</span> <span class="n">UIView</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nv">views</span><span class="p">;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">NSArray</span><span class="o">&lt;</span><span class="n">NSLayoutConstraint</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span>
<span class="nf">hb_identifiedConstraintsWithVisualFormat</span><span class="p">:(</span><span class="n">NSString</span> <span class="o">*</span><span class="p">)</span><span class="nv">format</span>
<span class="nf">options</span><span class="p">:(</span><span class="n">NSLayoutFormatOptions</span><span class="p">)</span><span class="nv">opts</span>
<span class="nf">metrics</span><span class="p">:</span>
<span class="p">(</span><span class="n">NSDictionary</span><span class="o">&lt;</span><span class="n">NSString</span> <span class="o">*</span><span class="p">,</span> <span class="n">NSNumber</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span>
<span class="n">metrics</span>
<span class="n">views</span><span class="o">:</span><span class="p">(</span><span class="n">NSDictionary</span><span class="o">&lt;</span><span class="n">NSString</span> <span class="o">*</span><span class="p">,</span> <span class="n">UIView</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span>
<span class="n">views</span><span class="p">;</span></code></pre>

</div>
<div class="language">
Expand All @@ -317,7 +324,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-13)</p>
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-23)</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>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Categories/NSString(HBAdditions).html
Expand Up @@ -40,7 +40,7 @@
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fxcode%2Ddocset%2Eatom">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fdocsets%2FCephei%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -323,7 +323,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-13)</p>
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-23)</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>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Categories/PSListController(HBTintAdditions).html
Expand Up @@ -40,7 +40,7 @@
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fxcode%2Ddocset%2Eatom">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fdocsets%2FCephei%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-13)</p>
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-23)</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>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/Categories/UIColor(HBAdditions).html
Expand Up @@ -40,7 +40,7 @@
</p>

<p class="header-col header-col--secondary">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fxcode%2Ddocset%2Eatom">
<a class="header-link" href="dash-feed://https%3A%2F%2Fhbang%2Egithub%2Eio%2Flibcephei%2Fdocsets%2FCephei%2Exml">
<img class="header-icon" src="../img/dash.png"/>
Install in Dash
</a>
Expand Down Expand Up @@ -326,7 +326,7 @@ <h4>Parameters</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-13)</p>
<p>&copy; 2018 <a class="link" href="https://hbang.github.io/" target="_blank" rel="external">HASHBANG Productions</a>. All rights reserved. (Last updated: 2018-03-23)</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>
</body>
Expand Down

0 comments on commit 199aef9

Please sign in to comment.