Skip to content

Commit

Permalink
Remove spurious trailing spaces and empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 17, 2022
1 parent d00e2dd commit 45650a0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Documentation

on:
push:
branches:
branches:
- master

jobs:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
branch: gh-pages
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
# ===============================
# ===============================
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build specification and publish
# 2. Upload it to the Zenodo deposit (https://zenodo.org/record/5084789)

#################################################################################
# A number of variables must be set for the jobs to work.
# A number of variables must be set for the jobs to work.
#
# - ZENODO_URL: - Zenodo URL to deposit release file to.
#
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ nifti_mrs_specification*.pdf
explanatory_doc/_build
.vscode/
~$*.docx

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ We recommend using conda to download the packages, and using python >=3.7.
```

## Licence
The content of this project itself is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Licence](https://creativecommons.org/licenses/by/4.0/), any code within this repository is licensed under the BSD 3-Clause Licence.
The content of this project itself is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Licence](https://creativecommons.org/licenses/by/4.0/), any code within this repository is licensed under the BSD 3-Clause Licence.
3 changes: 0 additions & 3 deletions explanatory_doc/metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,3 @@ Example header extensions
:align: center

Extracts of NIfTI-MRS JSON-formatted header extensions for four different pieces of example data. The full example data is available from Zenodo_. Each example demonstrates a different aspect of the header extension format. Figure annotations are shown as blue italicised text. A: Structure of a header extension of 1H single-voxel data before pre-processing. B: Header extension for processed 31P MRSI, including fields that are marked for anonymisation (red). C: Example of dynamic header fields indicating an editing condition stored in the 7th dimension. D: Extract of the processing provenance in a MEGA-PRESS sequence pre-processed using FSL-MRS.



0 comments on commit 45650a0

Please sign in to comment.