|
333 | 333 | text-align: left; |
334 | 334 | } |
335 | 335 |
|
336 | | -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, |
337 | | -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { |
| 336 | +h1 code.docutils, h2 code.docutils, h3 code.docutils, |
| 337 | +h4 code.docutils, h5 code.docutils, h6 code.docutils { |
338 | 338 | font-size: 100% } |
339 | 339 |
|
340 | 340 | ul.auto-toc { |
@@ -392,16 +392,15 @@ <h3>Individual Registrant Integration</h3> |
392 | 392 | <div class="section" id="automatic-name-generation"> |
393 | 393 | <h3>Automatic Name Generation</h3> |
394 | 394 | <p>The suffix is automatically appended to the registrant's computed name in the format: |
395 | | -<tt class="docutils literal">FAMILY_NAME, GIVEN_NAME, ADDL_NAME, SUFFIX</tt></p> |
| 395 | +<code class="docutils literal">FAMILY_NAME, GIVEN_NAME, ADDL_NAME, SUFFIX</code></p> |
396 | 396 | <p>For example: "SMITH, JOHN, MICHAEL, JR."</p> |
397 | 397 | </div> |
398 | 398 | </div> |
399 | 399 | <div class="section" id="dependencies"> |
400 | 400 | <h2>Dependencies</h2> |
401 | 401 | <p>This module depends on:</p> |
402 | 402 | <ul class="simple"> |
403 | | -<li><strong>spp_registrant_import</strong>: Provides the base name computation logic for registrants.</li> |
404 | | -<li><strong>g2p_registry_individual</strong>: Provides the individual registrant views and model.</li> |
| 403 | +<li><strong>g2p_registry_individual</strong>: Provides the individual registrant views, model, and the base name_change method.</li> |
405 | 404 | </ul> |
406 | 405 | </div> |
407 | 406 | <div class="section" id="configuration"> |
|
0 commit comments