-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
252 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
<meta name="author" content="Greg Finak [email protected]" /> | ||
|
||
<meta name="date" content="2018-07-31" /> | ||
<meta name="date" content="2018-08-01" /> | ||
|
||
<title>The DataPackageR YAML configuration file.</title> | ||
|
||
|
@@ -280,7 +280,7 @@ | |
|
||
<h1 class="title toc-ignore">The DataPackageR YAML configuration file.</h1> | ||
<h4 class="author"><em>Greg Finak <a href="mailto:[email protected]">[email protected]</a></em></h4> | ||
<h4 class="date"><em>2018-07-31</em></h4> | ||
<h4 class="date"><em>2018-08-01</em></h4> | ||
|
||
|
||
<div id="TOC"> | ||
|
@@ -309,7 +309,7 @@ <h2>The <code>datapackager.yml</code> file.</h2> | |
enabled: yes | ||
objects: cars_over_20 | ||
render_root: | ||
tmp: '138283'</code></pre> | ||
tmp: '978673'</code></pre> | ||
</div> | ||
<div id="yaml-config-file-properties." class="section level2"> | ||
<h2>YAML config file properties.</h2> | ||
|
@@ -399,7 +399,7 @@ <h5>Example</h5> | |
enabled: no | ||
objects: cars_over_20 | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_enable_compile" class="section level4"> | ||
|
@@ -416,7 +416,7 @@ <h5>Example</h5> | |
enabled: yes | ||
objects: cars_over_20 | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_add_files" class="section level4"> | ||
|
@@ -435,7 +435,7 @@ <h5>Example</h5> | |
enabled: yes | ||
objects: cars_over_20 | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_add_objects" class="section level4"> | ||
|
@@ -456,7 +456,7 @@ <h5>Example</h5> | |
- cars_over_20 | ||
- another_object | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_remove_files" class="section level4"> | ||
|
@@ -475,7 +475,7 @@ <h5>Example</h5> | |
- cars_over_20 | ||
- another_object | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_remove_objects" class="section level4"> | ||
|
@@ -492,7 +492,7 @@ <h5>Example</h5> | |
enabled: yes | ||
objects: cars_over_20 | ||
render_root: | ||
tmp: '739294'</code></pre> | ||
tmp: '756425'</code></pre> | ||
</div> | ||
</div> | ||
<div id="yml_write" class="section level4"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.