From 7a9667a720de56bff4e3a1887ede7fb88aa5348a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 29 Nov 2017 15:31:26 -0500 Subject: [PATCH] 2nd level of bullets requires '**' The Asciidoc for this file had two levels of indentations for the intended bulleted list, but bullet indentation levels are set by the number of asterisks: * = 1st level ** = 2nd level Signed-off-by: Dan Scott --- docs/development/data_unapi.adoc | 60 ++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/docs/development/data_unapi.adoc b/docs/development/data_unapi.adoc index f4e8db5e93..24d2d0ec58 100644 --- a/docs/development/data_unapi.adoc +++ b/docs/development/data_unapi.adoc @@ -16,35 +16,35 @@ following form: * +tag::U2@+ * followed by class name, which may be - * +bre+ (bibs) - * +biblio_record_entry_feed+ (multiple bibs) - * +acl+ (copy locations) - * +acn+ (volumes) - * +acnp+ (call number prefixes) - * +acns+ (call number suffixes) - * +acp+ (copies) - * +acpn+ (copy notes) - * +aou+ (org units) - * +ascecm+ (copy stat cat entries) - * +auri+ (located URIs) - * +bmp+ (monographic parts) - * +cbs+ (bib sources) - * +ccs+ (copy statuses) - * +circ+ (loan checkout and due dates) - * +holdings_xml+ (holdings) - * +mmr+ (metarecords) - * +mmr_holdings_xml+ (metarecords with holdings) - * +mmr_mra+ (metarecords with record attributes) - * +mra+ (record attributes) - * +sbsum+ (serial basic summaries) - * +sdist+ (serial distributions) - * +siss+ (serial issues) - * +sisum+ (serial index summaries) - * +sitem+ (serial items) - * +sssum+ (serial supplement summaries) - * +sstr+ (serial streams) - * +ssub+ (serial subscriptions) - * +sunit+ (serial units) + ** +bre+ (bibs) + ** +biblio_record_entry_feed+ (multiple bibs) + ** +acl+ (copy locations) + ** +acn+ (volumes) + ** +acnp+ (call number prefixes) + ** +acns+ (call number suffixes) + ** +acp+ (copies) + ** +acpn+ (copy notes) + ** +aou+ (org units) + ** +ascecm+ (copy stat cat entries) + ** +auri+ (located URIs) + ** +bmp+ (monographic parts) + ** +cbs+ (bib sources) + ** +ccs+ (copy statuses) + ** +circ+ (loan checkout and due dates) + ** +holdings_xml+ (holdings) + ** +mmr+ (metarecords) + ** +mmr_holdings_xml+ (metarecords with holdings) + ** +mmr_mra+ (metarecords with record attributes) + ** +mra+ (record attributes) + ** +sbsum+ (serial basic summaries) + ** +sdist+ (serial distributions) + ** +siss+ (serial issues) + ** +sisum+ (serial index summaries) + ** +sitem+ (serial items) + ** +sssum+ (serial supplement summaries) + ** +sstr+ (serial streams) + ** +ssub+ (serial subscriptions) + ** +sunit+ (serial units) * followed by +/+ * followed by a record identifier (or in the case of the +biblio_record_entry_feed+ class, multiple IDs separated @@ -53,7 +53,7 @@ following form: * followed, optionally, by a comma-separated list of "includes" enclosed in curly brackets. The list of includes is the same as the list of classes with the following addition: - * +bre.extern+ (information from the non-MARC parts of a bib + ** +bre.extern+ (information from the non-MARC parts of a bib record) * followed, optionally, by +/+ and org unit; "-" signifies the top of the org unit tree -- 2.11.0