Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos that make codespell fail #1028

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All over the handbook, version notes or information relating to datalad versions

### Additions
- A new standalone chapter about datalad extensions was added, and sections on datalad-catalog ([#917][]), datalad-metalad ([#930][]), and datalad-gooey were included.
- A new standalone chapter about datalad extensions was added, and sections on datalad-catalog ([#917][]), datalad-metalad ([#930][]), and datalad-gooey were included.

#### Introduction

Expand All @@ -28,7 +29,7 @@ All over the handbook, version notes or information relating to datalad versions

#### Miscellaneous additions
- The Makefile in the source repository received a more intuitive and fine-grained structure ([#901][])
- The handbook has gained an Appveyor configuration that allows building the entire Basis and Beyond Basics parts from scratch, and allows an export of generated code snippets. This makes builds on local machines obsolete for contributors that don't want to go through this troube ([#908][])
- The handbook has gained an Appveyor configuration that allows building the entire Basis and Beyond Basics parts from scratch, and allows an export of generated code snippets. This makes builds on local machines obsolete for contributors that don't want to go through this trouble ([#908][])
- the handbook now has a tool to report readthedocs metrics for authenticated and authorized users ([#902][])

## v0.17 (December 20 2022) -- Better late than never
Expand Down
2 changes: 1 addition & 1 deletion docs/code_from_chapters/OHBM_OSR.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ In the example below, a single subject is preprocessed:
.. code-block:: bash

$ datalad containers-run -n .tools/fmriprep \
-m "preprocess examplary subject with fmriprep" \
-m "preprocess exemplary subject with fmriprep" \
--input .source/sub-170631 \
--output fmriprep \
--output freesurfer \
Expand Down
2 changes: 1 addition & 1 deletion docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Glossary
Virtual environments are light-weight and you can switch between them fast.

WSL
The Windows Subsystem for Linux, a compatibility layer for running Linux destributions on recent versions of Windows. Find out more `here <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`__.
The Windows Subsystem for Linux, a compatibility layer for running Linux distributions on recent versions of Windows. Find out more `here <https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux>`__.

zsh
A Unix shell.