aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/default_paths.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/default_paths.org
parentdoc structure hash removed, replaced, unused (diff)
doc abstraction, code & org whitespace, cosmetic
Diffstat (limited to 'org/default_paths.org')
-rw-r--r--org/default_paths.org24
1 files changed, 12 insertions, 12 deletions
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
<<template_paths_pods>>
#+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;
<<template_paths_sqlite>>
#+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