Skip to content

Commit

Permalink
Deployed 3de6cdc to 0.5 with MkDocs 1.5.3 and mike 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CBroz1 committed Mar 21, 2024
1 parent 6ab83f5 commit 34f53ee
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
8 changes: 4 additions & 4 deletions 0.5/notebooks/03_Merge_Tables/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5445,9 +5445,9 @@ <h2 id="example-data">Example data<a class="anchor-link" href="#example-data">¶
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="8f211fcc-fed0-48ef-bcc1-b3ba53568c98" tabindex="0">
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="f4bcd321-7b50-4179-bee6-df73ac1af0f6" tabindex="0">
<script type="text/javascript">
var element = document.getElementById('8f211fcc-fed0-48ef-bcc1-b3ba53568c98');
var element = document.getElementById('f4bcd321-7b50-4179-bee6-df73ac1af0f6');
(function(root) {
function now() {
return new Date();
Expand Down Expand Up @@ -6942,9 +6942,9 @@ <h2 id="example-data">Example data<a class="anchor-link" href="#example-data">¶
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="8211d74f-37f3-4fc3-9b93-625a2cd6d4b6" tabindex="0">
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="3ed2e5e4-1b4e-41ba-955b-82824af3a98b" tabindex="0">
<script type="text/javascript">
var element = document.getElementById('8211d74f-37f3-4fc3-9b93-625a2cd6d4b6');
var element = document.getElementById('3ed2e5e4-1b4e-41ba-955b-82824af3a98b');

if ((window.PyViz === undefined) || (window.PyViz instanceof HTMLElement)) {
window.PyViz = {comms: {}, comm_status:{}, kernels:{}, receivers: {}, plot_index: []}
Expand Down
8 changes: 4 additions & 4 deletions 0.5/notebooks/30_LFP/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5336,9 +5336,9 @@ <h2 id="create-filters">Create Filters<a class="anchor-link" href="#create-filte
<div class="jp-OutputArea jp-Cell-outputArea">
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="5fed768a-c3a9-4f27-878c-8c4641cd20a5" tabindex="0">
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="ec01e763-0bad-4687-9ee7-a53d3539814a" tabindex="0">
<script type="text/javascript">
var element = document.getElementById('5fed768a-c3a9-4f27-878c-8c4641cd20a5');
var element = document.getElementById('ec01e763-0bad-4687-9ee7-a53d3539814a');
(function(root) {
function now() {
return new Date();
Expand Down Expand Up @@ -5619,9 +5619,9 @@ <h2 id="create-filters">Create Filters<a class="anchor-link" href="#create-filte
</div>
<div class="jp-OutputArea-child">
<div class="jp-OutputPrompt jp-OutputArea-prompt"></div>
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="1ea88e2d-b21a-49f2-b7db-a3690af610ec" tabindex="0">
<div class="jp-RenderedJavaScript jp-OutputArea-output" data-mime-type="application/javascript" id="d94694b4-690b-4f79-a86b-bb43b20e59e6" tabindex="0">
<script type="text/javascript">
var element = document.getElementById('1ea88e2d-b21a-49f2-b7db-a3690af610ec');
var element = document.getElementById('d94694b4-690b-4f79-a86b-bb43b20e59e6');

if ((window.PyViz === undefined) || (window.PyViz instanceof HTMLElement)) {
window.PyViz = {comms: {}, comm_status:{}, kernels:{}, receivers: {}, plot_index: []}
Expand Down
10 changes: 7 additions & 3 deletions 0.5/notebooks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4636,13 +4636,13 @@ <h2 id="4-decoding-pipeline">4. Decoding Pipeline<a class="headerlink" href="#4-
Decoding can be from sorted or from unsorted data using spike waveform features
(so-called clusterless decoding).</p>
<p>The first notebook
(<a href="./41_Extracting_Clusterless_Waveform_Features.ipynb">Extracting Clusterless Waveform Features</a>)
(<a href="40_Extracting_Clusterless_Waveform_Features/">Extracting Clusterless Waveform Features</a>)
in this series shows how to retrieve the spike waveform features used for
clusterless decoding.</p>
<p>The second notebook (<a href="./42_Decoding_Clusterless.ipynb">Clusterless Decoding</a>)
<p>The second notebook (<a href="41_Decoding_Clusterless/">Clusterless Decoding</a>)
shows a detailed example of how to decode the position of the animal from the
spike waveform features. The third notebook
(<a href="./43_Decoding_SortedSpikes.ipynb">Decoding</a>) shows how to decode the position
(<a href="42_Decoding_SortedSpikes/">Decoding</a>) shows how to decode the position
of the animal from the sorted spikes.</p>
<h2 id="developer-note">Developer note<a class="headerlink" href="#developer-note" title="Permanent link">&para;</a></h2>
<p>The <code>py_scripts</code> directory contains the same notebook data in <code>.py</code> form to
Expand All @@ -4654,6 +4654,10 @@ <h2 id="developer-note">Developer note<a class="headerlink" href="#developer-not
</span><span id="__span-0-4"><a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>black<span class="w"> </span>.
</span></code></pre></div>
<p>Unfortunately, jupytext-generated py script are not black-compliant by default.</p>
<p>You can ensure black compliace with the <code>pre-commit</code> hook by running</p>
<div class="language-bash highlight"><pre><span></span><code><span id="__span-1-1"><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>pip<span class="w"> </span>install<span class="w"> </span>pre-commit
</span></code></pre></div>
<p>This will run black whenever you commit changes to the repository.</p>



Expand Down
2 changes: 1 addition & 1 deletion 0.5/search/search_index.json

Large diffs are not rendered by default.

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

0 comments on commit 34f53ee

Please sign in to comment.