Skip to content

Commit

Permalink
Deployed 8f499e5 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miili committed Oct 31, 2023
1 parent 71d070d commit 60d84bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions getting_started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -797,9 +797,8 @@ <h2 id="initializing-a-new-project">Initializing a New Project</h2>
<p>Check out the <code>search.json</code> config file and add your waveform data and velocity models.</p>
<details class="abstract">
<summary>Minimal Configuration Example</summary>
</details>
<p>Here is a minimal JSON configuration for Lassie
<div class="language-json highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="p">{</span>
<div class="language-json highlight"><pre><span></span><code><span id="__span-2-1"><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a><span class="p">{</span>
</span><span id="__span-2-2"><a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a><span class="w"> </span><span class="nt">&quot;project_dir&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;.&quot;</span><span class="p">,</span>
</span><span id="__span-2-3"><a id="__codelineno-2-3" name="__codelineno-2-3" href="#__codelineno-2-3"></a><span class="w"> </span><span class="nt">&quot;stations&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
</span><span id="__span-2-4"><a id="__codelineno-2-4" name="__codelineno-2-4" href="#__codelineno-2-4"></a><span class="w"> </span><span class="nt">&quot;station_xmls&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">[],</span>
Expand Down Expand Up @@ -864,6 +863,7 @@ <h2 id="initializing-a-new-project">Initializing a New Project</h2>
</span><span id="__span-2-63"><a id="__codelineno-2-63" name="__codelineno-2-63" href="#__codelineno-2-63"></a><span class="w"> </span><span class="nt">&quot;n_threads_argmax&quot;</span><span class="p">:</span><span class="w"> </span><span class="mi">4</span><span class="p">,</span>
</span><span id="__span-2-64"><a id="__codelineno-2-64" name="__codelineno-2-64" href="#__codelineno-2-64"></a><span class="p">}</span>
</span></code></pre></div></p>
</details>
<p>For more details and information about the component, head over to <a href="../components/seismic_data/">details of the modules</a>.</p>
<h2 id="starting-the-search">Starting the Search</h2>
<p>Once happy, start the lassie CLI.</p>
Expand Down
Loading

0 comments on commit 60d84bd

Please sign in to comment.