Skip to content

Commit

Permalink
Deployed a2fa26f with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jul 8, 2024
1 parent 19b48be commit 896ce9d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preparing_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
<p>A few things to note if you are using a zip archive as your input data:</p>
<ul>
<li>Remote URLs to zip archives do not need to end in ".zip", but the remote files must be accessible for downloading without any authentication.</li>
<li>You can include a single or multiple zip archives in your <code>input_data_zip_archives</code> setting. Workbench doesn't check for the existence of files at extraction destination paths, so if a file with the same extracted path exists in more than one archive (or is already at a path the same as that of a file from an archive), the file from the last archive in the <code>input_data_zip_archives</code> list will overwrite existing files at the same path.</li>
<li>You can register a single or multiple zip archives in your <code>input_data_zip_archives</code> setting. Workbench doesn't check for the existence of files at extraction destination paths, so if a file with the same extracted path exists in more than one archive (or is already at a path the same as that of a file from an archive), the file from the last archive in the <code>input_data_zip_archives</code> list will overwrite existing files at the same path.</li>
<li>You can include in your zip archive(s) any files that you want to put in the directory indicated in your <code>input_dir</code> config setting, including files named in your CSV <code>file</code> column, files named in columns defined by your <code>additional_files</code> configuration, or even the CSV or Excel file named in your <code>input_csv</code> setting (as illustrated in the Rungh example above).</li>
<li>Workbench will automatically delete the archive file after extracting it unless you add <code>delete_zip_archive_after_extraction: false</code> to your config file.</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 896ce9d

Please sign in to comment.