Skip to content

Commit

Permalink
corrected doc markup
Browse files Browse the repository at this point in the history
  • Loading branch information
frasmage committed Sep 25, 2016
1 parent 85f1822 commit 032a6e3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/mediable.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/_sources/mediable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To change the order of media assigned to a given tag, or to insert a new item at
$media = $media->prepend($new_media);
$post->syncMedia($media, 'gallery');

An `ORDER BY` clause is automatically applied to all queries run on the `media()` relationship. To disable this default behaviour, use the `unordered()` query scope.
An ``ORDER BY`` clause is automatically applied to all queries run on the ``media()`` relationship. To disable this default behaviour, use the ``unordered()`` query scope.

::

Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/mediable.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h2>Media Order<a class="headerlink" href="#media-order" title="Permalink to thi
<span class="nv">$post</span><span class="o">-&gt;</span><span class="na">syncMedia</span><span class="p">(</span><span class="nv">$media</span><span class="p">,</span> <span class="s1">&#39;gallery&#39;</span><span class="p">);</span>
</pre></div>
</div>
<p>An <cite>ORDER BY</cite> clause is automatically applied to all queries run on the <cite>media()</cite> relationship. To disable this default behaviour, use the <cite>unordered()</cite> query scope.</p>
<p>An <code class="docutils literal"><span class="pre">ORDER</span> <span class="pre">BY</span></code> clause is automatically applied to all queries run on the <code class="docutils literal"><span class="pre">media()</span></code> relationship. To disable this default behaviour, use the <code class="docutils literal"><span class="pre">unordered()</span></code> query scope.</p>
<div class="highlight-php"><div class="highlight"><pre><span></span><span class="cp">&lt;?php</span>
<span class="nv">$mediable</span><span class="o">-&gt;</span><span class="na">media</span><span class="p">()</span>
<span class="o">-&gt;</span><span class="na">unordered</span><span class="p">()</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/source/mediable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ To change the order of media assigned to a given tag, or to insert a new item at
$media = $media->prepend($new_media);
$post->syncMedia($media, 'gallery');

An `ORDER BY` clause is automatically applied to all queries run on the `media()` relationship. To disable this default behaviour, use the `unordered()` query scope.
An ``ORDER BY`` clause is automatically applied to all queries run on the ``media()`` relationship. To disable this default behaviour, use the ``unordered()`` query scope.

::

Expand Down

0 comments on commit 032a6e3

Please sign in to comment.