LP#1848524: Docs: fixed antora docs for heading syntax
authorblake <blake@mobiusconsortium.org>
Thu, 4 Jun 2020 22:10:30 +0000 (17:10 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 4 Sep 2020 20:45:04 +0000 (16:45 -0400)
Found some leftover files missing their heading upgrades.

Signed-off-by: blake <blake@mobiusconsortium.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

docs-antora/modules/admin/pages/closed_dates.adoc
docs-antora/modules/admin_initial_setup/pages/describing_your_organization.adoc
docs-antora/modules/cataloging/pages/batch_importing_MARC.adoc
docs-antora/modules/cataloging/pages/item_tags_cataloging.adoc
docs-antora/modules/circulation/pages/circulating_items_web_client.adoc
docs-antora/modules/opac/pages/my_account.adoc
docs-antora/modules/opac/pages/using_the_public_access_catalog.adoc

index 9d78eb4..bceb705 100644 (file)
@@ -1,5 +1,5 @@
-Set closed dates using the Closed Dates Editor 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+= Set closed dates using the Closed Dates Editor =
+:toc:
 
 indexterm:[Closed Dates]
 
@@ -10,7 +10,7 @@ These dates are in addition to your regular weekly closed days.    Both regular
 
 Closed dates do not affect the processing delays for Action/Triggers. For example, if your library has a trigger event that marks items as lost after 30 days, that 30 day period will include both open and closed dates.
 
-==== Adding a closure ====
+== Adding a closure ==
 
 . Select _Administration > Local Administration_.
 . Select _Closed Dates Editor_.
@@ -35,7 +35,7 @@ image::media/closed_dates.png[]
 Now that your organizational structure is established, you can begin
 configuring permissions for the staff users of your Evergreen system.
 
-==== Detailed closure ====
+== Detailed closure ==
 
 If your closed dates include a portion of a business day, you should create a detailed closing.
 
index 1d0e8f1..444dccc 100644 (file)
@@ -8,8 +8,8 @@ libraries and branches that are members of the consortium. In this chapter,
 we'll talk about how to get the Evergreen system to see all your libraries, how
 to set each one up, and how to edit all the details of each one. 
 
-Organization Unit Types 
------------------------
+== Organization Unit Types ==
+
 The term _Organization Unit Types_ refers to levels in the hierarchy of your
 library system(s). Examples could include: All-Encompassing Consortium, Library
 System, Branch, Bookmobile, Sub-Branch, etc. 
@@ -30,8 +30,8 @@ terms of "depth" in various configuration interfaces. In a typical hierarchy,
 the consortium has a depth of 0, the system is 1, the branch is 2, and any
 bookmobiles or sub-branches is 3.
 
-Create and edit Organization Unit Types 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+=== Create and edit Organization Unit Types ===
+
 . Open *Administration > Server Administration > Organization Types*.
 . In the left panel, expand the *Organization Unit Types* hierarchy. 
 . Click on a organization type to edit the existing type or to add a new
@@ -44,20 +44,20 @@ To create a new dependent organization unit, click *New Child*. The new child
 organization unit will appear in the left panel list below the parent.
 Highlight the new unit and edit the data as needed, click *Save*
 
-Organizational Units 
---------------------
+== Organizational Units ==
+
 'Organizational Units' are the specific instances of the organization unit types
 that make up your library's hierarchy. These will have distinctive proper names
 such as Main Street Branch or Townsville Campus. 
 
-Remove or edit default Organizational Units 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+=== Remove or edit default Organizational Units ===
+
 After installing the Evergreen software, the default CONS, SYS1, BR1, etc.,
 organizational units remain. These must be removed or edited to reflect actual
 library entities. 
 
-Create and edit Organizational Units 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+=== Create and edit Organizational Units ===
+
 . Open *Administration > Server Administration > Organizational Units*.
 . In the left panel, expand the the Organizational Units hierarchy, select a
   unit.
@@ -73,6 +73,7 @@ will appear in the hierarchy list below the parent unit. Click on the new unit
 and edit the data, click *Save*
 
 === Organizational Unit data ===
+
 The *Addresses* tab allows you to enter library contact information. Library
 Phone number, email address, and addresses are used in patron email
 notifications, hold slips, and transit slips. The Library address tab is broken
index 63c03c7..42211c4 100644 (file)
@@ -376,8 +376,7 @@ image::media/Batch_Importing_MARC_Records12.jpg[Batch_Importing_MARC_Records12]
 image::media/Batch_Importing_MARC_Records14.jpg[Batch_Importing_MARC_Records14] 
 
 
-Default Values for Item Import 
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Default Values for Item Import ==
 
 Evergreen now supports additional functionality for importing items through *Cataloging* -> *MARC Batch Import/Export*.  When items are imported via a *Holdings Import Profile* in *Cataloging* -> *MARC Batch Import/Export*, Evergreen will create an item-level record for each copy.  If an item barcode, call number, shelving location, or circulation modifier is not set in the embedded holdings, Evergreen will apply a default value based on the configured Library Settings.  A default prefix can be applied to the auto-generated call numbers and item barcodes.
 
index f300a9f..f44c553 100644 (file)
@@ -7,8 +7,7 @@ Item Tags allow staff to apply custom, pre-defined labels or tags to items.  Ite
 
 Item tags can be created ahead of time in the Administration module (See the Administration section of this documentation for more information.) and then applied to items or they can be created on the fly during the cataloging process.
 
-Adding Existing Item Tags to Items
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Adding Existing Item Tags to Items ==
 
 Item Tags can be added to existing items or to new items as they are cataloged.  To add an item tag:
 
@@ -32,8 +31,7 @@ Item tags can be created in the Holdings Editor on the fly while cataloging or v
 . Select the *Tag Type* from the drop down menu and type in the new Tag you want to apply to the item.  Click *Add Tag*, then click *OK*.  The new tag will be created and attached to the item.  It will be owned by the organization unit your workstation is registered to.  The tag can be modified under *Admin->Local Administration->Item Tags*.
 
 
-Removing Item Tags from Items
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Removing Item Tags from Items ==
 
 To remove an item tag from a item:
 
@@ -44,8 +42,7 @@ To remove an item tag from a item:
 image::media/remove_item_tag.png[Removing an Item Tag]
 
 
-Adding Item Tags to Items in Batch
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Adding Item Tags to Items in Batch ==
 
 Item tags can be added to multiple items in batch using _Item Buckets_.  After adding the items to a Item Bucket:
 
index 51aa27d..d1d7e0e 100644 (file)
@@ -1,8 +1,7 @@
 = Circulating Items =
 :toc:
 
-Check Out
-~~~~~~~~~~
+== Check Out ==
 
 === Regular Items ===
 
@@ -187,8 +186,7 @@ These options may be selected simultaneously. The selected option is displayed i
 image::media/checkinmodifiers-with-inventory2.png[Web client check-in modifiers]
 ===================================================
   
-Renewal and Editing the Item's Due Date
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Renewal and Editing the Item's Due Date ==
 
 Checked-out items can be renewed if your library's policy allows it. The new due date is calculated from the renewal date. Existing loans can also be extended to a specific date by editing the due date or renewing with a specific due date.
 
@@ -256,15 +254,13 @@ Lost Item Billing
 - The replacement fee and processing fee for lost-then-returned items may be voided if set by local policy. Overdue fines may be reinstated on lost-then-returned items if set by local policy.
 ========================
 
-Refunds for Lost Items
-^^^^^^^^^^^^^^^^^^^^^^^
+=== Refunds for Lost Items ===
 
 If an item is returned after a lost bill has been paid and the library's policy is to void the replacement fee for lost-then-returned items, there will be a negative balance in the bill. A refund needs to be made to close the bill and the circulation record. Once the outstanding amount has been refunded, the bill and circulation record will be closed and the item will disappear from the Items Out screen.
 
 If you need to balance a bill with a negative amount, you need to add two dummy bills to the existing bills. The first one can be of any amount (e.g. $0.01), while the second should be of the absolute value of the negative amount. Then you need to void the first dummy bill. The reason for using a dummy bill is that Evergreen will check and close the circulation record only when payment is applied or bills are voided.
 
-Claimed Returned Items
-^^^^^^^^^^^^^^^^^^^^^^^
+=== Claimed Returned Items ===
 
 1) To mark an item Claimed Returned, retrieve the patron record and go to the *Items Out* screen.
 
@@ -345,8 +341,7 @@ If the item's status is "Available", the displayed due date refers to the previo
 [TIP]
 Upload From File allows you to load multiple items saved in a file on your local computer. The file contains a list of the barcodes in text format. To ensure smooth uploading and further processing on the items, it is recommended that the list contains no more than 100 items.
 
-Viewing past circulations
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+=== Viewing past circulations ===
 1) To view past circulations, retrieve the item on the *Item Status* screen as described above.
 
 2) Select *Detail view*.
index 2cb559c..8bc1550 100644 (file)
@@ -1,8 +1,7 @@
 
 [#my_account]
-
-
-== My Account ==
+= My Account =
+:toc:
 
 // ``First Login Password Update'' the following documentation comes from JSPAC
 // as of 2013-03-12 this feature did not exist in EG 2.4 TPAC,
@@ -13,8 +12,8 @@
 ////
 
 
-First Login Password Update 
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
+== First Login Password Update ==
+
 
 indexterm:[my account, first login password update]
 
@@ -33,8 +32,7 @@ the online the section called ``<<password_reset,Password Reset>>'' tool.
 ////
 
 
-Logging In 
-^^^^^^^^^^
+== Logging In ==
 
 indexterm:[my account, logging in]
 
@@ -104,7 +102,7 @@ password_ field and re-enter it in the _Re-enter new password_ field.
 . Login to your account with your new password. 
 
 
-=== Account Summary ===
+== Account Summary ==
 
 indexterm:[my account, account summary]
 
@@ -114,8 +112,7 @@ ready for pickup. In addition, the Account Summary page lists your current fines
 and payment history.
 
 
-Items Checked Out 
-^^^^^^^^^^^^^^^^^
+== Items Checked Out ==
 
 indexterm:[my account, items checked out]
 
@@ -145,8 +142,7 @@ area.
 ==========
 
 
-Holds
-^^^^^ 
+== Holds ==
 
 indexterm:[my account, holds]
 
@@ -184,8 +180,7 @@ To protect patron privacy, the Holds History will be completely blank unless the
 area.
 ==========
 
-Account Preferences 
-^^^^^^^^^^^^^^^^^^^
+== Account Preferences ==
 
 indexterm:[my account, account preferences]
 
@@ -233,7 +228,7 @@ there is no way for a patron to recover those data.
 After changing any of these settings, you must click _Save_ to store your 
 preferences.
 
-==== Authorize other people to use your account ====
+=== Authorize other people to use your account ===
 
 indexterm:[Allow others to use my account]
 indexterm:[checking out,materials on another patron's account]
@@ -253,7 +248,7 @@ information will also be visible to circulation staff at your library.
 
 indexterm:[holds, preferred pickup location]
 
-=== Patron Messages ===
+== Patron Messages ==
 
 The Patron Message Center provides a way for libraries to communicate with 
 patrons through messages that can be accessed through the patron's OPAC account.
@@ -284,7 +279,7 @@ image::media/message_center12.PNG[Message Center 12]
 NOTE: Patron deleted messages will still appear in the patron's account in the 
 staff client under Other -> Message Center.
 
-=== Reservations ===
+== Reservations ==
 
 When patrons place a reservation for a particular item at a particular time,
 they can check on its status using the *Reservations* tab.
index c16386c..800a8d3 100644 (file)
@@ -322,8 +322,7 @@ truncate any number of characters.
 
 [#stemming]
 
-Stemming 
-^^^^^^^^
+=== Stemming ===
 
 indexterm:[search, stemming]
 
@@ -494,8 +493,7 @@ and barcode.
 
 
 
-Placing Holds 
-^^^^^^^^^^^^^
+=== Placing Holds ===
 
 indexterm:[search results, placing holds]
 
@@ -526,8 +524,7 @@ hold has not been fulfilled you do not need the item anymore.
 
 image::media/catalogue-9.png[catalogue-9]
 
-Permalink 
-^^^^^^^^^
+=== Permalink ===
 
 The record summary page offers a link to a shorter permalink that
  can be used for sharing the record with others. All URL parameters are stripped
@@ -553,8 +550,7 @@ Carrier charges may apply when using the SMS call number feature.
 ==========
 
 
-Going back 
-^^^^^^^^^^
+=== Going back ===
 
 indexterm:[search results, going back]