Fix typos, stale links, file naming, and .gitignore#18
Merged
neuromechanist merged 5 commits intomainfrom Feb 18, 2026
Merged
Conversation
Fix typos in datasets.qmd (Avaliable, plesae), news.qmd (TThe, opporutniy, sruvey, happend), and index.qmd (influenceing, Aquisition procotols). Add typos CI workflow using crate-ci/typos and _typos.toml config to exclude generated files from checks. Closes #13
Rename 'EEGManySteps _ AB meeting survey.tsv' to 'ab_meeting_survey_2024-12.tsv' for consistent naming. Update the link in news.qmd to use a relative path. Addresses #17
Add news_files/, *.ipynb, CLAUDE.md, .claude/, .serena/, and planning files to .gitignore. Remove news_files/ and news.ipynb from tracking (generated Quarto outputs). Note: _freeze/ is kept tracked for now since freeze: auto relies on it for builds without Python/Jupyter compute. Closes #12
Update all links pointing to the old personal repo. Use relative paths for local files (slides, survey data) and point the PR link in datasets.qmd to the EEGManySteps org repo. Closes #11
Remove _freeze/ from tracking entirely; it contained stale content (old typos, broken links, deleted image refs) that would override the source fixes at build time. Add _freeze/ to .gitignore. Fix missed typo: pariticpants -> participants in news.qmd comment. Remove redundant .git/ entry from _typos.toml (excluded by default).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ab_meeting_survey_2024-12.tsv)JuliusWelzel/eegmanystepsrepo with relative paths and org repo URLs.gitignoreto exclude generated outputs (news_files/,*.ipynb, dev tool configs)Test plan
typospasses cleanly on the repoquarto previewCloses #11, closes #12, closes #13, closes #17