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/default_paths.org | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'org/default_paths.org') diff --git a/org/default_paths.org b/org/default_paths.org index 6db48af..f0881da 100644 --- a/org/default_paths.org +++ b/org/default_paths.org @@ -16,7 +16,7 @@ [[./spine.org][spine]] [[./][org/]] * 0. source paths -** _module template_ :module:paths_source: +** _module template_ :module:paths_source: #+BEGIN_SRC d :tangle "../src/doc_reform/io_in/paths_source.d" /++ @@ -41,7 +41,7 @@ import <> #+END_SRC -** _manifest_ :manifest: +** _manifest_ :manifest: #+NAME: template_paths_src #+BEGIN_SRC d @@ -100,7 +100,7 @@ template PodManifest() { } #+END_SRC -** _path matters (pod, manifest and source files)_ :manifest: +** _path matters (pod, manifest and source files)_ :manifest: tree pod pod @@ -464,7 +464,7 @@ template PathMatters() { } #+END_SRC -** _config_ (dr_document_make & config_local_site) :config: +** _config_ (dr_document_make & config_local_site) :config: #+NAME: template_paths_src #+BEGIN_SRC d @@ -591,7 +591,7 @@ template configFilePaths() { } #+END_SRC -** _pod_ (including generated bundled source) :pod: +** _pod_ (including generated bundled source) :pod: *** notes tree pod @@ -958,7 +958,7 @@ template spinePathsPods() { #+END_SRC * 1. output paths -** _module template_ :module:paths_output: +** _module template_ :module:paths_output: #+BEGIN_SRC d :tangle "../src/doc_reform/io_out/paths_output.d" /++ @@ -980,7 +980,7 @@ import doc_reform.meta.rgx; <> #+END_SRC -** shared out path, base directory :out: +** shared out path, base directory :out: - output paths for content, minimize chance of filename/directory collisions in particular pods can contain markup that is published under a name that may be used elsewere @@ -1089,7 +1089,7 @@ template spineOutPathsFnPd() { } #+END_SRC -** _html_ :html: +** _html_ :html: *** relative #+NAME: template_paths_html @@ -1330,7 +1330,7 @@ template spineUrlsHTML() { } #+END_SRC -** _epub_ :epub: +** _epub_ :epub: #+NAME: template_paths_epub #+BEGIN_SRC d @@ -1441,7 +1441,7 @@ template spinePathsEPUB() { } #+END_SRC -** _odt_ :odt: +** _odt_ :odt: #+NAME: template_paths_odf #+BEGIN_SRC d @@ -1511,7 +1511,7 @@ template spinePathsODT() { } #+END_SRC -** _latex_ :latex: +** _latex_ :latex: #+NAME: template_paths_latex #+BEGIN_SRC d @@ -1550,7 +1550,7 @@ template spinePathsLaTeX() { } #+END_SRC -** _sqlite_ :sqlite: +** _sqlite_ :sqlite: *** discrete #+NAME: template_paths_sqlite -- cgit v1.2.3