aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/in_source_files.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-05-06 18:51:42 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-20 11:27:26 -0400
commit1dab1836fe17ecdbf750b99832c4d1f789bedcf1 (patch)
tree56d6c0420856730cd7656c67dbde4b65af6e5db8 /org/in_source_files.org
parentdoc structure hash removed, replaced, unused (diff)
doc abstraction, code & org whitespace, cosmetic
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r--org/in_source_files.org22
1 files changed, 11 insertions, 11 deletions
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
<<meta_config_file_hub>>
#+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