Skip to content

Commit

Permalink
Deployed 9f0de27 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Jul 10, 2024
1 parent 9395c54 commit e2cc4c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions preparing_data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1294,23 +1294,23 @@ <h2 id="using-a-local-or-remote-zip-archive-as-input-data">Using a local or remo
</code></pre>
<p>and your <code>input_dir</code> value is "input_data", the archive will be unzipped into:</p>
<pre><code>input_data/
├──bpnicol
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
├──bpnicol
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>In this case, your CSV <code>file</code> column values should include the intermediate directory's path, e.g. <code>bpnicol/003 Partial Side A.mp3</code>.</p>
<p>You can also include an input CSV in your Zip archive if you want:</p>
<pre><code>bpnicol
├──bpnicol.csv
├── bpnicol.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>Within <code>input_data</code>, the unzipped content would look like:</p>
<pre><code>input_data/
├──bpnicol
├── bpnicol.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
├──bpnicol
├── bpnicol.csv
├── 003 Partial Side A.mp3
└── MsC12.Nichol.Tape15.mp3
</code></pre>
<p>Alternatively, all of your files can also be at the root of the Zip archive:</p>
<pre><code>├── 003 Partial Side A.mp3
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 e2cc4c1

Please sign in to comment.