[open-ils-commits] [GIT] Evergreen ILS branch master updated. be5799711497dc3ddb5faf032254734bc0dcf1c2

Evergreen Git git at git.evergreen-ils.org
Tue May 21 13:35:05 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  be5799711497dc3ddb5faf032254734bc0dcf1c2 (commit)
      from  e064303f3b6e0596de889dbb5468986d6602a887 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit be5799711497dc3ddb5faf032254734bc0dcf1c2
Author: Remington Steed <rjs7 at calvin.edu>
Date:   Mon May 20 17:20:08 2019 -0400

    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 <rjs7 at calvin.edu>

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"
     </Location>
 </VirtualHost>
--------------------------------------------------------------------------------
+------------------------------------------------------------------------------
 
 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). 
 +

-----------------------------------------------------------------------

Summary of changes:
 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(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list