Skip to content

Commit

Permalink
Merge pull request jpsim#16 from zwaldowski/master
Browse files Browse the repository at this point in the history
Update specs for realm/jazzy#526
  • Loading branch information
jpsim committed Apr 14, 2016
2 parents 033d0a2 + 48b69ee commit b63a7d3
Show file tree
Hide file tree
Showing 22 changed files with 176 additions and 176 deletions.

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions document_alamofire/after/docs/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<li>Lets you define a clear usage of different endpoints with associated enum values.</li>
<li>Treats test stubs as first-class citizens so unit testing is super-easy.</li>
</ul>
<a href='#sample_project' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='sample_project'>Sample Project</h2>
<a href='#sample-project' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='sample-project'>Sample Project</h2>

<p>There&rsquo;s a sample project in the Demo directory. Have fun!</p>
<a href='#project_status' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='project_status'>Project Status</h2>
<a href='#project-status' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='project-status'>Project Status</h2>

<p>This project is actively under development, and is being used in <a href="https://github.com/Artsy/eidolon">Artsy&rsquo;s
new auction app</a>. We consider it
Expand Down Expand Up @@ -254,7 +254,7 @@
parameter encoding.</p>

<p>For examples, see the <a href="docs/">documentation</a>.</p>
<a href='#reactive_extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='reactive_extensions'>Reactive Extensions</h2>
<a href='#reactive-extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='reactive-extensions'>Reactive Extensions</h2>

<p>Even cooler are the reactive extensions. Moya provides reactive extensions for
<a href="docs/ReactiveCocoa.md">ReactiveCocoa</a> and <a href="docs/RxSwift.md">RxSwift</a>.</p>
Expand Down Expand Up @@ -300,7 +300,7 @@
for filtering out certain status codes. This means that you can place your code for
handling API errors like 400&rsquo;s in the same places as code for handling invalid
responses.</p>
<a href='#community_extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='community_extensions'>Community Extensions</h2>
<a href='#community-extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='community-extensions'>Community Extensions</h2>

<p>Moya has a great community around it and some people have created some very helpful extensions.</p>

Expand Down
8 changes: 4 additions & 4 deletions document_moya_podspec/after/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@
<li>Lets you define a clear usage of different endpoints with associated enum values.</li>
<li>Treats test stubs as first-class citizens so unit testing is super-easy.</li>
</ul>
<a href='#sample_project' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='sample_project'>Sample Project</h2>
<a href='#sample-project' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='sample-project'>Sample Project</h2>

<p>There&rsquo;s a sample project in the Demo directory. Have fun!</p>
<a href='#project_status' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='project_status'>Project Status</h2>
<a href='#project-status' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='project-status'>Project Status</h2>

<p>This project is actively under development, and is being used in <a href="https://github.com/Artsy/eidolon">Artsy&rsquo;s
new auction app</a>. We consider it
Expand Down Expand Up @@ -254,7 +254,7 @@
parameter encoding.</p>

<p>For examples, see the <a href="docs/">documentation</a>.</p>
<a href='#reactive_extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='reactive_extensions'>Reactive Extensions</h2>
<a href='#reactive-extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='reactive-extensions'>Reactive Extensions</h2>

<p>Even cooler are the reactive extensions. Moya provides reactive extensions for
<a href="docs/ReactiveCocoa.md">ReactiveCocoa</a> and <a href="docs/RxSwift.md">RxSwift</a>.</p>
Expand Down Expand Up @@ -300,7 +300,7 @@
for filtering out certain status codes. This means that you can place your code for
handling API errors like 400&rsquo;s in the same places as code for handling invalid
responses.</p>
<a href='#community_extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='community_extensions'>Community Extensions</h2>
<a href='#community-extensions' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='community-extensions'>Community Extensions</h2>

<p>Moya has a great community around it and some people have created some very helpful extensions.</p>

Expand Down
6 changes: 3 additions & 3 deletions document_realm_objc/after/docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1>Classes</h1>
<p>RLMArrays cannot be created directly. RLMArray properties on RLMObjects are
lazily created when accessed, or can be obtained by querying a Realm.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>RLMArray supports array key-value observing on RLMArray properties on RLMObject
subclasses, and the <code>invalidated</code> property on RLMArray instances themselves is
Expand Down Expand Up @@ -321,7 +321,7 @@ <h4>Declaration</h4>
<span class="k">@end</span> <span class="c1">//none needed
</span></code></pre>

<p><a href='#supported_property_types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported_property_types'>Supported property types</h3></p>
<p><a href='#supported-property-types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported-property-types'>Supported property types</h3></p>

<ul>
<li><code>NSString</code></li>
Expand All @@ -344,7 +344,7 @@ <h4>Declaration</h4>

<p>See our <a href="https://realm.io/docs/objc/latest#relationships">Cocoa guide</a> for more details.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>All <code>RLMObject</code> properties (including properties you create in subclasses) are
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html">Key-Value Observing compliant</a>,
Expand Down
2 changes: 1 addition & 1 deletion document_realm_objc/after/docs/Classes/RLMArray.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1>RLMArray</h1>
<p>RLMArrays cannot be created directly. RLMArray properties on RLMObjects are
lazily created when accessed, or can be obtained by querying a Realm.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>RLMArray supports array key-value observing on RLMArray properties on RLMObject
subclasses, and the <code>invalidated</code> property on RLMArray instances themselves is
Expand Down
4 changes: 2 additions & 2 deletions document_realm_objc/after/docs/Classes/RLMObject.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1>RLMObject</h1>
<span class="k">@end</span> <span class="c1">//none needed
</span></code></pre>

<p><a href='#supported_property_types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported_property_types'>Supported property types</h3></p>
<p><a href='#supported-property-types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported-property-types'>Supported property types</h3></p>

<ul>
<li><code>NSString</code></li>
Expand All @@ -195,7 +195,7 @@ <h1>RLMObject</h1>

<p>See our <a href="https://realm.io/docs/objc/latest#relationships">Cocoa guide</a> for more details.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>All <code>RLMObject</code> properties (including properties you create in subclasses) are
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html">Key-Value Observing compliant</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h1>Classes</h1>
<p>RLMArrays cannot be created directly. RLMArray properties on RLMObjects are
lazily created when accessed, or can be obtained by querying a Realm.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>RLMArray supports array key-value observing on RLMArray properties on RLMObject
subclasses, and the <code>invalidated</code> property on RLMArray instances themselves is
Expand Down Expand Up @@ -321,7 +321,7 @@ <h4>Declaration</h4>
<span class="k">@end</span> <span class="c1">//none needed
</span></code></pre>

<p><a href='#supported_property_types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported_property_types'>Supported property types</h3></p>
<p><a href='#supported-property-types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported-property-types'>Supported property types</h3></p>

<ul>
<li><code>NSString</code></li>
Expand All @@ -344,7 +344,7 @@ <h4>Declaration</h4>

<p>See our <a href="https://realm.io/docs/objc/latest#relationships">Cocoa guide</a> for more details.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>All <code>RLMObject</code> properties (including properties you create in subclasses) are
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html">Key-Value Observing compliant</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h1>RLMArray</h1>
<p>RLMArrays cannot be created directly. RLMArray properties on RLMObjects are
lazily created when accessed, or can be obtained by querying a Realm.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>RLMArray supports array key-value observing on RLMArray properties on RLMObject
subclasses, and the <code>invalidated</code> property on RLMArray instances themselves is
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h1>RLMObject</h1>
<span class="k">@end</span> <span class="c1">//none needed
</span></code></pre>

<p><a href='#supported_property_types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported_property_types'>Supported property types</h3></p>
<p><a href='#supported-property-types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported-property-types'>Supported property types</h3></p>

<ul>
<li><code>NSString</code></li>
Expand All @@ -195,7 +195,7 @@ <h1>RLMObject</h1>

<p>See our <a href="https://realm.io/docs/objc/latest#relationships">Cocoa guide</a> for more details.</p>

<p><a href='#key_value_observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key_value_observing'>Key-Value Observing</h3></p>
<p><a href='#key-value-observing' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='key-value-observing'>Key-Value Observing</h3></p>

<p>All <code>RLMObject</code> properties (including properties you create in subclasses) are
<a href="https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/KeyValueObserving/KeyValueObserving.html">Key-Value Observing compliant</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,27 +163,27 @@
<li><strong>Modern:</strong> Realm supports relationships, generics, vectorization and even Swift.</li>
<li><strong>Fast:</strong> Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.</li>
</ul>
<a href='#getting_started' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting_started'>Getting Started</h2>
<a href='#getting-started' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting-started'>Getting Started</h2>

<p>Please see the detailed instructions in our docs to add <a href="https://realm.io/docs/objc/latest/#installation">Realm Objective-C</a> <em>or</em> <a href="https://realm.io/docs/swift/latest/#installation">Realm Swift</a> to your Xcode project.</p>
<a href='#documentation' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='documentation'>Documentation</h2>
<a href='#realm_objective_c' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm_objective_c'>Realm Objective-C</h3>
<a href='#realm-objective-c' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm-objective-c'>Realm Objective-C</h3>

<p>The documentation can be found at <a href="https://realm.io/docs/objc/latest">realm.io/docs/objc/latest</a>.<br>
The API reference is located at <a href="https://realm.io/docs/objc/latest/api">realm.io/docs/objc/latest/api</a>.</p>
<a href='#realm_swift' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm_swift'>Realm Swift</h3>
<a href='#realm-swift' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm-swift'>Realm Swift</h3>

<p>The documentation can be found at <a href="https://realm.io/docs/swift/latest">realm.io/docs/swift/latest</a>.<br>
The API reference is located at <a href="https://realm.io/docs/swift/latest/api">realm.io/docs/swift/latest/api</a>.</p>
<a href='#getting_help' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting_help'>Getting Help</h2>
<a href='#getting-help' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting-help'>Getting Help</h2>

<ul>
<li><strong>Need help with your code?</strong>: Look for previous questions on the <a href="https://stackoverflow.com/questions/tagged/realm?sort=newest">#realm tag</a> — or <a href="https://stackoverflow.com/questions/ask?tags=realm">ask a new question</a>. We activtely monitor &amp; answer questions on SO!</li>
<li><strong>Have a bug to report?</strong> <a href="https://github.com/realm/realm-cocoa/issues/new">Open an issue</a>. If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.</li>
<li><strong>Have a feature request?</strong> <a href="https://github.com/realm/realm-cocoa/issues/new">Open an issue</a>. Tell us what the feature should do, and why you want the feature.</li>
<li>Sign up for our <a href="http://eepurl.com/VEKCn"><strong>Community Newsletter</strong></a> to get regular tips, learn about other use-cases and get alerted of blogposts and tutorials about Realm.</li>
</ul>
<a href='#building_realm' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='building_realm'>Building Realm</h2>
<a href='#building-realm' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='building-realm'>Building Realm</h2>

<p>In case you don&rsquo;t want to use the precompiled version, you can build Realm yourself from source.</p>

Expand Down
10 changes: 5 additions & 5 deletions document_realm_objc/after/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,27 +163,27 @@
<li><strong>Modern:</strong> Realm supports relationships, generics, vectorization and even Swift.</li>
<li><strong>Fast:</strong> Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.</li>
</ul>
<a href='#getting_started' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting_started'>Getting Started</h2>
<a href='#getting-started' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting-started'>Getting Started</h2>

<p>Please see the detailed instructions in our docs to add <a href="https://realm.io/docs/objc/latest/#installation">Realm Objective-C</a> <em>or</em> <a href="https://realm.io/docs/swift/latest/#installation">Realm Swift</a> to your Xcode project.</p>
<a href='#documentation' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='documentation'>Documentation</h2>
<a href='#realm_objective_c' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm_objective_c'>Realm Objective-C</h3>
<a href='#realm-objective-c' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm-objective-c'>Realm Objective-C</h3>

<p>The documentation can be found at <a href="https://realm.io/docs/objc/latest">realm.io/docs/objc/latest</a>.<br>
The API reference is located at <a href="https://realm.io/docs/objc/latest/api">realm.io/docs/objc/latest/api</a>.</p>
<a href='#realm_swift' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm_swift'>Realm Swift</h3>
<a href='#realm-swift' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='realm-swift'>Realm Swift</h3>

<p>The documentation can be found at <a href="https://realm.io/docs/swift/latest">realm.io/docs/swift/latest</a>.<br>
The API reference is located at <a href="https://realm.io/docs/swift/latest/api">realm.io/docs/swift/latest/api</a>.</p>
<a href='#getting_help' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting_help'>Getting Help</h2>
<a href='#getting-help' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='getting-help'>Getting Help</h2>

<ul>
<li><strong>Need help with your code?</strong>: Look for previous questions on the <a href="https://stackoverflow.com/questions/tagged/realm?sort=newest">#realm tag</a> — or <a href="https://stackoverflow.com/questions/ask?tags=realm">ask a new question</a>. We activtely monitor &amp; answer questions on SO!</li>
<li><strong>Have a bug to report?</strong> <a href="https://github.com/realm/realm-cocoa/issues/new">Open an issue</a>. If possible, include the version of Realm, a full log, the Realm file, and a project that shows the issue.</li>
<li><strong>Have a feature request?</strong> <a href="https://github.com/realm/realm-cocoa/issues/new">Open an issue</a>. Tell us what the feature should do, and why you want the feature.</li>
<li>Sign up for our <a href="http://eepurl.com/VEKCn"><strong>Community Newsletter</strong></a> to get regular tips, learn about other use-cases and get alerted of blogposts and tutorials about Realm.</li>
</ul>
<a href='#building_realm' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='building_realm'>Building Realm</h2>
<a href='#building-realm' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h2 id='building-realm'>Building Realm</h2>

<p>In case you don&rsquo;t want to use the precompiled version, you can build Realm yourself from source.</p>

Expand Down
2 changes: 1 addition & 1 deletion document_realm_swift/after/docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h4>Declaration</h4>
<span class="p">}</span>
</code></pre>

<p><a href='#supported_property_types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported_property_types'>Supported property types</h3></p>
<p><a href='#supported-property-types' class='anchor' aria-hidden=true><span class="header-anchor"></span></a><h3 id='supported-property-types'>Supported property types</h3></p>

<ul>
<li><code>String</code>, <code>NSString</code></li>
Expand Down
Loading

0 comments on commit b63a7d3

Please sign in to comment.