Skip to content

Commit

Permalink
Re-build USX 3.0 HTML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjm committed Dec 14, 2018
1 parent 1e5d583 commit 4833012
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
Binary file modified docs/_build/html/_images/usx-element_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/_build/html/about/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@
</li>
<li><p class="first">Support for explicit <a class="reference internal" href="../elements.html#usx-element-table"><span class="std std-ref">table</span></a> <a class="reference internal" href="../elements.html#usx-element-cell"><span class="std std-ref">cell</span></a> column spanning (add attribute <code class="docutils literal notranslate"><span class="pre">colspan</span></code> to <a class="reference internal" href="../elements.html#usx-element-cell"><span class="std std-ref">cell</span></a>).</p>
</li>
<li><p class="first">Change <a class="reference internal" href="../elements.html#usx-element-figure"><span class="std std-ref">&lt;figure&gt;</span></a> <a class="reference internal" href="../attributes.html"><span class="doc">attribute</span></a> <code class="docutils literal notranslate"><span class="pre">desc</span></code> to <code class="docutils literal notranslate"><span class="pre">alt</span></code> to align with companion USFM 3.0 updates to <a class="reference external" href="https://ubsicap.github.io/usfm/master/characters/index.html#fig-fig">\fig …\fig*</a>.</p>
</li>
<li><p class="first"><em>Deprecated</em> cross reference and footnote DC content <a class="reference internal" href="../elements.html#usx-element-char"><span class="std std-ref">&lt;char&gt;</span></a> &#64;style types: <a class="reference internal" href="../notes.html#usx-note-crossreference-charstyle-xdc"><span class="std std-ref">xdc</span></a> and <a class="reference internal" href="../notes.html#usx-note-footnote-charstyle-fdc"><span class="std std-ref">fdc</span></a></p>
</li>
<li><p class="first"><em>Deprecated</em> numbered running header <a class="reference internal" href="../elements.html#usx-element-para"><span class="std std-ref">&lt;para&gt;</span></a> &#64;style types: <a class="reference internal" href="../parastyles.html#usx-parastyle-h"><span class="std std-ref">h#</span></a></p>
Expand Down
10 changes: 5 additions & 5 deletions docs/_build/html/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
<code class="docutils literal notranslate"><span class="pre">fig</span></code></td>
</tr>
<tr class="field-odd field"><th class="field-name">&#64;alt:</th><td class="field-body">Illustration description. This text is not normally rendered within a publication. <br />
xsd:string | <em>empty</em></td>
xsd:string</td>
</tr>
<tr class="field-even field"><th class="field-name">&#64;file:</th><td class="field-body">Illustration filename or URI. <span style="color:red; font-weight:bold">*</span> <br />
xsd:string | <em>empty</em></td>
Expand All @@ -919,13 +919,13 @@
<strong>span</strong> - Illustration should be inserted across (spanning) all text columns (i.e. the maximum available page or screen width).</td>
</tr>
<tr class="field-even field"><th class="field-name">&#64;loc:</th><td class="field-body">Illustration location/range. <br />
xsd:string | <em>empty</em></td>
xsd:string</td>
</tr>
<tr class="field-odd field"><th class="field-name">&#64;copy:</th><td class="field-body">Copyright information. <br />
xsd:string | <em>empty</em></td>
xsd:string</td>
</tr>
<tr class="field-even field"><th class="field-name">&#64;ref:</th><td class="field-body">Illustration reference. This text will commonly be rendered together with the illustration caption. <span style="color:red; font-weight:bold">*</span>
xsd:string | <em>empty</em></td>
xsd:string</td>
</tr>
<tr class="field-odd field"><th class="field-name">Valid in:</th><td class="field-body"><a class="reference internal" href="structure.html#usx-div-bookintroduction"><span class="std std-ref">Book Introduction</span></a>, <a class="reference internal" href="structure.html#usx-div-chaptercontent"><span class="std std-ref">Chapter Content</span></a></td>
</tr>
Expand All @@ -935,7 +935,7 @@
</table>
<p><strong>Diagram and Text Sample</strong> - Mark 1.18 (GNT)</p>
<img alt="_images/usx-element_figure.png" src="_images/usx-element_figure.png" />
<div class="highlight-xml notranslate" id="usx-element-figure-example"><div class="highlight"><pre><span></span><span class="nt">&lt;figure</span> <span class="na">style=</span><span class="s">&quot;fig&quot;</span> <span class="na">desc=</span><span class="s">&quot;&quot;</span> <span class="na">file=</span><span class="s">&quot;avnt016.jpg&quot;</span> <span class="na">size=</span><span class="s">&quot;span&quot;</span> <span class="na">loc=</span><span class="s">&quot;&quot;</span> <span class="na">copy=</span><span class="s">&quot;&quot;</span> <span class="na">ref=</span><span class="s">&quot;1.18&quot;</span><span class="nt">&gt;</span>
<div class="highlight-xml notranslate" id="usx-element-figure-example"><div class="highlight"><pre><span></span><span class="nt">&lt;figure</span> <span class="na">style=</span><span class="s">&quot;fig&quot;</span> <span class="na">alt=</span><span class="s">&quot;&quot;</span> <span class="na">file=</span><span class="s">&quot;avnt016.jpg&quot;</span> <span class="na">size=</span><span class="s">&quot;span&quot;</span> <span class="na">loc=</span><span class="s">&quot;&quot;</span> <span class="na">copy=</span><span class="s">&quot;&quot;</span> <span class="na">ref=</span><span class="s">&quot;1.18&quot;</span><span class="nt">&gt;</span>
At once they left their nets.<span class="nt">&lt;/figure&gt;</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/about/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ USX 3.0 additions or revisions are highlighted throughout this documentation usi
* Require a verse identifier ``vid`` :doc:`attribute </attributes>` for :ref:`<para> <usx-element_para>` to re-identify the current verse whenever the previous :ref:`para <usx-element_para>` or :ref:`table <usx-element_table>` closed prior the end of the current verse text.
* Support citation form for wordlist / glossary text (update :ref:`<char> <usx-element_char>` @style :ref:`lik <usx-charstyle_w>`).
* Support for explicit :ref:`table <usx-element_table>` :ref:`cell <usx-element_cell>` column spanning (add attribute ``colspan`` to :ref:`cell <usx-element_cell>`).
* Change :ref:`<figure> <usx-element_figure>` :doc:`attribute </attributes>` `desc` to `alt` to align with companion USFM 3.0 updates to `\fig ...\fig* <https://ubsicap.github.io/usfm/master/characters/index.html#fig-fig>`_.
* Change :ref:`<figure> <usx-element_figure>` :doc:`attribute </attributes>` ``desc`` to ``alt`` to align with companion USFM 3.0 updates to `\\fig ...\\fig* <https://ubsicap.github.io/usfm/master/characters/index.html#fig-fig>`_.
* *Deprecated* cross reference and footnote DC content :ref:`<char> <usx-element_char>` @style types: :ref:`xdc <usx-note_crossReference_charstyle_xdc>` and :ref:`fdc <usx-note_footnote_charstyle_fdc>`
* *Deprecated* numbered running header :ref:`<para> <usx-element_para>` @style types: :ref:`h# <usx-parastyle_h>`
* *Deprecated* pronunciation info <char> @style pro in favour of ruby glosses :ref:`<char> <usx-element_char>` @style :ref:`rb <usx-charstyle_rb>`.
Expand Down
Binary file modified docs/images/usx-element_figure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4833012

Please sign in to comment.