Skip to content

Commit

Permalink
Add MUA notebook and fix numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Feb 10, 2024
1 parent a02ba15 commit c4e2cac
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ theme:
nav:
- Home: index.md
- Installation: installation.md
- Miscellaneous:
- Overview: misc/index.md
- FigURL: misc/figurl_views.md
- Session Groups: misc/session_groups.md
- Insert Data: misc/insert_data.md
- Merge Tables: misc/merge_tables.md
- Database Management: misc/database_management.md
- Tutorials:
- Overview: notebooks/index.md
- Intro:
Expand All @@ -61,7 +54,7 @@ nav:
- Spikes:
- Spike Sorting V0: notebooks/10_Spike_SortingV0.ipynb
- Spike Sorting V1: notebooks/10_Spike_SortingV1.ipynb
- Curation: notebooks/11_Curation.ipynb
- Curation: notebooks/11_CurationV0.ipynb
- Position:
- Position Trodes: notebooks/20_Position_Trodes.ipynb
- DLC Models: notebooks/21_DLC.ipynb
Expand All @@ -72,9 +65,18 @@ nav:
- Theta: notebooks/31_Theta.ipynb
- Ripple Detection: notebooks/32_Ripple_Detection.ipynb
- Decoding:
- Extract Clusterless: notebooks/41_Extracting_Clusterless_Waveform_Features.ipynb
- Decoding Clusterless: notebooks/42_Decoding_Clusterless.ipynb
- Decoding Sorted Spikes: notebooks/43_Decoding_SortedSpikes.ipynb
- Extracting Waveforms: notebooks/40_Extracting_Clusterless_Waveform_Features.ipynb
- Decoding Clusterless: notebooks/41_Decoding_Clusterless.ipynb
- Decoding Sorted Spikes: notebooks/42_Decoding_SortedSpikes.ipynb
- MUA:
- MUA Detection: notebooks/50_MUA_Detection.ipynb
- Miscellaneous:
- Overview: misc/index.md
- FigURL: misc/figurl_views.md
- Session Groups: misc/session_groups.md
- Insert Data: misc/insert_data.md
- Merge Tables: misc/merge_tables.md
- Database Management: misc/database_management.md
- API Reference: api/ # defer to gen-files + literate-nav
- How to Contribute: contribute.md
- Change Log: CHANGELOG.md
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c4e2cac

Please sign in to comment.