Docs: fix uneven lengths of code delimiter blocks
authorRemington Steed <rjs7@calvin.edu>
Mon, 20 May 2019 21:20:08 +0000 (17:20 -0400)
committerRemington Steed <rjs7@calvin.edu>
Tue, 21 May 2019 17:33:51 +0000 (13:33 -0400)
This continues the work that Dan Scott started, fixing more unmatching
start/end lines around code blocks, as revealed by the sad-looking HTML
output of asciidoctor.

This commit also fixes a few heading underlines of the wrong length.

Signed-off-by: Remington Steed <rjs7@calvin.edu>

docs/TechRef/KidsOPAC.adoc
docs/admin/acquisitions_admin.adoc
docs/admin/sip_server.adoc
docs/admin_initial_setup/borrowing_items.adoc
docs/admin_initial_setup/migrating_patron_data.adoc

index a9293d9..9e6f994 100644 (file)
@@ -96,7 +96,7 @@ files to that directory instead, and then skip any Apache config changes.
 % mkdir /openils/var/templates_kpac2
 % cp -r Open-ILS/examples/web/templates/kpac /openils/var/templates_kpac2/
 % cp -r /openils/var/web/css/skin/default/kpac/fonts /openils/var/web/css/skin/kpac2/kpac
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
 
 Then set up 443/80 vhosts for serving the alternate skin in eg.conf, something
 along the lines of:
@@ -113,7 +113,7 @@ along the lines of:
         PerlAddVar OILSWebTemplatePath "/openils/var/templates_kpac2"
     </Location>
 </VirtualHost>
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
 
 Considerations for Community Adoption
 -------------------------------------
index 6683ebb..03df126 100644 (file)
@@ -39,7 +39,7 @@ in the acquisitions module
 created in the acquisitions module
 
 Cancel/Delay reasons
-~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~
 
 indexterm:[acquisitions,purchase order,cancellation]
 indexterm:[acquisitions,line item,cancellation]
index c2c3986..d66543a 100644 (file)
@@ -462,7 +462,7 @@ Don't be confused by the different branches that can show up in the same respons
 * AQ is the ``permanent location'', and 
 
 * CT is the _destination location_ (i.e., pickup lib for a hold or target lib for a transfer). 
-================
+===============
 
 anchor:sip_11-12_checkout[]
 
index 9136c71..af45fe4 100644 (file)
@@ -32,7 +32,7 @@ to disallow an item from circulating.
 a data element in circulation policies.
 
 Shelving location data
-~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~
 
 * To get to the Shelving Locations Editor, navigate to *Administration ->
 Local Administration -> Shelving Locations Editor*. 
index 9248306..4bb8544 100644 (file)
@@ -40,7 +40,7 @@ importing. Here is an example sql statement:
         int DEFAULT 2, ident_type int, home_ou int, claims_returned_count int DEFAULT 
                0, usrname text, net_access_level int DEFAULT 2, password text
     ); 
------------------------------------
+----------------------------------
 +
 NOTE: The _default_ variables allow you to set default for your library or to populate 
 required fields in Evergreen if your data includes NULL values.
@@ -64,7 +64,7 @@ corresponding id in the actor.org_unit table.
        city, province, country, postal_code, phone) 
        FROM '/home/opensrf/patrons.csv' 
                WITH CSV HEADER;  
------------------------------------
+----------------------------------
 +
 The script will vary depending on the format of your patron load file (patrons.csv). 
 +