Skip to content

Conversation

@bruAristimunha
Copy link
Collaborator

This commit introduces a new user guide for the eegdash library, inspired by the documentation of scipy and scikit-learn.

The user guide (docs/source/user_guide.rst) provides a comprehensive overview of the EEGDash and EEGDashDataset objects, explaining how to:

  • Initialize both objects.
  • Query for data using simple filters and advanced MongoDB-style queries.
  • Use the library in offline mode with local data.
  • Access and load EEG data from the dataset.

The guide includes numerous code snippets to illustrate the functionality.

Additionally, this commit includes the following changes to support the documentation build:

  • Added the sphinx.ext.graphviz extension to docs/source/conf.py.
  • Fixed formatting issues in examples/eeg2025/tutorial_challenge_1.py to resolve build errors.

google-labs-jules bot and others added 3 commits September 28, 2025 17:22
This commit introduces a new user guide for the eegdash library, inspired by the documentation of scipy and scikit-learn.

The user guide (`docs/source/user_guide.rst`) provides a comprehensive overview of the `EEGDash` and `EEGDashDataset` objects, explaining how to:
- Initialize both objects.
- Query for data using simple filters and advanced MongoDB-style queries.
- Use the library in offline mode with local data.
- Access and load EEG data from the dataset.

The guide includes numerous code snippets to illustrate the functionality.

Additionally, this commit includes the following changes to support the documentation build:
- Added the `sphinx.ext.graphviz` extension to `docs/source/conf.py`.
- Fixed formatting issues in `examples/eeg2025/tutorial_challenge_1.py` to resolve build errors.
@bruAristimunha bruAristimunha merged commit adecdde into documentation Sep 28, 2025
7 of 8 checks passed
@bruAristimunha bruAristimunha deleted the feature/create-user-guide branch September 28, 2025 18:20
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