Skip to content

Commit 032a6e3

Browse files
committed
corrected doc markup
1 parent 85f1822 commit 032a6e3

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
11 Bytes
Binary file not shown.

docs/build/doctrees/mediable.doctree

-6 Bytes
Binary file not shown.

docs/build/html/_sources/mediable.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To change the order of media assigned to a given tag, or to insert a new item at
111111
$media = $media->prepend($new_media);
112112
$post->syncMedia($media, 'gallery');
113113

114-
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.
114+
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.
115115

116116
::
117117

docs/build/html/mediable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h2>Media Order<a class="headerlink" href="#media-order" title="Permalink to thi
243243
<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>
244244
</pre></div>
245245
</div>
246-
<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>
246+
<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>
247247
<div class="highlight-php"><div class="highlight"><pre><span></span><span class="cp">&lt;?php</span>
248248
<span class="nv">$mediable</span><span class="o">-&gt;</span><span class="na">media</span><span class="p">()</span>
249249
<span class="o">-&gt;</span><span class="na">unordered</span><span class="p">()</span>

docs/build/html/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/mediable.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To change the order of media assigned to a given tag, or to insert a new item at
111111
$media = $media->prepend($new_media);
112112
$post->syncMedia($media, 'gallery');
113113

114-
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.
114+
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.
115115

116116
::
117117

0 commit comments

Comments
 (0)