Skip to content

Commit

Permalink
update for aside-formatting-cleanup branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 29, 2015
1 parent 31bfec0 commit fff44b9
Show file tree
Hide file tree
Showing 34 changed files with 428 additions and 2,672 deletions.
8 changes: 4 additions & 4 deletions document_alamofire/after/docs/Classes/MultipartFormData.html
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ <h3 class="section-name">Data Encoding</h3>
time. This method should only be used when the encoded data will have a small memory footprint. For large data
cases, please use the <code>writeEncodedDataToDisk(fileURL:completionHandler:)</code> method.</p>

<div class="throws">
<p class="aside-title">throws</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
<p>An <code>NSError</code> if encoding encounters an error.</p>

</div>
Expand Down Expand Up @@ -1049,8 +1049,8 @@ <h4>Return Value</h4>
<p>This process is facilitated by reading and writing with input and output streams, respectively. Thus,
this approach is very memory efficient and should be used for large body part data.</p>

<div class="throws">
<p class="aside-title">throws</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
<p>An <code>NSError</code> if encoding encounters an error.</p>

</div>
Expand Down
229 changes: 21 additions & 208 deletions document_alamofire/after/docs/css/jazzy.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ header {
border-radius: 4px;
overflow-x: auto; }

.aside-title {
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 0; }

.declaration .highlight {
overflow-x: initial;
padding: 0 40px 40px 0;
Expand Down Expand Up @@ -244,212 +238,31 @@ header {
padding-top: 10px;
padding-bottom: 5px; }

div.Swift {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #cde9f4;
overflow-y: hidden; }
div.Swift .aside-title {
color: #4b8afb;
-webkit-user-select: none; }

div.attention {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.attention .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.author {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.author .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.authors {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.authors .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.bug {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.bug .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.complexity {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.complexity .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.copyright {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.copyright .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.date {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.date .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.experiment {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.experiment .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.important {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.important .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.invariant {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.invariant .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.note {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
.aside, .Swift {
padding: 6px 12px;
margin: 12px 0;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.note .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.postcondition {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.postcondition .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.precondition {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.precondition .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.remark {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.remark .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.requires {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.requires .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.see {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.see .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.seealso {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.seealso .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.since {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.since .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.todo {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.todo .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.throws {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.throws .aside-title {
color: #aaa;
-webkit-user-select: none; }

div.version {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #dddddd;
overflow-y: hidden; }
div.version .aside-title {
.aside .aside-title, .Swift .aside-title {
font-size: 9px;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 0;
margin: 0;
color: #aaa;
-webkit-user-select: none; }

div.warning {
padding: 4px 0 2px 10px;
margin-bottom: 1em;
border-left: 5px solid #ff6666;
overflow-y: hidden; }
div.warning .aside-title {
color: #ff0000;
-webkit-user-select: none; }
.aside p:last-child, .Swift p:last-child {
margin-bottom: 0; }

.Swift {
border-left: 5px solid #cde9f4; }
.Swift .aside-title {
color: #4b8afb; }

.aside-warning {
border-left: 5px solid #ff6666; }
.aside-warning .aside-title {
color: #ff0000; }

.graybox {
border-collapse: collapse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ <h3 class="section-name">Data Encoding</h3>
time. This method should only be used when the encoded data will have a small memory footprint. For large data
cases, please use the <code>writeEncodedDataToDisk(fileURL:completionHandler:)</code> method.</p>

<div class="throws">
<p class="aside-title">throws</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
<p>An <code>NSError</code> if encoding encounters an error.</p>

</div>
Expand Down Expand Up @@ -1049,8 +1049,8 @@ <h4>Return Value</h4>
<p>This process is facilitated by reading and writing with input and output streams, respectively. Thus,
this approach is very memory efficient and should be used for large body part data.</p>

<div class="throws">
<p class="aside-title">throws</p>
<div class="aside aside-throws">
<p class="aside-title">Throws</p>
<p>An <code>NSError</code> if encoding encounters an error.</p>

</div>
Expand Down
Loading

0 comments on commit fff44b9

Please sign in to comment.