From 1dab1836fe17ecdbf750b99832c4d1f789bedcf1 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 6 May 2020 18:51:42 -0400 Subject: doc abstraction, code & org whitespace, cosmetic --- org/in_source_files.org | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'org/in_source_files.org') diff --git a/org/in_source_files.org b/org/in_source_files.org index 84702fe..a4e2812 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.org @@ -33,7 +33,7 @@ doc_reform.io_in.paths_source #+END_SRC * A. get _config file_ (read in) -** _module template_ :module:config_files: +** _module template_ :module:config_files: #+BEGIN_SRC d :tangle "../src/doc_reform/io_in/read_config_files.d" /++ @@ -50,7 +50,7 @@ import <> #+END_SRC -*** 0. read config files (config_local_site & dr_document_make) (yaml) +*** 0. read config files (config local site & dr document make) (yaml) **** 1. site configuration #+NAME: meta_config_file_hub @@ -221,7 +221,7 @@ static template readConfigDoc() { } #+END_SRC -*** YAML config (config_local_site & dr_document_make) :file:config:hub: +*** YAML config (config local site & dr document make) :file:config:hub: #+NAME: meta_config_file_hub #+BEGIN_SRC d @@ -377,8 +377,8 @@ template spineRawMarkupContent() { } #+END_SRC -** get markup source, read file :source:markup: -*** read file, source string [#A] :string: +** get markup source, read file :source:markup: +*** read file, source string [#A] :string: #+NAME: meta_markup_source_raw_read_file_source_string #+BEGIN_SRC d @@ -407,7 +407,7 @@ template spineRawMarkupContent() { } #+END_SRC -*** document header & content, array.length == 2 [#A] :array: +*** document header & content, array.length == 2 [#A] :array: here you split document header and body, an array.length == 2 split is on first match of level A~ (which is required) @@ -429,7 +429,7 @@ split is on first match of level A~ (which is required) } #+END_SRC -*** source line array :array: +*** source line array :array: #+NAME: meta_markup_source_raw_source_line_array #+BEGIN_SRC d @@ -440,7 +440,7 @@ split is on first match of level A~ (which is required) } #+END_SRC -*** source content raw line array :array: +*** source content raw line array :array: - used for regular .sst files; master .ssm files and; .ssi inserts - regex is passed for relevant enforce match @@ -505,10 +505,10 @@ split is on first match of level A~ (which is required) } #+END_SRC -** get markup source, master file & inserts :masterfile:inserts: +** get markup source, master file & inserts :masterfile:inserts: [[./spine.org][spine]] [[./][org/]] -*** scan inserts (sub-document) source :scan_insert_src: +*** scan inserts (sub-document) source :scan_insert_src: **** scan subdoc source #+NAME: meta_inserts_scan @@ -592,7 +592,7 @@ ContentsAndImages t = tuple( return t; #+END_SRC -*** scan document source :scan_src: +*** scan document source :scan_src: **** scan doc source #+NAME: meta_master_doc_scan_for_insert_filenames -- cgit v1.2.3