Skip to content

fix docs: Update import paths to use blech_clust.utils and array_lists for LFP data#802

Open
abuzarmahmood wants to merge 1 commit into
masterfrom
fix/docs-import-blech_clust
Open

fix docs: Update import paths to use blech_clust.utils and array_lists for LFP data#802
abuzarmahmood wants to merge 1 commit into
masterfrom
fix/docs-import-blech_clust

Conversation

@abuzarmahmood
Copy link
Copy Markdown
Member

Summary

This PR fixes issue #798 by updating the documentation to use the correct import path and array_lists for LFP data.

Changes Made

  1. Updated import paths: Changed all documentation files to use the correct import path:

    • from blech_clust.utils.ephys_data.ephys_data import ephys_data (instead of from utils.ephys_data.ephys_data import ephys_data)
  2. Updated LFP analysis code examples: Changed to use the array_lists attributes as mentioned in the comment:

    • lfp_array_list instead of lfp_array
    • stft_array_list instead of stft_array
    • amplitude_array_list instead of amplitude_array
    • phase_array_list instead of phase_array

Files Updated

  • docs/reference/ephys-data.md - Main reference documentation
  • docs/reference/index.md - Reference index page
  • docs/getting-started/migration-guide/removed-features.md - Migration guide
  • utils/ephys_data/README.md - Module README

…s for LFP data

- Updated all documentation files to use the correct import path:
  'from blech_clust.utils.ephys_data.ephys_data import ephys_data'
  instead of 'from utils.ephys_data.ephys_data import ephys_data'

- Updated LFP analysis code examples to use array_lists attributes:
  - lfp_array_list instead of lfp_array
  - stft_array_list instead of stft_array
  - amplitude_array_list instead of amplitude_array
  - phase_array_list instead of phase_array

Updated files:
- docs/reference/ephys-data.md
- docs/reference/index.md
- docs/getting-started/migration-guide/removed-features.md
- utils/ephys_data/README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants