Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Update documentation using jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechczerski committed Oct 12, 2017
1 parent 04463f8 commit a0a6527
Show file tree
Hide file tree
Showing 26 changed files with 1,086 additions and 735 deletions.
13 changes: 6 additions & 7 deletions SwiftMonkey/Documentation/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (100% documented)</p>
<p><a href="index.html">SwiftMonkey Docs</a> (100% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html"> Reference</a>
<a href="index.html">SwiftMonkey Reference</a>
<img id="carat" src="img/carat.png" />
Classes Reference
</p>
Expand Down Expand Up @@ -49,9 +49,9 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/s:C11SwiftMonkey6Monkey"></a>
<a name="/s:11SwiftMonkey0B0C"></a>
<a name="//apple_ref/swift/Class/Monkey" class="dashAnchor"></a>
<a class="token" href="#/s:C11SwiftMonkey6Monkey">Monkey</a>
<a class="token" href="#/s:11SwiftMonkey0B0C">Monkey</a>
</code>
</div>
<div class="height-container">
Expand All @@ -72,7 +72,6 @@ <h1>Classes</h1>
<p>If all you want to do is geneate some events and you do
not care about the finer details, you can just use a
test case like the following:</p>

<pre class="highlight plaintext"><code>func testMonkey() {
let application = XCUIApplication()

Expand Down Expand Up @@ -125,8 +124,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2016-11-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2017 <a class="link" href="https://github.com/zalando/SwiftMonkey" target="_blank" rel="external">Dag Ågren</a>. All rights reserved. (Last updated: 2017-10-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
576 changes: 252 additions & 324 deletions SwiftMonkey/Documentation/Classes/Monkey.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions SwiftMonkey/Documentation/badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions SwiftMonkey/Documentation/css/jazzy.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ header {
padding-top: 10px; }
.main-content section .task-group-section .task-group:first-of-type .section-name {
padding-top: 15px; }
.main-content section .heading:before {
content: "";
display: block;
padding-top: 70px;
margin: -70px 0 0; }

.section {
padding: 0 25px; }
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file removed SwiftMonkey/Documentation/docsets/.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>com.jazzy.</string>
<string>com.jazzy.swiftmonkey</string>
<key>CFBundleName</key>
<string></string>
<string>SwiftMonkey</string>
<key>DocSetPlatformFamily</key>
<string></string>
<string>swiftmonkey</string>
<key>isDashDocset</key>
<true/>
<key>dashIndexFilePath</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html"> Docs</a> (100% documented)</p>
<p><a href="index.html">SwiftMonkey Docs</a> (100% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="index.html"> Reference</a>
<a href="index.html">SwiftMonkey Reference</a>
<img id="carat" src="img/carat.png" />
Classes Reference
</p>
Expand Down Expand Up @@ -49,9 +49,9 @@ <h1>Classes</h1>
<li class="item">
<div>
<code>
<a name="/s:C11SwiftMonkey6Monkey"></a>
<a name="/s:11SwiftMonkey0B0C"></a>
<a name="//apple_ref/swift/Class/Monkey" class="dashAnchor"></a>
<a class="token" href="#/s:C11SwiftMonkey6Monkey">Monkey</a>
<a class="token" href="#/s:11SwiftMonkey0B0C">Monkey</a>
</code>
</div>
<div class="height-container">
Expand All @@ -72,7 +72,6 @@ <h1>Classes</h1>
<p>If all you want to do is geneate some events and you do
not care about the finer details, you can just use a
test case like the following:</p>

<pre class="highlight plaintext"><code>func testMonkey() {
let application = XCUIApplication()

Expand Down Expand Up @@ -125,8 +124,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2016 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2016-11-28)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.7.2</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2017 <a class="link" href="https://github.com/zalando/SwiftMonkey" target="_blank" rel="external">Dag Ågren</a>. All rights reserved. (Last updated: 2017-10-12)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.4</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 a0a6527

Please sign in to comment.