Skip to content

Commit

Permalink
Fix incorrect version badge in chapter element documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
klassenjm committed Nov 29, 2018
1 parent e52b466 commit 478d199
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/_build/html/elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p><strong>Accurately identifying chapter text within the scripture paragraph structure</strong></p>
<p><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.1</text></g> </svg> USX 3.1 adds a pair of attributes to <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> (<code class="docutils literal notranslate"><span class="pre">sid</span></code> and <code class="docutils literal notranslate"><span class="pre">eid</span></code>) which are used to unambiguously identify the start and end position for a specific chapter text within the scripture discourse structure.</p>
<p><strong>IMPORTANT:</strong> In USX 3.1 a <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> milestone is <em>required</em> at the <strong>start</strong> and at the <strong>end</strong> of the verse text, with corresponding <code class="docutils literal notranslate"><span class="pre">sid</span></code> and <code class="docutils literal notranslate"><span class="pre">eid</span></code> attributes. In previous versions of USX, only a <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> start milestone was required.</p>
<p><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.0</text></g> </svg> USX 3.0 adds a pair of attributes to <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> (<code class="docutils literal notranslate"><span class="pre">sid</span></code> and <code class="docutils literal notranslate"><span class="pre">eid</span></code>) which are used to unambiguously identify the start and end position for a specific chapter text within the scripture discourse structure.</p>
<p><strong>IMPORTANT:</strong> In USX 3.0 a <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> milestone is <em>required</em> at the <strong>start</strong> and at the <strong>end</strong> of the verse text, with corresponding <code class="docutils literal notranslate"><span class="pre">sid</span></code> and <code class="docutils literal notranslate"><span class="pre">eid</span></code> attributes. In previous versions of USX, only a <code class="docutils literal notranslate"><span class="pre">&lt;chapter/&gt;</span></code> start milestone was required.</p>
<p class="last"><a class="reference internal" href="_images/icon-arrow_see.png"><img alt="ico_See" src="_images/icon-arrow_see.png" style="width: 24px; height: 24px;" /></a> See: <a class="reference internal" href="#usx-notes-cvmilestonesyntax"><span class="std std-ref">Background on chapter and verse as milestones</span></a></p>
</div>
<table class="docutils field-list" frame="void" rules="none">
Expand All @@ -278,11 +278,11 @@
<tr class="field-odd field"><th class="field-name">&#64;pubnumber:</th><td class="field-body">Published chapter character. (The chapter character(s) (a string - number, letter or both) which should be displayed in a published version of the scripture text, where the published chapter character is different than the sequential chapter number used within the translation editing environment, as defined by the project versification.) <span style="color:red; font-weight:bold">*</span> <br />
xsd:string</td>
</tr>
<tr class="field-even field"><th class="field-name">&#64;sid:</th><td class="field-body"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.1</text></g> </svg> Chapter start identifier. <span style="color:red; font-weight:bold">*</span> <em>(required at chapter start milestone)</em> <br />
<tr class="field-even field"><th class="field-name">&#64;sid:</th><td class="field-body"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.0</text></g> </svg> Chapter start identifier. <span style="color:red; font-weight:bold">*</span> <em>(required at chapter start milestone)</em> <br />
A standard book + chapter scripture reference. Book names must be one of <a class="reference internal" href="vocabularies.html#usx-vocab-bookcode"><span class="std std-ref">bookCode</span></a>. <br />
xsd:string of pattern <code class="docutils literal notranslate"><span class="pre">[A-Z1-4]{3}</span> <span class="pre">?[0-9]+</span></code></td>
</tr>
<tr class="field-odd field"><th class="field-name">&#64;eid:</th><td class="field-body"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.1</text></g> </svg> Chapter end identifier. <span style="color:red; font-weight:bold">*</span> <em>(required at chapter end milestone)</em> <br />
<tr class="field-odd field"><th class="field-name">&#64;eid:</th><td class="field-body"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="56" height="20"><g shape-rendering="crispEdges"><path fill="#555" d="M0 0h29v20H0z"/><path fill="#6ab0de" d="M29 0h27v20H29z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="155" y="140" transform="scale(.1)" textLength="190">usx</text><text x="415" y="140" transform="scale(.1)" textLength="170">3.0</text></g> </svg> Chapter end identifier. <span style="color:red; font-weight:bold">*</span> <em>(required at chapter end milestone)</em> <br />
A standard book + chapter scripture reference. Book names must be one of <a class="reference internal" href="vocabularies.html#usx-vocab-bookcode"><span class="std std-ref">bookCode</span></a>. <br />
xsd:string of pattern <code class="docutils literal notranslate"><span class="pre">[A-Z1-4]{3}</span> <span class="pre">?[0-9]+</span></code></td>
</tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/elements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ The following schema diagram displays the document structure of a USX scripture

.. note:: **Accurately identifying chapter text within the scripture paragraph structure**

|badge_3.1| USX 3.1 adds a pair of attributes to ``<chapter/>`` (``sid`` and ``eid``) which are used to unambiguously identify the start and end position for a specific chapter text within the scripture discourse structure.
|badge_3.0| USX 3.0 adds a pair of attributes to ``<chapter/>`` (``sid`` and ``eid``) which are used to unambiguously identify the start and end position for a specific chapter text within the scripture discourse structure.

**IMPORTANT:** In USX 3.1 a ``<chapter/>`` milestone is *required* at the **start** and at the **end** of the verse text, with corresponding ``sid`` and ``eid`` attributes. In previous versions of USX, only a ``<chapter/>`` start milestone was required.
**IMPORTANT:** In USX 3.0 a ``<chapter/>`` milestone is *required* at the **start** and at the **end** of the verse text, with corresponding ``sid`` and ``eid`` attributes. In previous versions of USX, only a ``<chapter/>`` start milestone was required.

|ico_See| See: :ref:`Background on chapter and verse as milestones <usx-notes_cvMilestoneSyntax>`

Expand All @@ -95,10 +95,10 @@ The following schema diagram displays the document structure of a USX scripture
xsd:string of pattern ``[0-9]+\w?(\u200F?[\-,][0-9]+\w?)*``
:@pubnumber: Published chapter character. (The chapter character(s) (a string - number, letter or both) which should be displayed in a published version of the scripture text, where the published chapter character is different than the sequential chapter number used within the translation editing environment, as defined by the project versification.) |req| |br|
xsd:string
:@sid: |badge_3.1| Chapter start identifier. |req| *(required at chapter start milestone)* |br|
:@sid: |badge_3.0| Chapter start identifier. |req| *(required at chapter start milestone)* |br|
A standard book + chapter scripture reference. Book names must be one of :ref:`bookCode <usx-vocab-bookCode>`. |br|
xsd:string of pattern ``[A-Z1-4]{3} ?[0-9]+``
:@eid: |badge_3.1| Chapter end identifier. |req| *(required at chapter end milestone)* |br|
:@eid: |badge_3.0| Chapter end identifier. |req| *(required at chapter end milestone)* |br|
A standard book + chapter scripture reference. Book names must be one of :ref:`bookCode <usx-vocab-bookCode>`. |br|
xsd:string of pattern ``[A-Z1-4]{3} ?[0-9]+``
:Valid in: :ref:`usx-div_chapterContent`
Expand Down

0 comments on commit 478d199

Please sign in to comment.