diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-05-14 17:04:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-05-27 15:33:35 -0400 |
commit | 3a03516e57b1f77a8a64674d4bc23b85c06ff809 (patch) | |
tree | 5ba8344f202b98f077a05ca71fc71ba1f142219f /org/in_source_files.org | |
parent | generated-by header, latex, html, epub (diff) |
housekeeping
Diffstat (limited to 'org/in_source_files.org')
-rw-r--r-- | org/in_source_files.org | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/org/in_source_files.org b/org/in_source_files.org index 6916f52..68da616 100644 --- a/org/in_source_files.org +++ b/org/in_source_files.org @@ -16,7 +16,8 @@ #+PROPERTY: header-args+ :padline no #+PROPERTY: header-args+ :mkdirp yes -[[./spine.org][spine]] [[./][org/]] +- [[./doc-reform.org][doc-reform.org]] [[./][org/]] + * imports ** std @@ -34,7 +35,7 @@ doc_reform.meta, doc_reform.io_in.paths_source #+END_SRC -* A. get _config file_ (read in) +* A. get _config file_, read in (.readText) [#A] ** _module template_ :module:config_files: #+HEADER: :tangle "../src/doc_reform/io_in/read_config_files.d" @@ -278,7 +279,7 @@ static template configReadDocYAML() { } #+END_SRC -* B. get _markup source_, read file :module:source_files: +* B. get _markup source_, read file (.readText) [#A]:module:source_files: ** _module template_ (includes tuple) #+HEADER: :tangle "../src/doc_reform/io_in/read_source_files.d" @@ -535,7 +536,8 @@ split is on first match of level A~ (which is required) #+END_SRC ** get markup source, master file & inserts :masterfile:inserts: -[[./spine.org][spine]] [[./][org/]] + +- [[./doc-reform.org][doc-reform.org]] [[./][org/]] *** scan inserts (sub-document) source :scan_insert_src: **** scan subdoc source |