How to review guide: Remove duplicated instruction

This commit is contained in:
Weijia Cheng 2022-07-02 13:20:08 -07:00 committed by Alex Cabal
parent 3a1bc8f58c
commit 1f4d4349fe

View file

@ -78,11 +78,6 @@ require_once('Core.php');
<code class="terminal"><b>se</b> xpath <i>"//p//text()[re:test(., '[A-Z]{2,}') and not(contains(., 'OK') or contains(., 'SOS')) and not(parent::abbr or parent::var or parent::a or parent::*[contains(@epub:type, 'z3998:roman')])]"</i> <u>src/epub/text/<i class="glob">*</i>.xhtml</u></code>
<p>If any such instances is found, check with the <a href="/manual/latest/single-page#8.3">Manual</a> for the correct capitalization style in all cases.</p>
</li>
<li>
<h2>Review punctuation in quotes</h2>
<p>Most of the time punctuation such as periods and commas should be placed within quotations, except for some rare occasions. See the relevant section of the <a href="/manual/latest/single-page#8.7.2">Manual</a> for reference. Use the following command to examine if any of these needs to be noted for change:</p>
<code class="terminal"><b>se</b> interactive-replace <i>"([\.\,])"</i> <i>"\1"</i> <u>.</u></code>
</li>
<li>
<h2>Review era abbreviation elements</h2>
<p>Era abbreviations do not have punctuation in them unlike other common abbreviations (see <a href="/manual/latest/single-page#8.9.5">Manual</a>). Use the following command to check each of such cases:</p>