From be5799711497dc3ddb5faf032254734bc0dcf1c2 Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Mon, 20 May 2019 17:20:08 -0400 Subject: [PATCH] Docs: fix uneven lengths of code delimiter blocks 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 --- docs/TechRef/KidsOPAC.adoc | 4 ++-- docs/admin/acquisitions_admin.adoc | 2 +- docs/admin/sip_server.adoc | 2 +- docs/admin_initial_setup/borrowing_items.adoc | 2 +- docs/admin_initial_setup/migrating_patron_data.adoc | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/TechRef/KidsOPAC.adoc b/docs/TechRef/KidsOPAC.adoc index a9293d9082..9e6f994dee 100644 --- a/docs/TechRef/KidsOPAC.adoc +++ b/docs/TechRef/KidsOPAC.adoc @@ -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" -------------------------------------------------------------------------------- +------------------------------------------------------------------------------ Considerations for Community Adoption ------------------------------------- diff --git a/docs/admin/acquisitions_admin.adoc b/docs/admin/acquisitions_admin.adoc index 6683ebb7b6..03df126256 100644 --- a/docs/admin/acquisitions_admin.adoc +++ b/docs/admin/acquisitions_admin.adoc @@ -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] diff --git a/docs/admin/sip_server.adoc b/docs/admin/sip_server.adoc index c2c3986d07..d66543a9ba 100644 --- a/docs/admin/sip_server.adoc +++ b/docs/admin/sip_server.adoc @@ -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[] diff --git a/docs/admin_initial_setup/borrowing_items.adoc b/docs/admin_initial_setup/borrowing_items.adoc index 9136c71ae0..af45fe43ee 100644 --- a/docs/admin_initial_setup/borrowing_items.adoc +++ b/docs/admin_initial_setup/borrowing_items.adoc @@ -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*. diff --git a/docs/admin_initial_setup/migrating_patron_data.adoc b/docs/admin_initial_setup/migrating_patron_data.adoc index 9248306cda..4bb85445c5 100644 --- a/docs/admin_initial_setup/migrating_patron_data.adoc +++ b/docs/admin_initial_setup/migrating_patron_data.adoc @@ -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). + -- 2.43.2